aboutsummaryrefslogtreecommitdiffstats
path: root/src/ap/ieee802_1x.c
Commit message (Expand)AuthorAgeFilesLines
* save eapol for later use (EAPOL Start race)Eliad Peller2012-08-021-0/+11
* hostapd: Allow addition of arbitrary RADIUS attributesJouni Malinen2012-05-051-8/+36
* hostapd: Add optional Chargeable-User-Identity request (RFC 4372)Jouni Malinen2012-05-051-0/+19
* hostapd: Copy Chargeable-User-Identity into accounting (RFC 4372)Jouni Malinen2012-05-051-0/+36
* Fix EAP/WPS to PSK transition on reassociation in authenticatorJouni Malinen2012-04-101-0/+10
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-111-8/+2
* Clear EAPOL authenticator authFail for PMKSA caching/FTJouni Malinen2012-02-041-1/+3
* AP: Improve disconnect and timeout related loggingBen Greear2011-12-101-0/+3
* AP: Convert some wpa_printf to wpa_msg/dbgBen Greear2011-12-101-2/+2
* Fix wired EAPOL authenticatorJouni Malinen2011-11-201-1/+2
* AP: Add explicit EAPOL TX status eventJohannes Berg2011-11-191-9/+20
* Use a single define for maximum number of EAP methodsJouni Malinen2011-11-171-5/+2
* Remove unnecessary include file inclusionJouni Malinen2011-11-131-1/+0
* Move AP events for STA connected/disconnected into one functionJouni Malinen2011-11-031-21/+0
* P2P: Append P2P Device Address to AP-STA-CONNECTED eventJithu Jance2011-10-251-3/+18
* Fix typo in comment related to EAPOLBen Greear2011-10-221-1/+1
* Fix NT-hash password use with integrated authentication serverB. J2011-10-151-0/+1
* EAPOL auth: Disconnect after IEEE 802.1X failureJouni Malinen2011-10-121-6/+9
* Remove references to time_t/time()Per Ekman2011-09-121-2/+3
* WPS: Wait for EAPOL-Start unless WPS 2.0 station as workaroundJouni Malinen2011-08-281-11/+24
* Remove a compiler warning on uninitialized variableJouni Malinen2011-06-211-0/+1
* WPS: Add a workaround for Windows 7 capability discovery for PBCJouni Malinen2011-05-171-0/+1
* Fix WPS AP mode regressionJouni Malinen2011-04-111-5/+24
* nl80211: Send EAPOL frames as QoS data frames for QoS aware clientsFelix Fietkau2011-04-021-1/+1
* Work around SNonce updates on EAPOL-Key 1/4 retransmissionJouni Malinen2011-03-291-0/+10
* FT: Fix FT-EAP to set EAPOL Authenticator into authenticated stateJouni Malinen2011-02-201-1/+20
* AP: Introduce sta authorized wrappersJohannes Berg2011-02-021-6/+5
* Use set_key addr to distinguish default and multicast keysJouni Malinen2011-01-091-2/+4
* Get rid of struct hostapd_driver_ops abstractionJouni Malinen2010-11-241-5/+5
* hostapd_driver_ops reductionJouni Malinen2010-11-241-13/+16
* Fix memory leak on EAPOL Authenticator error pathMasashi Honma2010-11-241-1/+3
* Annotate places depending on strong random numbersJouni Malinen2010-11-241-5/+7
* Fix EAP standalone serverJouni Malinen2010-11-071-0/+2
* Allow EAPOL frames from pre-authenticating station to be processedJouni Malinen2010-10-271-2/+2
* EAP-pwd: Add support for EAP-pwd server and peer functionalityDan Harkins2010-09-141-0/+1
* P2P: Use PSK format in WPS CredentialJouni Malinen2010-09-091-1/+1
* EAP server: Add support for configuring fragment sizeJouni Malinen2010-07-201-0/+1
* WPS: Move from WLAN_STA_MAYBE_WPS to WLAN_STA_WPS based on EAP messagesJouni Malinen2010-07-181-0/+25
* WPS: Force disconnection after provisioning stepJouni Malinen2010-07-181-0/+19
* Fix EAPOL_SM_USES_WPA flag to be set correctlyJouni Malinen2010-05-011-2/+1
* Stop processing if STA VLAN bind failsJouni Malinen2010-04-151-1/+2
* AP: Add wpa_msg() events for EAP server state machineGregory Detal2010-04-071-0/+1
* Rename some src/ap files to avoid duplicate file namesJouni Malinen2009-12-261-9/+9
* Move generic AP functionality implementation into src/apJouni Malinen2009-12-251-0/+1980