Home
last modified time | relevance | path

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

/Linux-v6.1/net/mac80211/
Dmlme.c3608 (auth_alg != WLAN_AUTH_SAE && in ieee80211_rx_mgmt_auth()
3610 (auth_alg == WLAN_AUTH_SAE && in ieee80211_rx_mgmt_auth()
3623 if (auth_alg == WLAN_AUTH_SAE && in ieee80211_rx_mgmt_auth()
3650 case WLAN_AUTH_SAE: in ieee80211_rx_mgmt_auth()
3671 if (ifmgd->auth_data->algorithm != WLAN_AUTH_SAE || in ieee80211_rx_mgmt_auth()
3676 } else if (ifmgd->auth_data->algorithm == WLAN_AUTH_SAE && in ieee80211_rx_mgmt_auth()
5910 if (auth_data->algorithm == WLAN_AUTH_SAE) in ieee80211_auth()
5921 if (auth_data->algorithm == WLAN_AUTH_SAE) { in ieee80211_auth()
5937 if (auth_data->algorithm == WLAN_AUTH_SAE) in ieee80211_auth()
6025 WLAN_AUTH_SAE) in ieee80211_sta_work()
[all …]
/Linux-v6.1/include/linux/
Dieee80211.h3012 #define WLAN_AUTH_SAE 3 macro