Home
last modified time | relevance | path

Searched refs:IEEE80211_S_ASSOC (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_sta.c173 ieee80211_new_state(vap, IEEE80211_S_ASSOC, 1); in sta_beacon_miss()
265 case IEEE80211_S_ASSOC: in sta_newstate()
306 case IEEE80211_S_ASSOC: in sta_newstate()
352 case IEEE80211_S_ASSOC: in sta_newstate()
386 case IEEE80211_S_ASSOC: in sta_newstate()
389 case IEEE80211_S_ASSOC: in sta_newstate()
415 case IEEE80211_S_ASSOC: in sta_newstate()
1015 ieee80211_new_state(vap, IEEE80211_S_ASSOC, 0); in sta_auth_open()
1104 ieee80211_new_state(vap, IEEE80211_S_ASSOC, 0); in sta_auth_shared()
1735 if (vap->iv_state != IEEE80211_S_ASSOC) { in sta_recv_mgmt()
[all …]
H A Dieee80211_proto.h41 IEEE80211_S_ASSOC = 3, /* try to assoc */ enumerator
H A Dieee80211_proto.c2025 IEEE80211_S_ASSOC, 1); in ieee80211_start_locked()
H A Dieee80211_node.c889 ieee80211_new_state(vap, IEEE80211_S_ASSOC, 1); in ieee80211_sta_join1()