aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant
Commit message (Expand)AuthorAgeFilesLines
* Fix VS project files to match with source code file changesJouni Malinen2009-12-136-4/+23
* Remove obsolete Prism54.org driver support (driver_prism54.c)Jouni Malinen2009-12-121-5/+0
* WPS: Handle Selected Registrar as a union of info from all RegistrarsJouni Malinen2009-12-121-0/+1
* WPS: Add display and keypad config methods for WPS ERJouni Malinen2009-12-121-0/+2
* Fix dh_groups.o build for some configurationsJouni Malinen2009-12-111-7/+4
* Remove struct hostapd_rate_data from driver APIJouni Malinen2009-12-092-13/+8
* Add support for building IEEE 802.11n support into wpa_supplicant APJouni Malinen2009-12-061-0/+7
* Fix some issues with test program buildsJouni Malinen2009-12-061-1/+2
* Move test_x509v3 into the new tests subdirectoryJouni Malinen2009-12-064-387/+0
* Remove forgotten asn1_test build targetJouni Malinen2009-12-061-6/+0
* Remove conditional no-RADIUS build from src/radiusJouni Malinen2009-12-061-3/+4
* Remove unneeded CONFIG_INTERNAL_X509 and NEED_SHA256 definesJouni Malinen2009-12-061-3/+1
* Split crypto_internal.c into parts to clean up buildJouni Malinen2009-12-061-15/+9
* Move EAP method registration away from src/eap_{peer,server}Jouni Malinen2009-12-066-15/+243
* Remove unnecessary definesJouni Malinen2009-12-058-17/+0
* Move more tests from wpa_supplicant/tests into testsJouni Malinen2009-12-056-1235/+1
* Move MD4 test from wpa_supplicant/tests into testsJouni Malinen2009-12-052-106/+1
* Move milenage.[ch] into src/cryptoJouni Malinen2009-12-051-1/+1
* IBSS RSN: Add more verbose debug info for key setupJouni Malinen2009-12-041-8/+23
* IBSS RSN: Wait for connection event and do not use auth timeoutJouni Malinen2009-12-042-3/+6
* SME: Do not process disassoc frame unless SME is usedJouni Malinen2009-12-041-1/+2
* Fix build with both CONFIG_AP=y and CONFIG_IBSS_RSN=y enabledJouni Malinen2009-12-041-21/+16
* nl80211: Add support for IBSS networksJouni Malinen2009-12-041-2/+3
* dbus: switch dbus APIs initialization orderWitold Sowa2009-12-031-8/+8
* dbus: Enable -u option when only the new DBus API is includedWitold Sowa2009-12-031-4/+4
* Fix wpa_priv compilation after driver_ops changesJouni Malinen2009-12-031-118/+13
* Fix wpa_priv memory leak in wpa_priv_get_scan_results2()Dmitry Shmidt2009-12-031-2/+2
* SME: Deauthenticate to clear state after disassociation eventsJouni Malinen2009-12-023-1/+30
* Fix driver initialization not to crash if driver does not use init2()Jouni Malinen2009-12-021-2/+2
* Remove src/crypto from default include pathJouni Malinen2009-11-2918-34/+31
* Move EAPOL authenticator state machine into src/eapol_authJouni Malinen2009-11-291-2/+2
* Fix IBSS RSN buildJouni Malinen2009-11-291-17/+3
* Remove src/rsn_supp from default header pathJouni Malinen2009-11-2920-36/+33
* Remove src/common from default header file pathJouni Malinen2009-11-2932-51/+48
* Split scan processing for RSN preauthentication into partsJouni Malinen2009-11-291-2/+31
* Remove old wpa_supplicant/hostapd doxygen filesJouni Malinen2009-11-2813-2513/+0
* Fix init2() driver_ops to get the correct global driver contextJouni Malinen2009-11-283-1/+5
* WPS: Update couple of missed Primary Device Type usesJouni Malinen2009-11-261-10/+6
* WPS: Clean up Primary Device Type handlingJouni Malinen2009-11-261-28/+10
* Fix internal crypto build with some configurationsJouni Malinen2009-11-241-0/+1
* Remove obsoleted get_scan_results() driver_opsJouni Malinen2009-11-232-118/+0
* Remove deprecated scan and set_probe_req_ie driver_opsJouni Malinen2009-11-232-17/+1
* Remove deprecated driver_ops handlersJouni Malinen2009-11-233-92/+0
* Fix CONFIG_AP=y build after driver_ops set_key mergeJouni Malinen2009-11-231-1/+1
* Add cleared deprecation notes on iwl,ndiswrapper,madwifi(sta) wrappersJouni Malinen2009-11-232-2/+5
* Merge set_key and hapd_set_key driver_ops into a single functionJouni Malinen2009-11-231-3/+3
* Move definitions away from hostapd_defs.hJouni Malinen2009-11-231-8/+0
* Merge set_beacon driver_ops into a single oneJouni Malinen2009-11-232-23/+7
* Preparations for v0.7.0 releaseJouni Malinen2009-11-211-1/+1
* Fix Visual Studio projects to match with source code file changesJouni Malinen2009-11-214-13/+13