Searched refs:IEEE80211_S_ASSOC (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_sta.c | 173 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 D | ieee80211_proto.h | 41 IEEE80211_S_ASSOC = 3, /* try to assoc */ enumerator
|
| H A D | ieee80211_proto.c | 2025 IEEE80211_S_ASSOC, 1); in ieee80211_start_locked()
|
| H A D | ieee80211_node.c | 889 ieee80211_new_state(vap, IEEE80211_S_ASSOC, 1); in ieee80211_sta_join1()
|