aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Include functionality to support EAP-FAST unconditionallyJouni Malinen2009-12-065-23/+0
* Remove unneeded CONFIG_INTERNAL_X509 and NEED_SHA256 definesJouni Malinen2009-12-066-71/+2
* Split crypto_internal.c into parts to clean up buildJouni Malinen2009-12-067-398/+447
* Fix rsn_preauth_scan_result() inline wrapper for no-EAP buildsJouni Malinen2009-12-061-2/+2
* Use thin archives to allow libraries to be mergedJouni Malinen2009-12-063-9/+14
* Increase EAP server extra room for encryption overhead (for GnuTLS)Jouni Malinen2009-12-061-1/+1
* eap_example: Fix build after recent crypto changesJouni Malinen2009-12-061-3/+8
* Remove obsolete comment about wpa_supplicant header filesJouni Malinen2009-12-061-4/+0
* Move EAP method registration away from src/eap_{peer,server}Jouni Malinen2009-12-0616-325/+654
* Remove unnecessary definesJouni Malinen2009-12-0516-50/+0
* Resolve compiler warnings in the test programsJouni Malinen2009-12-054-39/+41
* Add forgotten files into libcrypto.aJouni Malinen2009-12-051-0/+2
* Move more tests from wpa_supplicant/tests into testsJouni Malinen2009-12-058-33/+29
* Use simpler make rules for test programsJouni Malinen2009-12-051-9/+4
* Get rid of some compiler warningsJouni Malinen2009-12-051-5/+5
* Move MD4 test from wpa_supplicant/tests into testsJouni Malinen2009-12-054-8/+6
* Add rules for building src/crypto as a libraryJouni Malinen2009-12-055-16/+74
* Include needed header files to avoid compiler warningsJouni Malinen2009-12-051-2/+5
* Add build rules for building a library from src/utils filesJouni Malinen2009-12-054-9/+41
* Remove Milenage test from hostapd/MakefileJouni Malinen2009-12-051-17/+0
* Move Milenage test code into the new tests directoryJouni Malinen2009-12-055-819/+846
* Move milenage.[ch] into src/cryptoJouni Malinen2009-12-057-8/+6
* Use auto-generated dependency files and clean themJouni Malinen2009-12-051-1/+3
* Move base64 test code into a new tests subdirectoryJouni Malinen2009-12-054-35/+76
* IBSS RSN: Add more verbose debug info for key setupJouni Malinen2009-12-041-8/+23
* nl80211: Add extra IEs into IBSS join requestJouni Malinen2009-12-041-0/+8
* 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
* Fix hostapd build with WPS disabledJouni Malinen2009-12-041-0/+5
* nl80211: Add support for IBSS networksJouni Malinen2009-12-042-3/+122
* 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
* Add more Doxygen documentation for RADIUS server implementationJouni Malinen2009-12-023-6/+364
* nl80211: Clear BSS state mismatches with deauth as a workaroundJouni Malinen2009-12-021-1/+19
* SME: Deauthenticate to clear state after disassociation eventsJouni Malinen2009-12-023-1/+30
* nl80211: Add debug prints for BSS status in scan resultsJouni Malinen2009-12-022-0/+69
* Fix driver initialization not to crash if driver does not use init2()Jouni Malinen2009-12-021-2/+2
* Move internal EAPOL authenticator defines into their own fileJouni Malinen2009-11-2911-177/+205
* Remove src/crypto from default include pathJouni Malinen2009-11-2992-238/+217
* Split handle_assoc() into number of helper functionsJouni Malinen2009-11-291-259/+368
* Mark IE input to hostapd_eid_wmm_valid() constJouni Malinen2009-11-292-2/+3
* Check AID availability before handling HT state updates on associationJouni Malinen2009-11-291-6/+6
* Allocate sta->ht_capabilities dynamicallyJouni Malinen2009-11-294-13/+25
* Include src/eapol_auth in Doxygen documentsJouni Malinen2009-11-291-0/+1
* Add Makefile for the new src/eapol_auth directoryJouni Malinen2009-11-292-1/+10
* Make HOSTAPD_DUMP_STATE configurable with CONFIG_NO_DUMP_STATEJouni Malinen2009-11-297-371/+420
* Move EAPOL authenticator state machine into src/eapol_authJouni Malinen2009-11-2912-14/+19