Home
last modified time | relevance | path

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

/Linux-v5.4/net/mac80211/
Dmlme.c2911 (auth_alg != WLAN_AUTH_SAE && in ieee80211_rx_mgmt_auth()
2913 (auth_alg == WLAN_AUTH_SAE && in ieee80211_rx_mgmt_auth()
2938 case WLAN_AUTH_SAE: in ieee80211_rx_mgmt_auth()
2958 if (ifmgd->auth_data->algorithm != WLAN_AUTH_SAE || in ieee80211_rx_mgmt_auth()
2963 } else if (ifmgd->auth_data->algorithm == WLAN_AUTH_SAE && in ieee80211_rx_mgmt_auth()
4203 if (auth_data->algorithm == WLAN_AUTH_SAE) in ieee80211_auth()
4215 if (auth_data->algorithm == WLAN_AUTH_SAE) { in ieee80211_auth()
4232 if (auth_data->algorithm == WLAN_AUTH_SAE) in ieee80211_auth()
4316 WLAN_AUTH_SAE) in ieee80211_sta_work()
5096 auth_alg = WLAN_AUTH_SAE; in ieee80211_mgd_auth()
/Linux-v5.4/include/linux/
Dieee80211.h2128 #define WLAN_AUTH_SAE 3 macro