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.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()
6421 if (auth_data->algorithm == WLAN_AUTH_SAE) in ieee80211_auth()
6432 if (auth_data->algorithm == WLAN_AUTH_SAE) { in ieee80211_auth()
6448 if (auth_data->algorithm == WLAN_AUTH_SAE) in ieee80211_auth()
6536 WLAN_AUTH_SAE) in ieee80211_sta_work()
[all …]
/openbmc/linux/include/linux/
H A Dieee80211.h3154 #define WLAN_AUTH_SAE 3 macro