aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-294-37/+39
* Conver hostapd specific files to include common.hJouni Malinen2009-11-2922-4/+22
* Fix IBSS RSN buildJouni Malinen2009-11-291-17/+3
* Remove src/rsn_supp from default header pathJouni Malinen2009-11-2920-36/+33
* Add driver wrapper callback for WPS push button pressedJouni Malinen2009-11-293-3/+8
* 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-2913-2/+12
* Remove src/common from default header file pathJouni Malinen2009-11-2982-114/+106
* Split scan processing for RSN preauthentication into partsJouni Malinen2009-11-293-46/+80
* Add Doxygen documentation for directoriesJouni Malinen2009-11-291-0/+96
* 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-296-27/+14
* Remove unused/unneeded IEEE 802.11n definitionsJouni Malinen2009-11-292-126/+17
* Fix AP mode HT Capabilities IE to use A-MPDU Parameters from the driverJouni Malinen2009-11-293-6/+14
* Rename HT Capabilities IE fields to match with IEEE Std 802.11n-2009Jouni Malinen2009-11-294-25/+31
* Complete Doxygen documentation for RADIUS clientJouni Malinen2009-11-292-12/+115