mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 16:58:41 -05:00
nl80211: Add support for setting FILS authentication algorithm
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
e76e950eac
commit
d8f9342d03
@ -3112,6 +3112,8 @@ retry:
|
|||||||
type = NL80211_AUTHTYPE_FT;
|
type = NL80211_AUTHTYPE_FT;
|
||||||
else if (params->auth_alg & WPA_AUTH_ALG_SAE)
|
else if (params->auth_alg & WPA_AUTH_ALG_SAE)
|
||||||
type = NL80211_AUTHTYPE_SAE;
|
type = NL80211_AUTHTYPE_SAE;
|
||||||
|
else if (params->auth_alg & WPA_AUTH_ALG_FILS)
|
||||||
|
type = NL80211_AUTHTYPE_FILS_SK;
|
||||||
else
|
else
|
||||||
goto fail;
|
goto fail;
|
||||||
wpa_printf(MSG_DEBUG, " * Auth Type %d", type);
|
wpa_printf(MSG_DEBUG, " * Auth Type %d", type);
|
||||||
|
Loading…
Reference in New Issue
Block a user