mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-02-20 03:10:40 +01:00
common: fix missing PSK_SHA256 AKM
This AKM was lost while moving all the AKM checks into a the macros
This commit is contained in:
parent
9c6589a6ad
commit
c416db0708
@ -67,6 +67,7 @@ bool security_from_str(const char *str, enum security *security)
|
|||||||
#define AKM_IS_PSK(akm) \
|
#define AKM_IS_PSK(akm) \
|
||||||
( \
|
( \
|
||||||
akm & (IE_RSN_AKM_SUITE_PSK | \
|
akm & (IE_RSN_AKM_SUITE_PSK | \
|
||||||
|
IE_RSN_AKM_SUITE_PSK_SHA256 | \
|
||||||
IE_RSN_AKM_SUITE_FT_USING_PSK | \
|
IE_RSN_AKM_SUITE_FT_USING_PSK | \
|
||||||
IE_RSN_AKM_SUITE_FT_USING_PSK | \
|
IE_RSN_AKM_SUITE_FT_USING_PSK | \
|
||||||
IE_RSN_AKM_SUITE_SAE_SHA256 | \
|
IE_RSN_AKM_SUITE_SAE_SHA256 | \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user