aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant
Commit message (Expand)AuthorAgeFilesLines
* Update nmake.mak to match with current filesJouni Malinen2009-02-151-1/+2
* Avoid using #ifdef inside printf stringJouni Malinen2009-02-151-8/+8
* Improved 'make install' (use BINDIR/LIBDIR, install shared objects)Daniel Mierswa2009-02-151-2/+6
* Allow the privsep driver to pass the set_country to the real driverDaniel Mierswa2009-02-151-1/+19
* Rename "broadcast SSID" to "wildcard SSID"Jouni Malinen2009-02-143-13/+13
* driver_nl80211: Add support for multi-SSID scan requestsJouni Malinen2009-02-141-0/+4
* Add support for multi-SSID scan requestsJouni Malinen2009-02-141-72/+119
* Add extended driver scan request command: driver_ops::scan2()Jouni Malinen2009-02-142-8/+19
* Allow multiple driver wrappers to be specified on command lineJouni Malinen2009-02-145-24/+51
* New driver capability info: max number of scan SSIDsJouni Malinen2009-02-122-0/+2
* Removed an obsolete comment about use of external program for EAPJouni Malinen2009-02-111-2/+1
* wpa_gui-qt4: Add support for selecting between WEP open/shared key authJouni Malinen2009-02-103-26/+66
* Fix test-sha256 buildJouni Malinen2009-02-102-2/+3
* Fixed a copy-paste error in a function documentationJouni Malinen2009-02-101-1/+1
* Send a dbus reply only if requested by the callerHelmut Schaa2009-02-091-2/+4
* Fix MinGW build with CONFIG_EAP_TNC=yJouni Malinen2009-02-081-0/+2
* Fix privsep build with CONFIG_CLIENT_MLME=yJouni Malinen2009-02-071-2/+50
* Include wpabuf.o in wpa_priv buildDaniel Mierswa2009-02-071-0/+1
* Removed CONFIG_EAP_WSC=dyn optionJouni Malinen2009-02-071-5/+0
* Fix building dynamic EAP peer modulesPavel Roskin2009-02-071-1/+1
* Added CONFIG_WPS_UPNP for wpa_supplicant testsJouni Malinen2009-02-061-0/+10
* Explicitly link against libdl when including TNC supportDaniel Mierswa2009-02-051-0/+1
* Fixed eapol_test linking with CONFIG_IBSS_RSN=yJouni Malinen2009-02-051-1/+4
* Fixed scan buffer increasing with WEXTJouni Malinen2009-02-051-0/+2
* Fix a segfault in wpa_supplicant_deinitHelmut Schaa2009-02-041-1/+1
* Add CONFIG_DRIVER_NL80211 and clarify client MLME limitationsJouni Malinen2009-02-041-8/+6
* Use better examples for MadWifi path in defconfig, clarify commentsPavel Roskin2009-02-041-2/+2
* wpa_gui-qt4: Disable WPS tab in the same way as the menu itemJouni Malinen2009-02-011-2/+11
* Add comments on the new Broadcom driver not using driver_broadcom.cJouni Malinen2009-01-302-3/+9
* WPS: Lock AP Setup on multiple AP PIN validation failuresJouni Malinen2009-01-231-0/+2
* Allow WPS APs for PIN enrollment even without Selected RegistrarJouni Malinen2009-01-235-20/+73
* Documented interface for external WPS credential processingJouni Malinen2009-01-211-0/+19
* Increased wpa_cli/hostapd_cli ping interval and made it configurableJouni Malinen2009-01-202-5/+14
* Fixed MFP Association Comeback mechanism to use Timeout Interval IEJouni Malinen2009-01-191-2/+3
* WPS: Add configurable option for processing credentials externallyJouni Malinen2009-01-187-1/+121
* WPS: Provide the unparsed Credential attribute to cred_cb()Jouni Malinen2009-01-171-0/+3
* WPS: Ignore credentials for unsupported authentication typeJouni Malinen2009-01-171-0/+10
* Fixed WPS credential conversion to wpa_supplicant configurationJouni Malinen2009-01-171-5/+0
* IBSS RSN: Added key configurationJouni Malinen2009-01-171-2/+53
* Added a separate ctx pointer for wpa_msg() calls in WPA suppJouni Malinen2009-01-174-0/+4
* IBSS RSN: Set the PSK based on network configurationJouni Malinen2009-01-173-0/+8
* IBSS RSN: Set more hardcoded RSN IEs for nowJouni Malinen2009-01-172-6/+14
* IBSS RSN: Added couple of required WPA supplicant callback functionsJouni Malinen2009-01-172-0/+17
* Process received EAPOL frames in IBSS RSN code if in IBSS modeJouni Malinen2009-01-173-0/+107
* Disable per-BSSID authentication for RSN IBSSJouni Malinen2009-01-171-0/+26
* Save and restore wpa_gui state when session manager restarts the appJouni Malinen2009-01-173-7/+59
* Fixed auth_send_eapol() to use correct ctx structureJouni Malinen2009-01-161-2/+2
* Use a hardcoded RSN IE for testing to start AuthenticatorJouni Malinen2009-01-161-4/+7
* Implement EAPOL sending callbacks for IBSS RSNJouni Malinen2009-01-162-6/+16
* Added initial step for IBSS RSN supportJouni Malinen2009-01-158-0/+457