Home
last modified time | relevance | path

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

/Linux-v6.6/net/mac80211/
Dmlme.c3681 (auth_alg != WLAN_AUTH_SAE && in ieee80211_rx_mgmt_auth()
3683 (auth_alg == WLAN_AUTH_SAE && in ieee80211_rx_mgmt_auth()
3696 if (auth_alg == WLAN_AUTH_SAE && in ieee80211_rx_mgmt_auth()
3723 case WLAN_AUTH_SAE: in ieee80211_rx_mgmt_auth()
3744 if (ifmgd->auth_data->algorithm != WLAN_AUTH_SAE || in ieee80211_rx_mgmt_auth()
3749 } else if (ifmgd->auth_data->algorithm == WLAN_AUTH_SAE && in ieee80211_rx_mgmt_auth()
6415 if (auth_data->algorithm == WLAN_AUTH_SAE) in ieee80211_auth()
6426 if (auth_data->algorithm == WLAN_AUTH_SAE) { in ieee80211_auth()
6442 if (auth_data->algorithm == WLAN_AUTH_SAE) in ieee80211_auth()
6530 WLAN_AUTH_SAE) in ieee80211_sta_work()
[all …]
/Linux-v6.6/include/linux/
Dieee80211.h3145 #define WLAN_AUTH_SAE 3 macro