aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant
Commit message (Expand)AuthorAgeFilesLines
...
* Update ChangeLog files for 0.7.0 releaseJouni Malinen2009-11-211-0/+33
* wpa_gui: Only move to WPS tab if inactive/disconnect and AP readyJouni Malinen2009-11-211-3/+6
* wpa_gui: Add peers menu option for learning AP configuration (ER)Jouni Malinen2009-11-212-0/+35
* WPS ER: Move SSDP functionality into a separate fileJouni Malinen2009-11-211-0/+1
* wpa_gui: Add peer dialog option for WPS PBCJouni Malinen2009-11-212-6/+50
* wpa_gui: Add WPS config methods and device password ID into peer dataJouni Malinen2009-11-211-1/+74
* wpa_gui: Move peer tooltip into Properties dialogJouni Malinen2009-11-212-45/+122
* WPS ER: Add more AP information into the ctrl_interface messageJouni Malinen2009-11-212-14/+46
* WPS ER: Refresh ER data on WPS_ER_START when already startedJouni Malinen2009-11-201-1/+1
* Add 'none' driver as an option for wpa_supplicantJouni Malinen2009-11-201-0/+3
* wpa_gui: Avoid using freed item in enter_pin()Jouni Malinen2009-11-191-4/+9
* wpa_gui: Add AP and laptop icons for peer dialogJouni Malinen2009-11-198-9/+2455
* wpa_gui: Add support for multiple icon filesMike Shepherd2009-11-191-15/+11
* wpa_gui: Add preliminary WPS ER support into the peers dialogJouni Malinen2009-11-192-5/+177
* nl80211/SME: Use reassociation when roaming within the ESSJouni Malinen2009-11-173-0/+14
* wpa_supplicant: Fix ctrl_interface group permissions to allow read/executeAnders Aspegren Søndergaard2009-11-161-0/+8
* dbus: Allow only root to receive signalsWitold Sowa2009-11-161-1/+2
* wpa_gui-qt4: Fix build with Session Manager disabled in Qt4Christian Rüb2009-11-163-0/+10
* WPS ER: Deinit ER before WPS registrar/contextJouni Malinen2009-11-151-5/+5
* WPS ER: Add command for fetching current AP settingsJouni Malinen2009-11-154-0/+55
* WPS ER: Add preliminary PBC supportJouni Malinen2009-11-154-0/+39
* WPS ER: Add ctrl_iface notifications for AP/Enrollee add/removeJouni Malinen2009-11-151-0/+77
* dbus: Use method/property/signal handler arrays for registrationJouni Malinen2009-11-143-358/+336
* dbus: Remove duplicated error printing from registrationJouni Malinen2009-11-141-424/+163
* dbus: Split wpas_dbus_ctrl_iface_init() into helper functionsJouni Malinen2009-11-143-126/+143
* dbus: Minor coding style cleanupJouni Malinen2009-11-141-8/+8
* dbus: Fix some of the function comment typosJouni Malinen2009-11-141-13/+13
* WPS ER: Add PIN configuration and SetSelectedRegistrar callJouni Malinen2009-11-134-0/+80
* Remove a note about other repositories of wpa_supplicantJouni Malinen2009-11-111-3/+3
* Reset EAPOL pointer when handling DBus smartcard parametersDavid Smith2009-11-111-0/+4
* Add dbus mechanism for fetching all network configuration parametersWitold Sowa2009-11-113-7/+55
* Add notifications for scan result BSS changes (added/removed)Witold Sowa2009-11-113-1/+71
* dbus: Use snprintf() and bounds checking instead of strcat()Jouni Malinen2009-11-101-8/+13
* dbus: Do not dereference wpa_s if explicitly checking it is not NULLJouni Malinen2009-11-101-13/+10
* dbus: Remove unnecessary wpa_s->bssid comparisonJouni Malinen2009-11-101-1/+1
* dbus: Fix a NULL pointer dereference on error pathJouni Malinen2009-11-101-3/+2
* Call wpas_notify_network_selected only if a specific network was selectedJouni Malinen2009-11-101-1/+2
* Fix per-SSID scan (scan_ssid=1)Jouni Malinen2009-11-101-5/+5
* dbus: Coding style cleanupJouni Malinen2009-11-101-742/+906
* dbus: Remove unneeded typecastJouni Malinen2009-11-101-2/+2
* Add wpa_msg_ctrl() for ctrl_interface-only messagesJouni Malinen2009-11-101-1/+2
* Fix non-WPS buildJouni Malinen2009-11-101-0/+10
* WPS: Fix WPS build with ER support disabledJouni Malinen2009-11-101-0/+2
* wpa_supplicant: new DBus API implementationWitold Sowa2009-11-0912-54/+7825
* WPS: Add HTTP server moduleJouni Malinen2009-11-081-0/+1
* WPS: Move generic UPnP XML helper functionality into a separate fileJouni Malinen2009-11-081-0/+1
* WPS: Add HTTP client module to clean up codeJouni Malinen2009-11-081-0/+1
* WPS: Add initial part of External Registrar functionalityJouni Malinen2009-11-076-0/+67
* Allow driver and ctrl_interface parameters to be overriddenJouni Malinen2009-11-043-2/+53
* Add Xcode project file for building wpa_supplicantJouni Malinen2009-11-021-0/+515