Home
last modified time | relevance | path

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

/Linux-v5.15/net/mac80211/
Dmlme.c2961 (auth_alg != WLAN_AUTH_SAE && in ieee80211_rx_mgmt_auth()
2963 (auth_alg == WLAN_AUTH_SAE && in ieee80211_rx_mgmt_auth()
2976 if (auth_alg == WLAN_AUTH_SAE && in ieee80211_rx_mgmt_auth()
2996 case WLAN_AUTH_SAE: in ieee80211_rx_mgmt_auth()
3017 if (ifmgd->auth_data->algorithm != WLAN_AUTH_SAE || in ieee80211_rx_mgmt_auth()
3022 } else if (ifmgd->auth_data->algorithm == WLAN_AUTH_SAE && in ieee80211_rx_mgmt_auth()
4399 if (auth_data->algorithm == WLAN_AUTH_SAE) in ieee80211_auth()
4410 if (auth_data->algorithm == WLAN_AUTH_SAE) { in ieee80211_auth()
4427 if (auth_data->algorithm == WLAN_AUTH_SAE) in ieee80211_auth()
4511 WLAN_AUTH_SAE) in ieee80211_sta_work()
[all …]
/Linux-v5.15/include/linux/
Dieee80211.h2573 #define WLAN_AUTH_SAE 3 macro