Home
last modified time | relevance | path

Searched refs:WLAN_AUTH_SAE (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/net/mac80211/
Dmlme.c2980 (auth_alg != WLAN_AUTH_SAE && in ieee80211_rx_mgmt_auth()
2982 (auth_alg == WLAN_AUTH_SAE && in ieee80211_rx_mgmt_auth()
2995 if (auth_alg == WLAN_AUTH_SAE && in ieee80211_rx_mgmt_auth()
3015 case WLAN_AUTH_SAE: in ieee80211_rx_mgmt_auth()
3035 if (ifmgd->auth_data->algorithm != WLAN_AUTH_SAE || in ieee80211_rx_mgmt_auth()
3040 } else if (ifmgd->auth_data->algorithm == WLAN_AUTH_SAE && in ieee80211_rx_mgmt_auth()
4380 if (auth_data->algorithm == WLAN_AUTH_SAE) in ieee80211_auth()
4392 if (auth_data->algorithm == WLAN_AUTH_SAE) { in ieee80211_auth()
4409 if (auth_data->algorithm == WLAN_AUTH_SAE) in ieee80211_auth()
4493 WLAN_AUTH_SAE) in ieee80211_sta_work()
[all …]
/Linux-v5.10/include/linux/
Dieee80211.h2484 #define WLAN_AUTH_SAE 3 macro