summaryrefslogtreecommitdiff
path: root/wpa_supplicant/mesh_rsn.c
Commit message (Expand)AuthorAgeFilesLines
* MLD STA: Extend key configuration functions to support Link IDVeerendranath Jakkam2022-11-061-3/+3
* SAE: Remove now unused password identifier argument from non-H2E caseJouni Malinen2021-04-101-1/+0
* mesh: Set correct address for mesh default broadcast/multicast keysMarkus Theil2020-10-101-2/+4
* Introduce and add key_flagAlexander Wetzel2020-01-091-4/+6
* Remove CONFIG_IEEE80211W build parameterJouni Malinen2019-09-081-10/+0
* mesh: Check that SAE state initialization succeeded for PMKID checkJouni Malinen2019-03-091-1/+3
* UBSan: Avoid unnecessary warningJouni Malinen2019-02-251-1/+1
* VLAN assignment based on used WPA/WPA2 passphrase/PSKJouni Malinen2019-02-141-1/+3
* OCV: Pass ocv parameter to mesh configurationMathy Vanhoef2018-12-171-2/+5
* SAE: Add support for using the optional Password IdentifierJouni Malinen2018-05-191-0/+6
* SAE: Allow SAE password to be configured separately (STA)Jouni Malinen2017-10-111-3/+8
* OWE: Support DH groups 20 (NIST P-384) and 21 (NIST P-521) in AP modeJouni Malinen2017-10-081-1/+4
* Add hostapd options wpa_group_update_count and wpa_pairwise_update_countGünther Kelleter2017-02-071-0/+2
* wpa_auth: Make struct wpa_auth_callbacks constJohannes Berg2017-01-291-9/+7
* mesh: Add MESH_PMKSA_GET/ADD commandsMasashi Honma2017-01-141-0/+19
* FILS: Extend wpa_auth_pmksa_get() to support PMKID matchingJouni Malinen2016-10-221-2/+2
* Extend AES-SIV implementation to support different key lengthsJouni Malinen2016-10-101-2/+2
* mesh: Indicate OPN_RJCT event if AES-SIV decrypt failsJouni Malinen2016-06-281-1/+1
* mesh: Remove GTKdata and IGTKdata from Mesh Peering Confirm/CloseJouni Malinen2016-06-281-2/+29
* mesh: Mark wpa_state COMPLETED when mesh join has been performedMaital Hahn2016-06-241-1/+0
* mesh: Avoid use of hardcoded cipherJouni Malinen2016-06-191-13/+19
* mesh: Clean up AMPE element encoding and parsingJouni Malinen2016-06-191-35/+116
* mesh: Use variable length MGTK for RXJouni Malinen2016-06-191-0/+1
* mesh: Generate a separate TX IGTK if PMF is enabledJouni Malinen2016-06-191-3/+15
* mesh: Support variable length TX MGTKJouni Malinen2016-06-191-2/+6
* mesh: Add variable length MTK supportJouni Malinen2016-06-191-1/+2
* mesh: Coding style cleanup for MTK derivationJouni Malinen2016-06-191-16/+22
* mesh: Fix MTK derivation to use AKM suite selectorJouni Malinen2016-06-181-2/+2
* mesh: Coding style cleanup for AEK derivationJouni Malinen2016-06-181-5/+14
* mesh: Fix AEK derivation to use AKM suite selectorJouni Malinen2016-06-181-2/+2
* mesh: Use ieee80211w profile parameterJouni Malinen2016-06-181-2/+9
* mesh: Use WPA_NONCE_LEN macroJouni Malinen2016-06-181-12/+11
* mesh: Fix error path handling for RSN (MGTK init)Jouni Malinen2016-05-301-3/+1
* mesh: Use appropriate BLOCKED state durationMasashi Honma2016-03-201-8/+5
* mesh: Add support for PMKSA cachingMasashi Honma2016-03-201-0/+35
* mesh: Check PMKID in AMPE Action framesBob Copeland2015-12-281-0/+7
* mesh: Fix PMKID to match the standardBob Copeland2015-12-281-4/+1
* mesh: Fix memory leak on error pathMasashi Honma2015-09-051-0/+1
* mesh: Fix segfault on error pathMasashi Honma2015-09-051-1/+2
* mesh: Rename IE field to clarify its useMasashi Honma2015-09-051-2/+2
* mesh: Fix remaining BLOCKED state after SAE auth failureMasashi Honma2015-02-081-2/+15
* mesh: Add a monitor event on SAE authentication getting blockedMasashi Honma2015-02-071-0/+3
* mesh: Add a monitor event for SAE authentication failureMasashi Honma2015-02-071-0/+2
* mesh: Sync plink state with kernelMasashi Honma2015-01-281-1/+1
* SAE: Centralize function for sending initial COMMITBob Copeland2015-01-101-74/+15
* Clean up debug prints to use wpa_printf()Jouni Malinen2014-12-261-1/+2
* mesh: Check for initialization failuresJouni Malinen2014-11-301-0/+6
* mesh: Add timer for SAE authentication in RSN meshChun-Yeow Yeoh2014-11-161-0/+35
* mesh: Add mesh robust security networkThomas Pedersen2014-11-161-0/+573