PMKSA: Show AP/mesh PMKSA list in PMKSA command
[mech_eap.git] / src / ap / wpa_auth.c
2016-03-20 Masashi HonmaPMKSA: Show AP/mesh PMKSA list in PMKSA command
2016-02-18 Masashi HonmaSAE: Fix PMKID calculation for PMKSA cache
2015-12-09 Jouni MalinenFT: Fix FTIE generation for EAPOL-Key msg 3/4
2015-12-09 Jouni MalinenFT: Fix FTIE generation for 4-way handshake after FT...
2015-10-14 Jouni MalinenFix Suite B 192-bit AKM to use proper PMK length
2015-10-05 Michael BraunFix init of group state machine for static VLANs
2015-08-28 Jouni MalinenRemove unnecessary enum typedef from wpa_auth_sm_event()
2015-08-28 Jouni MalinenEAPOL auth: Avoid recursive wpa_sm_step() on WPA_DEAUTH...
2015-08-02 Jouni MalinenAdd build option to remove all internal RC4 uses
2015-06-29 Jouni MalinenReject the initial 4-way handshake if initial GTK setup...
2015-04-26 Michael BraunRemove WPA per-VLAN groups when no more stations remain
2015-04-26 Jouni MalinenDo not use C++ reserved words as variable names
2015-03-19 Jouni MalinenAdd a AP mode event message for possible PSK/passphrase...
2015-02-10 Jouni MalinenRe-configure WPA2 group keys on hostapd interface re...
2015-01-29 Jouni MalinenWPA auth: Disconnect STA if MSK cannot be fetched
2015-01-29 Jouni MalinenWPA auth: Clear temporary MSK storage from stack explicitly
2015-01-26 Jouni MalinenAdd Suite B 192-bit AKM
2015-01-26 Jouni MalinenPreparations for variable length KCK and KEK
2015-01-22 Ben Greearhostapd: Debug messages for dodgy RADIUS servers
2015-01-16 Jouni MalinenRADIUS DAS: Allow PMKSA cache entry to be removed witho...
2015-01-08 Jouni MalinenFix a memory leak on WPA authenticator error path
2014-12-12 Jouni MalinenFix AP IE in EAPOL-Key 3/4 for WPA + FT combination
2014-12-08 Jouni MalinenCheck os_snprintf() result more consistently - automatic 1
2014-11-23 Jouni MalinenPeerKey: Clean up EAPOL-Key Key Data processing on AP
2014-11-21 Jouni MalinenAP: Extend EAPOL-Key msg 1/4 retry workaround for chang...
2014-11-21 Jouni MalinenPrint EAPOL-Key Replay Counter in Authenticator debug log
2014-11-16 Bob Copelandmesh: Start mesh peering after successful authentication
2014-11-16 Jouni MalinenSuite B: Select EAPOL-Key integrity and key-wrap algori...
2014-11-16 Jouni MalinenSuite B: PMKID derivation for AKM 00-0F-AC:11
2014-10-18 Jouni MalinenSAE: Add support for PMKSA caching on the AP side
2014-10-11 Jouni MalinenSimplify memory allocation/freeing for static analyzers
2014-10-07 Jouni MalinenAES: Extend key wrap design to support longer AES keys
2014-07-02 Jouni MalinenRSN authenticator: Use os_memcmp_const() for hash/passw...
2014-06-01 Jouni MalinenFT: Fix GTK rekeying after FT protocol
2014-04-29 Jouni MalinenRemove floating constant suffix 'd' from test coee
2014-03-23 Jouni MalinenFT: Add support for postponing FT response
2014-03-14 Jouni MalinenAllow management group cipher to be configured
2014-03-11 Jouni MalinenFix PTK derivation for CCMP-256 and GCMP-256
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-29 Jouni MalinenEnable FT with SAE
2013-12-26 Jouni MalinenWNM: Fix Sleep Mode AP processing in open network
2013-12-24 Jouni MalinenVerify group key configuration for WPA group
2013-10-26 Jouni MalinenClean up get_seqnum() use for IPN
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-23 Jouni MalinenWNM: Remove PMKSA cache entry on ESS disassoc imminent...
2013-05-04 Johannes BergWPA: Print pairwise EAPOL-Key flag as a bool
2013-05-04 Johannes Berghostapd: Add Key MIC in group EAPOL-Key frames corrupti...
2013-03-30 Michael BraunAP: Fix infinite loop in WPA state machine when out...
2013-01-12 Jouni MalinenUse more explicit way of copying pointer value to a...
2012-12-16 Jouni MalinenWNM: Fix GTK/IGTK encoding in WNM-Sleep Mode Exit frame
2012-12-16 Jouni MalinenWNM: Use CONFIG_WNM more consistently
2012-11-18 Jouni Malinenhostapd: Fix a regression in TKIP countermeasures proce...
2012-09-30 Jouni MalinenAdd initial parts for SAE
2012-08-30 Jouni MalinenMove WPA cipher information into a shared location
2012-08-29 Jouni MalinenAdd support for using GCMP cipher from IEEE 802.11ad
2012-08-10 Michael BraunFix WPA GTK rekeying with multiple VLANs
2012-08-01 Xi ChenWNM: Add WNM-Sleep Mode implementation for AP
2012-07-30 Jouni MalinenHS 2.0: Add mechanism for disabling DGAF
2012-02-26 Jouni MalinenGenerate random ANonce instead of one based on Counter
2012-02-11 Jouni MalinenRemove the GPL notification from files contributed...
2012-01-29 Nicolas Cavallariwpa_auth: Fix race in rejecting 4-way handshake for...
2012-01-22 Jouni MalinenWork around interop issue with WPA type EAPOL-Key 4...
2012-01-02 Jouni MalinenAllow SNonce update after sending EAPOL-Key 3/4 if...
2011-12-24 Jouni MalinenRemove obsolete comment on removed PTK rekeying operation
2011-12-24 Jouni MalinenIncrease initial group key handshake retransmit timeout...
2011-12-24 Jouni MalinenDrop priority level of the logger message for unexpecte...
2011-12-10 Ben GreearAP: Improve disconnect and timeout related logging
2011-11-17 Jouni MalinenFix the debug message in the previous commit
2011-11-17 Jouni MalinenSet Secure=1 for EAPOL-Key msg 3/4 in WPA conditional...
2011-10-30 Yoni DivinskyConfigure new GTK/IGTK to driver in case of TKIP counte...
2011-10-30 Jouni MalinenIgnore Michael MIC failure reports if cipher is not...
2011-10-30 Jouni MalinenMove Michael MIC error report processing into separate...
2011-08-09 Jouni MalinenAP: Reorder WPA/Beacon initialization
2011-07-05 Jouni MalinenAllow PMKSA caching to be disabled on Authenticator
2011-04-04 Jouni MalinenFix a typo in a MIB variable in hostapd ctrl_interface
2011-03-29 Jouni MalinenWork around SNonce updates on EAPOL-Key 1/4 retransmission
2011-03-23 Jouni MalinenMake GKeyDoneStations counting able to recover from...
2011-03-23 Jouni MalinenDecrement GKeyDoneStations in WPA authenticator when...
2011-02-27 Iain HibbertAvoid preprocessor directives in macro arguments
2011-02-24 Ben GreearAdd more wpa_auth debugging messages
2011-01-15 Jouni MalinenWPA: Add more info for EAPOL-Key Nonce/MIC debugging
2011-01-09 Jouni MalinenUse set_key addr to distinguish default and multicast...
2011-01-09 Jouni MalinenUse key=NULL when clearing PTK with set_key
2010-11-24 Jouni Malinenhostapd: Verify availability of random data when using...
2010-11-23 Jouni MalinenMaintain internal entropy pool for augmenting random...
2010-11-23 Jouni MalinenAnnotate places depending on strong random numbers
2010-11-23 Jouni MalinenRe-initialize GMK and Key Counter on first station...
2010-11-22 Jouni MalinenReport errors from key derivation/configuration
2010-11-22 Jouni MalinenMix in more data to GTK/IGTK derivation
2010-04-23 Jouni MalinenFix WPA state machine initialization on WPA_REAUTH...
2010-04-10 Jouni MalinenFT: Validate MDIE and FTIE in FT 4-way handshake messag...
2010-04-10 Jouni MalinenFT: Add FTIE, TIE[ReassocDeadline], TIE[KeyLifetime...
2010-04-10 Jouni MalinenParse EAPOL-Key msg 2/4 Key Data IEs/KDEs before checki...
2010-04-07 Jouni MalinenFT: Fix FT 4-Way Handshake to include PMKR1Name in...
2010-04-04 Jouni MalinenFT: Re-set PTK on reassociation
2010-04-04 Jouni MalinenFT: Force key configuration after association in FT...
2010-04-04 Jouni MalinenFix Windows compilation issues with AP mode code
2010-03-30 Jouni MalinenMFP: Fix IGTK PN in group rekeying
next