aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove deprecated scan and set_probe_req_ie driver_opsJouni Malinen2009-11-2316-93/+80
* Remove deprecated driver_ops handlersJouni Malinen2009-11-2315-198/+90
* Add cleared deprecation notes on iwl,ndiswrapper,madwifi(sta) wrappersJouni Malinen2009-11-232-1/+10
* Merge set_key and hapd_set_key driver_ops into a single functionJouni Malinen2009-11-2317-110/+74
* Move HOSTAPD_MTU definition into driver_hostap.cJouni Malinen2009-11-231-0/+5
* Remove unneeded set-MTU operation from driversJouni Malinen2009-11-233-33/+0
* Move definitions away from hostapd_defs.hJouni Malinen2009-11-236-14/+51
* nl80211: Build some client functionality unconditionallyJouni Malinen2009-11-231-23/+11
* nl80211: Remove last remaining WEXT codeJouni Malinen2009-11-231-37/+0
* Merge set_beacon driver_ops into a single oneJouni Malinen2009-11-233-86/+13
* WPS: Do not try to send byebye advertisements if socket is not validJouni Malinen2009-11-211-1/+1
* Fix a typo in a commentJouni Malinen2009-11-211-1/+1