Include connected time in AP mode STA-* commands
[mech_eap.git] / src / ap / ieee802_1x.c
2012-09-26 Raja ManiInclude connected time in AP mode STA-* commands
2012-08-19 Michael BraunInitialize EAPOL auth identity/cui with STA entry data
2012-08-13 Jouni MalinenConvert os_zalloc() for an array to use os_calloc()
2012-08-07 Jouni MalinenShare a single definition of EAPOL-Key structure for...
2012-08-07 Jouni MalinenUse shared function for adding common RADIUS attributes
2012-08-07 Jouni MalinenReturn wpabuf from radius_msg_get_eap()
2012-08-07 Jouni MalinenConvert remaining SSID routines from char* to u8*
2012-05-05 Jouni Malinenhostapd: Allow addition of arbitrary RADIUS attributes
2012-05-05 Jouni Malinenhostapd: Add optional Chargeable-User-Identity request...
2012-05-05 Jouni Malinenhostapd: Copy Chargeable-User-Identity into accounting...
2012-04-10 Jouni MalinenFix EAP/WPS to PSK transition on reassociation in authe...
2012-02-11 Jouni MalinenRemove the GPL notification from files contributed...
2012-02-04 Jouni MalinenClear EAPOL authenticator authFail for PMKSA caching/FT
2011-12-10 Ben GreearAP: Improve disconnect and timeout related logging
2011-12-10 Ben GreearAP: Convert some wpa_printf to wpa_msg/dbg
2011-11-20 Jouni MalinenFix wired EAPOL authenticator
2011-11-19 Johannes BergAP: Add explicit EAPOL TX status event
2011-11-17 Jouni MalinenUse a single define for maximum number of EAP methods
2011-11-13 Jouni MalinenRemove unnecessary include file inclusion
2011-11-03 Jouni MalinenMove AP events for STA connected/disconnected into...
2011-10-24 Jithu JanceP2P: Append P2P Device Address to AP-STA-CONNECTED...
2011-10-22 Ben GreearFix typo in comment related to EAPOL
2011-10-15 B. JFix NT-hash password use with integrated authentication...
2011-10-12 Jouni MalinenEAPOL auth: Disconnect after IEEE 802.1X failure
2011-09-12 Per EkmanRemove references to time_t/time()
2011-08-28 Jouni MalinenWPS: Wait for EAPOL-Start unless WPS 2.0 station as...
2011-06-21 Jouni MalinenRemove a compiler warning on uninitialized variable
2011-05-17 Jouni MalinenWPS: Add a workaround for Windows 7 capability discover...
2011-04-11 Jouni MalinenFix WPS AP mode regression
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-02-20 Jouni MalinenFT: Fix FT-EAP to set EAPOL Authenticator into authenti...
2011-02-02 Johannes BergAP: Introduce sta authorized wrappers
2011-01-09 Jouni MalinenUse set_key addr to distinguish default and multicast...
2010-11-24 Jouni MalinenGet rid of struct hostapd_driver_ops abstraction
2010-11-24 Jouni Malinenhostapd_driver_ops reduction
2010-11-23 Masashi HonmaFix memory leak on EAPOL Authenticator error path
2010-11-23 Jouni MalinenAnnotate places depending on strong random numbers
2010-11-07 Jouni MalinenFix EAP standalone server
2010-10-27 Jouni MalinenAllow EAPOL frames from pre-authenticating station...
2010-09-15 Dan HarkinsEAP-pwd: Add support for EAP-pwd server and peer functi...
2010-09-09 Jouni MalinenP2P: Use PSK format in WPS Credential
2010-07-21 Jouni MalinenEAP server: Add support for configuring fragment size
2010-07-18 Jouni MalinenWPS: Move from WLAN_STA_MAYBE_WPS to WLAN_STA_WPS based...
2010-07-18 Jouni MalinenWPS: Force disconnection after provisioning step
2010-05-01 Jouni MalinenFix EAPOL_SM_USES_WPA flag to be set correctly
2010-04-15 Jouni MalinenStop processing if STA VLAN bind fails
2010-04-07 Gregory DetalAP: Add wpa_msg() events for EAP server state machine
2009-12-25 Jouni MalinenRename some src/ap files to avoid duplicate file names
2009-12-24 Jouni MalinenMove generic AP functionality implementation into src/ap