Fix spelling mistakes in number of comments
[mech_eap.git] / src / ap / wpa_auth_glue.c
2016-04-18 Günther KelleterFT: Fix RRB for FT over-the-air case
2016-02-28 Michael BraunFT: Check destination MAC address on RRB receive
2016-02-28 Michael BraunDefer passphrase-to-PSK hashing out of 802.11 authentic...
2016-02-28 Michael BraunFT: Check hapd->wpa_auth before RRB internal delivery
2015-10-14 Jouni Malinenhostapd: Fix WPA, IEEE 802.1X, and WPS deinit in cases...
2015-08-08 Jouni Malinenhostapd: Add testing option to override own WPA/RSN...
2015-07-17 Jouni MalinenFT: Register RRB l2_packet only if FT-over-DS is enabled
2015-04-22 Jouni MalinenReplace SSID_LEN with SSID_MAX_LEN
2015-03-19 Jouni MalinenAdd a AP mode event message for possible PSK/passphrase...
2015-01-22 Ben Greearhostapd: Debug messages for dodgy RADIUS servers
2014-10-10 Jouni MalinenAdd external EAPOL transmission option for testing...
2014-03-14 Jouni MalinenAllow management group cipher to be configured
2014-02-25 Jouni MalinenHS 2.0R2 AP: Add OSEN implementation
2014-01-27 Jouni MalinenP2P: Add support for IP address assignment in 4-way...
2013-12-24 Andrei OtcheretianskiInclude driver.h in hostapd.h
2013-09-25 Jouni Malinenhostapd: Fix couple of deinit path cases to clear pointers
2013-09-01 Jouni MalinenP2P: Select PSK based on Device Address instead of...
2013-09-01 Jouni MalinenP2P: Make peer's P2P Device Address available to authen...
2013-05-04 Johannes Berghostapd: Add Key MIC in group EAPOL-Key frames corrupti...
2013-01-12 Jouni MalinenSAE: Use PMK in 4-way handshake
2012-11-25 Michael BraunKeep and use list of PSKs per station for RADIUS-based PSK
2012-11-18 Jouni Malinenhostapd: Fix a regression in TKIP countermeasures proce...
2012-08-25 Jouni MalinenMove hostapd global callback functions into hapd_interfaces
2012-08-04 Michael BraunFix endless loop in PSK fetching with PSK-from-RADIUS
2012-08-01 Shan PalanisamyFT: Add FT AP support for drivers that manage MLME...
2012-07-30 Jouni MalinenHS 2.0: Add mechanism for disabling DGAF
2012-02-11 Jouni MalinenRemove the GPL notification from files contributed...
2011-12-11 Michael BraunAllow WPA passphrase to be fetched with RADIUS Tunnel...
2011-11-19 Helmut SchaaAllow MLME frames to be sent without expecting an ACK...
2011-11-18 Jouni MalinenInclude wpa_auth_glue.h to verify function prototypes
2011-10-30 Jouni MalinenFix TKIP countermeasures stopping in deinit paths
2011-10-28 Jouni MalinenFix WPA authenticator configuration to not leave uninit...
2011-10-23 Jouni MalinenFix hostapd_wpa_auth_send_ether() return value
2011-07-05 Jouni MalinenAllow PMKSA caching to be disabled on Authenticator
2011-04-02 Felix Fietkaunl80211: Send EAPOL frames as QoS data frames for QoS...
2011-03-29 Jouni MalinenWork around SNonce updates on EAPOL-Key 1/4 retransmission
2011-03-06 Shan PalanisamyFT: Make FT-over-DS configurable (hostapd.conf ft_over_...
2011-02-20 Jouni MalinenFT: Specify source MAC address for RRB messages
2010-11-24 Jouni Malinenhostapd_driver_ops reduction
2010-11-24 Jouni Malinenhostapd: Start removing struct hostapd_driver_ops abstr...
2010-07-26 Jouni MalinenFT: Send RRB data directly when managed by same hostapd...
2010-04-11 Yogesh Ashok PowarAllow advertising of U-APSD functionality in Beacon
2010-04-04 Jouni MalinenFT: Use bridge interface (if set) for RRB connection
2010-04-04 Jouni MalinenFT: Set WLAN_AUTH_FT auth_alg on FT-over-DS case
2010-03-27 Jouni MalinenFix wpa_auth_iface_iter() to skip BSSes without Authent...
2009-12-26 Jouni MalinenGet rid of unnecessary typedefs for enums.
2009-12-25 Jouni MalinenReplace src/ap/driver_i.h with non-inlined functions...
2009-12-25 Jouni MalinenRemove ap_config.h dependency from driver_i.h
2009-12-25 Jouni MalinenRename some src/ap files to avoid duplicate file names
2009-12-25 Jouni MalinenGet rid of direct hostapd_for_each_interface() calls
2009-12-25 Jouni MalinenMove rest of the generic AP mode functionality into...