Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Dmlme.c3682 (auth_alg != WLAN_AUTH_SAE && in ieee80211_rx_mgmt_auth()
3684 (auth_alg == WLAN_AUTH_SAE && in ieee80211_rx_mgmt_auth()
3697 if (auth_alg == WLAN_AUTH_SAE && in ieee80211_rx_mgmt_auth()
3724 case WLAN_AUTH_SAE: in ieee80211_rx_mgmt_auth()
3745 if (ifmgd->auth_data->algorithm != WLAN_AUTH_SAE || in ieee80211_rx_mgmt_auth()
3750 } else if (ifmgd->auth_data->algorithm == WLAN_AUTH_SAE && in ieee80211_rx_mgmt_auth()
6422 if (auth_data->algorithm == WLAN_AUTH_SAE) in ieee80211_auth()
6433 if (auth_data->algorithm == WLAN_AUTH_SAE) { in ieee80211_auth()
6449 if (auth_data->algorithm == WLAN_AUTH_SAE) in ieee80211_auth()
6537 WLAN_AUTH_SAE) in ieee80211_sta_work()
[all …]
/openbmc/linux/include/linux/
H A Dieee80211.h3154 #define WLAN_AUTH_SAE 3 macro