aboutsummaryrefslogtreecommitdiffstats
path: root/src/ap/wpa_auth_glue.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-111-8/+2
* Allow WPA passphrase to be fetched with RADIUS Tunnel-Password attributeMichael Braun2011-12-111-0/+3
* Allow MLME frames to be sent without expecting an ACK (no retries)Helmut Schaa2011-11-191-1/+1
* Include wpa_auth_glue.h to verify function prototypesJouni Malinen2011-11-181-0/+1
* Fix TKIP countermeasures stopping in deinit pathsJouni Malinen2011-10-301-0/+1
* Fix WPA authenticator configuration to not leave uninitialized fieldsJouni Malinen2011-10-281-0/+1
* Fix hostapd_wpa_auth_send_ether() return valueJouni Malinen2011-10-231-1/+1
* Allow PMKSA caching to be disabled on AuthenticatorJouni Malinen2011-07-051-0/+1
* nl80211: Send EAPOL frames as QoS data frames for QoS aware clientsFelix Fietkau2011-04-021-1/+8
* Work around SNonce updates on EAPOL-Key 1/4 retransmissionJouni Malinen2011-03-291-0/+2
* FT: Make FT-over-DS configurable (hostapd.conf ft_over_ds=0/1)Shan Palanisamy2011-03-061-0/+1
* FT: Specify source MAC address for RRB messagesJouni Malinen2011-02-201-12/+27
* hostapd_driver_ops reductionJouni Malinen2010-11-241-3/+4
* hostapd: Start removing struct hostapd_driver_ops abstractionJouni Malinen2010-11-241-1/+1
* FT: Send RRB data directly when managed by same hostapd processJouni Malinen2010-07-251-0/+61
* Allow advertising of U-APSD functionality in BeaconYogesh Ashok Powar2010-04-111-0/+1
* FT: Use bridge interface (if set) for RRB connectionJouni Malinen2010-04-041-1/+3
* FT: Set WLAN_AUTH_FT auth_alg on FT-over-DS caseJouni Malinen2010-04-041-1/+3
* Fix wpa_auth_iface_iter() to skip BSSes without AuthenticatorJouni Malinen2010-03-261-1/+2
* Get rid of unnecessary typedefs for enums.Jouni Malinen2009-12-261-1/+1
* Replace src/ap/driver_i.h with non-inlined functions in ap_drv_ops.cJouni Malinen2009-12-261-1/+1
* Remove ap_config.h dependency from driver_i.hJouni Malinen2009-12-261-1/+3
* Rename some src/ap files to avoid duplicate file namesJouni Malinen2009-12-261-6/+6
* Get rid of direct hostapd_for_each_interface() callsJouni Malinen2009-12-251-2/+4
* Move rest of the generic AP mode functionality into src/apJouni Malinen2009-12-251-0/+474