Home
last modified time | relevance | path

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

/linux-6.1.9/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()
5914 if (auth_data->algorithm == WLAN_AUTH_SAE) in ieee80211_auth()
5925 if (auth_data->algorithm == WLAN_AUTH_SAE) { in ieee80211_auth()
5941 if (auth_data->algorithm == WLAN_AUTH_SAE) in ieee80211_auth()
6029 WLAN_AUTH_SAE) in ieee80211_sta_work()
[all …]
/linux-6.1.9/include/linux/
Dieee80211.h3012 #define WLAN_AUTH_SAE 3 macro