Home
last modified time | relevance | path

Searched refs:IEEE80211_S_AUTH (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_sta.c305 case IEEE80211_S_AUTH: in sta_newstate()
344 case IEEE80211_S_AUTH: in sta_newstate()
351 case IEEE80211_S_AUTH: in sta_newstate()
388 case IEEE80211_S_AUTH: in sta_newstate()
414 case IEEE80211_S_AUTH: /* when join is done in fw */ in sta_newstate()
1002 if (vap->iv_state != IEEE80211_S_AUTH || in sta_auth_open()
1088 if (vap->iv_state != IEEE80211_S_AUTH) in sta_auth_shared()
1127 if (vap->iv_state == IEEE80211_S_AUTH) in sta_auth_shared()
1968 ieee80211_new_state(vap, IEEE80211_S_AUTH, in sta_recv_mgmt()
1978 vap->iv_state != IEEE80211_S_AUTH) { in sta_recv_mgmt()
H A Dieee80211_proto.h40 IEEE80211_S_AUTH = 2, /* try to authenticate */ enumerator
H A Dieee80211_node.c897 ieee80211_new_state(vap, IEEE80211_S_AUTH, in ieee80211_sta_join1()