aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix int_array_concat() to bail out on realloc failureJouni Malinen2009-11-021-0/+1
* WPS: Add PBC overlap and timeout events from WPS moduleOleg Kravtsov2009-11-011-0/+4
* SME: Improve processing of association rejectionJouni Malinen2009-10-311-3/+32
* Allow CONFIG_DEBUG_SYSLOG=y to be usedSam Leffler2009-10-221-0/+4
* Stub out the dbus function w/o CONFIG_WPS to fix buildSam Leffler2009-10-221-0/+5
* Move PKCS# {1,5,8} functionality into separate filesJouni Malinen2009-10-171-0/+6
* Remove wpa_priv on 'make clean'Jouni Malinen2009-10-161-0/+1
* Add AP mode WPA status into ctrl_ifaceJouni Malinen2009-10-163-0/+39
* wpa_gui-qt4: Dynamically update associated STAs in peer dialogJouni Malinen2009-10-162-25/+90
* Skip networks without known SSID when selecting the BSSJouni Malinen2009-10-151-0/+10
* wpa_supplicant and dbus code separationWitold Sowa2009-10-153-21/+48
* Do not schedule a new scan if no networks are enabledSam Leffler2009-10-143-1/+10
* Fix AES dependencies for CONFIG_AP=y (and IBSS) buildsJouni Malinen2009-10-131-0/+3
* Fix CONFIG_AP=y build without CONFIG_CTRL_IFACEJouni Malinen2009-10-131-0/+4
* Fix IEEE 802.11r/w compilation errorMasashi Honma2009-10-131-1/+7
* nl80211: Work around mac80211 limitation on (re)auth when authenticatedJouni Malinen2009-10-121-0/+21
* MFP: Clear IGTKMasashi Honma2009-10-121-0/+4
* Replace CONFIG_NO_AES_EXTRAS with auto-detection during buildJouni Malinen2009-10-112-8/+17
* Clean up crypto makefile segmentsJouni Malinen2009-10-111-220/+216
* Move TLS_FUNCS and NEED_CRYPTO segment next to each otherJouni Malinen2009-10-111-17/+17
* Further crypto makefile unificationJouni Malinen2009-10-111-4/+1
* Fix crypto config for minimal buildsJouni Malinen2009-10-111-4/+13
* Cleaned up and unified some of the crypto Makefile codeJouni Malinen2009-10-111-0/+3
* Allow the internal DH implementation to be overriddenJouni Malinen2009-10-112-4/+19
* Include only the used DH groups in the buildJouni Malinen2009-10-111-0/+4
* Fix wpa_passphrase build with NSSJouni Malinen2009-09-301-0/+2
* wpa_gui-qt4: Add pending WPS PIN queries into peer dialogJouni Malinen2009-09-293-2/+66