mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
common: Classify OWE networks as open
This commit is contained in:
parent
8740abb60e
commit
ef544dfc6e
@ -79,6 +79,9 @@ enum security security_determine(uint16_t bss_capability,
|
||||
info->akm_suites & IE_RSN_AKM_SUITE_FT_OVER_8021X))
|
||||
return SECURITY_8021X;
|
||||
|
||||
if (info && (info->akm_suites & IE_RSN_AKM_SUITE_OWE))
|
||||
return SECURITY_NONE;
|
||||
|
||||
if (bss_capability & IE_BSS_CAP_PRIVACY)
|
||||
return SECURITY_WEP;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user