mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-26 10:39:23 +01:00
eapol: add FILS-FT AKMs to eapol_start
This will prevent FILS-FT from starting the 4-way handshake as it does for regular FILS
This commit is contained in:
parent
5d2b995175
commit
4097a49669
@ -2352,7 +2352,9 @@ bool eapol_start(struct eapol_sm *sm)
|
|||||||
* then we wait for a rekey.
|
* then we wait for a rekey.
|
||||||
*/
|
*/
|
||||||
if (sm->handshake->akm_suite & (IE_RSN_AKM_SUITE_FILS_SHA256 |
|
if (sm->handshake->akm_suite & (IE_RSN_AKM_SUITE_FILS_SHA256 |
|
||||||
IE_RSN_AKM_SUITE_FILS_SHA384))
|
IE_RSN_AKM_SUITE_FILS_SHA384 |
|
||||||
|
IE_RSN_AKM_SUITE_FT_OVER_FILS_SHA384 |
|
||||||
|
IE_RSN_AKM_SUITE_FT_OVER_FILS_SHA256))
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
if (sm->require_handshake)
|
if (sm->require_handshake)
|
||||||
|
Loading…
Reference in New Issue
Block a user