Home
last modified time | relevance | path

Searched refs:IEEE80211_S_RUN (Results 1 – 22 of 22) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_sta.c122 KASSERT(vap->iv_state >= IEEE80211_S_RUN, in sta_beacon_miss()
259 case IEEE80211_S_RUN: in sta_newstate()
329 case IEEE80211_S_RUN: /* beacon miss */ in sta_newstate()
365 case IEEE80211_S_RUN: in sta_newstate()
394 case IEEE80211_S_RUN: in sta_newstate()
406 case IEEE80211_S_RUN: in sta_newstate()
411 case IEEE80211_S_RUN: in sta_newstate()
442 if (ostate != IEEE80211_S_RUN) in sta_newstate()
459 if (ostate != IEEE80211_S_RUN) in sta_newstate()
1224 KASSERT(vap->iv_state >= IEEE80211_S_RUN, in ieee80211_parse_csaparams()
[all …]
H A Dieee80211_tdma.c246 (ostate == IEEE80211_S_INIT || ostate == IEEE80211_S_RUN) && in tdma_newstate()
254 if (ostate == IEEE80211_S_RUN) { in tdma_newstate()
274 nstate == IEEE80211_S_RUN && ostate != IEEE80211_S_RUN && in tdma_newstate()
303 KASSERT(vap->iv_state == IEEE80211_S_RUN, in tdma_beacon_miss()
506 if (vap->iv_state == IEEE80211_S_RUN) in tdma_update()
566 if (vap->iv_state == IEEE80211_S_RUN) { in tdma_process_params()
H A Dieee80211_adhoc.c167 case IEEE80211_S_RUN: /* beacon miss */ in adhoc_newstate()
216 case IEEE80211_S_RUN: in adhoc_newstate()
249 case IEEE80211_S_RUN: /* IBSS merge */ in adhoc_newstate()
265 ic->ic_newassoc(ni, ostate != IEEE80211_S_RUN); in adhoc_newstate()
424 if (vap->iv_state != IEEE80211_S_RUN) { in adhoc_input()
883 if (vap->iv_state != IEEE80211_S_RUN) { in adhoc_recv_mgmt()
965 } else if (vap->iv_state != IEEE80211_S_RUN) { in adhoc_recv_mgmt()
H A Dieee80211_proto.c2023 if (vap->iv_state >= IEEE80211_S_RUN) in ieee80211_start_locked()
2042 IEEE80211_S_RUN, -1); in ieee80211_start_locked()
2223 vap->iv_state >= IEEE80211_S_RUN && in beacon_miss()
2237 if (vap->iv_state >= IEEE80211_S_RUN) { in beacon_swmiss()
2257 KASSERT(vap->iv_state >= IEEE80211_S_RUN, in ieee80211_swbmiss()
2311 if (vap->iv_state == IEEE80211_S_RUN) in ieee80211_csa_startswitch()
2460 IEEE80211_S_SCAN : IEEE80211_S_RUN, 0); in wakeupwaiting()
2536 if (nstate == IEEE80211_S_RUN) { in ieee80211_newstate_cb()
2647 if (vp->iv_state >= IEEE80211_S_RUN) in ieee80211_new_state_locked()
2690 nstate = IEEE80211_S_RUN; in ieee80211_new_state_locked()
[all …]
H A Dieee80211_monitor.c108 if (nstate == IEEE80211_S_RUN) { in monitor_newstate()
H A Dieee80211_hostap.c183 case IEEE80211_S_RUN: in hostap_newstate()
200 case IEEE80211_S_RUN: in hostap_newstate()
268 case IEEE80211_S_RUN: in hostap_newstate()
309 case IEEE80211_S_RUN: in hostap_newstate()
341 if (ostate == IEEE80211_S_RUN && isbandchange(ic)) { in hostap_newstate()
915 KASSERT(vap->iv_state == IEEE80211_S_RUN, ("state %d", vap->iv_state)); in hostap_auth_open()
1865 if (vap->iv_state != IEEE80211_S_RUN) { in hostap_recv_mgmt()
1930 if (vap->iv_state != IEEE80211_S_RUN) { in hostap_recv_mgmt()
2006 if (vap->iv_state != IEEE80211_S_RUN) { in hostap_recv_mgmt()
2298 if (vap->iv_state != IEEE80211_S_RUN || in hostap_recv_mgmt()
[all …]
H A Dieee80211_wds.c140 KASSERT(vap->iv_state == IEEE80211_S_RUN, ("!RUN state")); in ieee80211_create_wds()
387 case IEEE80211_S_RUN: in wds_newstate()
766 } else if (vap->iv_state != IEEE80211_S_RUN) { in wds_recv_mgmt()
H A Dieee80211_power.c574 ieee80211_new_state_locked(vap, IEEE80211_S_RUN, 0); in ieee80211_sta_tim_notify()
614 if (vap->iv_state != IEEE80211_S_RUN) in ieee80211_sta_ps_timer_check()
H A Dieee80211_crypto.c756 if (vap->iv_state != IEEE80211_S_RUN) in load_ucastkey()
779 if (vap->iv_state != IEEE80211_S_RUN) in ieee80211_crypto_reload_keys()
H A Dieee80211_node.c703 if (vap->iv_state < IEEE80211_S_RUN) in gethtadjustflags()
734 if (vap->iv_state < IEEE80211_S_RUN) in getvhtadjustflags()
854 vap->iv_state == IEEE80211_S_RUN && in ieee80211_sta_join1()
901 ieee80211_new_state(vap, IEEE80211_S_RUN, -1); in ieee80211_sta_join1()
2339 if (vap->iv_state != IEEE80211_S_RUN) in timeout_stations()
2483 if (vap->iv_state != IEEE80211_S_RUN) in ieee80211_drain()
H A Dieee80211_mesh.c712 if (nstate != IEEE80211_S_RUN && ostate == IEEE80211_S_RUN) { in mesh_newstate()
725 case IEEE80211_S_RUN: in mesh_newstate()
780 case IEEE80211_S_RUN: in mesh_newstate()
819 case IEEE80211_S_RUN: in mesh_newstate()
1894 if (vap->iv_state != IEEE80211_S_RUN) in mesh_recv_mgmt()
1985 if (vap->iv_state != IEEE80211_S_RUN) { in mesh_recv_mgmt()
2061 } else if (vap->iv_state != IEEE80211_S_RUN) { in mesh_recv_mgmt()
H A Dieee80211_proto.h43 IEEE80211_S_RUN = 5, /* operational (e.g. associated) */ enumerator
H A Dieee80211_ioctl.c613 if (vap->iv_state == IEEE80211_S_RUN || vap->iv_state == IEEE80211_S_SLEEP) in ieee80211_ioctl_getcurchan()
925 if (vap->iv_state == IEEE80211_S_RUN || vap->iv_state == IEEE80211_S_SLEEP) { in ieee80211_ioctl_get80211()
1030 else if (vap->iv_state == IEEE80211_S_RUN || vap->iv_state == IEEE80211_S_SLEEP) in ieee80211_ioctl_get80211()
1043 (vap->iv_state == IEEE80211_S_RUN || vap->iv_state == IEEE80211_S_SLEEP)) in ieee80211_ioctl_get80211()
1121 (vap->iv_state == IEEE80211_S_RUN || vap->iv_state == IEEE80211_S_SLEEP)) { in ieee80211_ioctl_get80211()
1133 (vap->iv_state == IEEE80211_S_RUN || vap->iv_state == IEEE80211_S_SLEEP)) in ieee80211_ioctl_get80211()
2000 if ((vap->iv_state == IEEE80211_S_RUN || vap->iv_state == IEEE80211_S_SLEEP) && in setcurchan()
H A Dieee80211_hwmp.c297 if (nstate != IEEE80211_S_RUN && ostate == IEEE80211_S_RUN) in hwmp_newstate()
299 if (nstate == IEEE80211_S_RUN) in hwmp_newstate()
H A Dieee80211_scan_sw.c651 vap->iv_state == IEEE80211_S_RUN) { in scan_start()
H A Dieee80211_var.h909 if (vap->iv_state == IEEE80211_S_RUN) in ieee80211_beacon_notify()
H A Dieee80211_superg.c1016 vap->iv_state == IEEE80211_S_RUN) in getathcap()
H A Dieee80211_input.c437 if (vap->iv_state != IEEE80211_S_RUN) { in ieee80211_send_error()
H A Dieee80211_output.c470 ieee80211_new_state(vap, IEEE80211_S_RUN, 0); in ieee80211_start_pkt()
500 if (vap->iv_state != IEEE80211_S_RUN && in ieee80211_vap_transmit()
504 if (vap->iv_state != IEEE80211_S_RUN && in ieee80211_vap_transmit()
H A Dieee80211_scan_sta.c1441 vap->iv_state >= IEEE80211_S_RUN) in sta_age()
H A Dieee80211.c2235 if (vap->iv_state == IEEE80211_S_RUN || in ieee80211_media_status()
H A Dieee80211_ht.c1524 if (vap->iv_state != IEEE80211_S_RUN || in ieee80211_htinfo_notify()