aboutsummaryrefslogtreecommitdiffstats
path: root/hostapd
Commit message (Expand)AuthorAgeFilesLines
* Remove conditional no-RADIUS build from src/radiusJouni Malinen2009-12-065-43/+73
* Move hlr_auc_gw into hostapd directoryJouni Malinen2009-12-063-1/+728
* Remove unneeded CONFIG_INTERNAL_X509 and NEED_SHA256 definesJouni Malinen2009-12-061-2/+1
* Split crypto_internal.c into parts to clean up buildJouni Malinen2009-12-061-4/+8
* Move EAP method registration away from src/eap_{peer,server}Jouni Malinen2009-12-063-0/+137
* Remove Milenage test from hostapd/MakefileJouni Malinen2009-12-051-17/+0
* Move milenage.[ch] into src/cryptoJouni Malinen2009-12-051-1/+1
* Fix hostapd build with WPS disabledJouni Malinen2009-12-041-0/+5
* Add more Doxygen documentation for RADIUS server implementationJouni Malinen2009-12-021-2/+2
* Move internal EAPOL authenticator defines into their own fileJouni Malinen2009-11-297-4/+12
* Remove src/crypto from default include pathJouni Malinen2009-11-2912-46/+43
* 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
* Make HOSTAPD_DUMP_STATE configurable with CONFIG_NO_DUMP_STATEJouni Malinen2009-11-295-157/+190
* Move EAPOL authenticator state machine into src/eapol_authJouni Malinen2009-11-2910-1611/+10
* Change EAPOL authenticator hapd pointers to be opaque contextJouni Malinen2009-11-293-31/+23
* Remove dependency on sta_info.h from eapol_sm.cJouni Malinen2009-11-294-11/+12
* Make eapol_auth_initialize() static since it is internal to eapol_sm.cJouni Malinen2009-11-292-2/+2
* Add EAPOL authenticator event callbackJouni Malinen2009-11-293-3/+27
* Get PMKSA cache status as EAPOL alloc flagJouni Malinen2009-11-293-15/+20
* Initialize EAPOL authenticator flags during allocationJouni Malinen2009-11-293-11/+19
* Include common/eapol_common.h explicit and fix eapol_auth_logger enumJouni Malinen2009-11-291-3/+3
* Replace eap_type_text() with EAP server methods functionJouni Malinen2009-11-292-33/+14
* Conver hostapd specific files to include common.hJouni Malinen2009-11-2922-4/+22
* Add driver wrapper callback for WPS push button pressedJouni Malinen2009-11-291-0/+6
* Include sta_flags.h explicitly, not via sta_info.hJouni Malinen2009-11-2912-2/+11
* Remove src/common from default header file pathJouni Malinen2009-11-2918-28/+24
* HT: Remove unneeded struct ht_cap_ie wrapperJouni Malinen2009-11-293-15/+11
* Remove unused/unneeded IEEE 802.11n definitionsJouni Malinen2009-11-291-6/+0
* Fix AP mode HT Capabilities IE to use A-MPDU Parameters from the driverJouni Malinen2009-11-291-6/+1
* Rename HT Capabilities IE fields to match with IEEE Std 802.11n-2009Jouni Malinen2009-11-293-17/+23
* Move acct_interim_interval away from RADIUS client configurationJouni Malinen2009-11-285-5/+5
* Remove old wpa_supplicant/hostapd doxygen filesJouni Malinen2009-11-2812-1098/+0
* WPS: Clean up Primary Device Type handlingJouni Malinen2009-11-261-30/+13
* Fix internal crypto build with some configurationsJouni Malinen2009-11-241-0/+1
* Remove deprecated driver_ops handlersJouni Malinen2009-11-232-12/+0
* Merge set_key and hapd_set_key driver_ops into a single functionJouni Malinen2009-11-231-4/+4
* Move HOSTAPD_MTU definition into driver_hostap.cJouni Malinen2009-11-232-25/+0
* Move definitions away from hostapd_defs.hJouni Malinen2009-11-234-64/+2
* Merge set_beacon driver_ops into a single oneJouni Malinen2009-11-233-16/+8
* Preparations for v0.7.0 releaseJouni Malinen2009-11-211-1/+1
* Update ChangeLog files for 0.7.0 releaseJouni Malinen2009-11-211-0/+15
* hostapd: Fix endian bugs in STA HT capability handlingFelix Fietkau2009-11-161-14/+6
* hostapd: Fix BSS channel checks in 40 MHz scanFelix Fietkau2009-11-161-1/+2
* WPS: Do not use ASCII-dump on binary PutWLANResponse NewMessageJouni Malinen2009-11-151-2/+2
* WPS: Remove unused WFA WLANConfig Service actionsJouni Malinen2009-11-141-84/+0
* Disassociate STA if it associated with invalid/missing WPA/RSN IEAndriy Tkachuk2009-11-111-0/+17
* Fix use-after-free issue with pid_file in hostapd terminationJouni Malinen2009-11-101-1/+1