aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move asn1_test.c into tests subdirectory and split it in twoJouni Malinen2009-12-061-210/+0
* Move hlr_auc_gw into hostapd directoryJouni Malinen2009-12-064-737/+1
* Add rules for building src/tls/libtls.a and use it with eap_exampleJouni Malinen2009-12-062-3/+33
* Include functionality to support EAP-FAST unconditionallyJouni Malinen2009-12-065-23/+0
* Remove unneeded CONFIG_INTERNAL_X509 and NEED_SHA256 definesJouni Malinen2009-12-064-66/+0
* Split crypto_internal.c into parts to clean up buildJouni Malinen2009-12-065-379/+430
* 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-062-2/+2
* Increase EAP server extra room for encryption overhead (for GnuTLS)Jouni Malinen2009-12-061-1/+1
* Move EAP method registration away from src/eap_{peer,server}Jouni Malinen2009-12-064-310/+46
* Remove unnecessary definesJouni Malinen2009-12-057-30/+0
* Add forgotten files into libcrypto.aJouni Malinen2009-12-051-0/+2
* Add rules for building src/crypto as a libraryJouni Malinen2009-12-054-11/+69
* Add build rules for building a library from src/utils filesJouni Malinen2009-12-053-4/+36
* Move Milenage test code into the new tests directoryJouni Malinen2009-12-052-817/+8
* Move milenage.[ch] into src/cryptoJouni Malinen2009-12-055-6/+4
* Move base64 test code into a new tests subdirectoryJouni Malinen2009-12-051-35/+0
* nl80211: Add extra IEs into IBSS join requestJouni Malinen2009-12-041-0/+8
* nl80211: Add support for IBSS networksJouni Malinen2009-12-041-1/+119
* Add more Doxygen documentation for RADIUS server implementationJouni Malinen2009-12-022-4/+362
* nl80211: Clear BSS state mismatches with deauth as a workaroundJouni Malinen2009-12-021-1/+19
* nl80211: Add debug prints for BSS status in scan resultsJouni Malinen2009-12-022-0/+69
* Move internal EAPOL authenticator defines into their own fileJouni Malinen2009-11-294-173/+193
* Remove src/crypto from default include pathJouni Malinen2009-11-2960-155/+142
* 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-292-214/+230
* Move EAPOL authenticator state machine into src/eapol_authJouni Malinen2009-11-292-0/+1603
* Replace eap_type_text() with EAP server methods functionJouni Malinen2009-11-292-4/+25
* Add driver wrapper callback for WPS push button pressedJouni Malinen2009-11-292-3/+2
* driver_prism54: Use hostapd_notif_disassoc() instead of private copyJouni Malinen2009-11-291-13/+1
* Remove some unneeded header file inclusionsJouni Malinen2009-11-292-4/+3
* Include sta_flags.h explicitly, not via sta_info.hJouni Malinen2009-11-291-0/+1
* Remove src/common from default header file pathJouni Malinen2009-11-2932-35/+34
* Split scan processing for RSN preauthentication into partsJouni Malinen2009-11-292-44/+49
* Move uuid_gen_mac_addr() from uuid.c into src/wpsJouni Malinen2009-11-294-32/+31
* nl80211: Remove unneeded header file: ieee802_11_common.hJouni Malinen2009-11-291-4/+0
* HT: Remove unneeded struct ht_cap_ie wrapperJouni Malinen2009-11-293-12/+3
* Remove unused/unneeded IEEE 802.11n definitionsJouni Malinen2009-11-291-120/+17
* Fix AP mode HT Capabilities IE to use A-MPDU Parameters from the driverJouni Malinen2009-11-292-0/+13
* Rename HT Capabilities IE fields to match with IEEE Std 802.11n-2009Jouni Malinen2009-11-291-8/+8
* Complete Doxygen documentation for RADIUS clientJouni Malinen2009-11-292-12/+115
* Remove unused RADIUS client reconfig functionJouni Malinen2009-11-282-66/+0
* Move acct_interim_interval away from RADIUS client configurationJouni Malinen2009-11-281-7/+0
* Improved Doxygen documentation for RADIUS client codeJouni Malinen2009-11-282-49/+363
* Fix doxygen file level commentsJouni Malinen2009-11-283-3/+3
* Fix doxygen file level commentsJouni Malinen2009-11-284-3/+17
* WPS: Update couple of missed Primary Device Type usesJouni Malinen2009-11-261-4/+5
* WPS: Clean up Primary Device Type handlingJouni Malinen2009-11-266-37/+61
* Resolve some sparse warningsJouni Malinen2009-11-2510-2/+10
* Remove obsoleted get_scan_results() driver_opsJouni Malinen2009-11-234-147/+61