Home
last modified time | relevance | path

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

/external/wpa_supplicant/
Dmlme.c1139 if (wpa_s->mlme.auth_algs & IEEE80211_AUTH_ALG_OPEN) in ieee80211_rx_mgmt_auth()
1141 if (wpa_s->mlme.auth_algs & in ieee80211_rx_mgmt_auth()
1144 if (wpa_s->mlme.auth_algs & IEEE80211_AUTH_ALG_LEAP) in ieee80211_rx_mgmt_auth()
2031 if (wpa_s->mlme.auth_algs & IEEE80211_AUTH_ALG_OPEN) in ieee80211_sta_new_auth()
2033 else if (wpa_s->mlme.auth_algs & IEEE80211_AUTH_ALG_SHARED_KEY) in ieee80211_sta_new_auth()
2035 else if (wpa_s->mlme.auth_algs & IEEE80211_AUTH_ALG_LEAP) in ieee80211_sta_new_auth()
Dwpa_supplicant_i.h218 unsigned int auth_algs; /* bitfield of allowed auth algs */ member