Home
last modified time | relevance | path

Searched refs:iv_state (Results 1 – 25 of 25) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_sta.c122 KASSERT(vap->iv_state >= IEEE80211_S_RUN, in sta_beacon_miss()
128 ieee80211_state_name[vap->iv_state]); in sta_beacon_miss()
130 if (vap->iv_state == IEEE80211_S_CSA) { in sta_beacon_miss()
242 ostate = vap->iv_state; 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()
1224 KASSERT(vap->iv_state >= IEEE80211_S_RUN, in ieee80211_parse_csaparams()
1944 if (vap->iv_state == IEEE80211_S_SCAN) { in sta_recv_mgmt()
1976 if (vap->iv_state != IEEE80211_S_RUN && in sta_recv_mgmt()
[all …]
H A Dieee80211_monitor.c103 ostate = vap->iv_state; in monitor_newstate()
107 vap->iv_state = nstate; /* state transition */ in monitor_newstate()
H A Dieee80211_proto.c2023 if (vap->iv_state >= IEEE80211_S_RUN) 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()
2258 ("wrong state %d", vap->iv_state)); in ieee80211_swbmiss()
2311 if (vap->iv_state == IEEE80211_S_RUN) in ieee80211_csa_startswitch()
2331 if (vap->iv_state == IEEE80211_S_CSA) in csa_completeswitch()
2357 if (vap->iv_state == IEEE80211_S_CSA) in ieee80211_csa_completeswitch()
2392 ("wrong state %d", vap0->iv_state)); in ieee80211_cac_completeswitch()
2501 ostate = vap->iv_state; in ieee80211_newstate_cb()
2647 if (vp->iv_state >= IEEE80211_S_RUN) in ieee80211_new_state_locked()
[all …]
H A Dieee80211_adhoc.c143 ostate = vap->iv_state; in adhoc_newstate()
147 vap->iv_state = nstate; /* state transition */ in adhoc_newstate()
424 if (vap->iv_state != IEEE80211_S_RUN) { in adhoc_input()
427 ieee80211_state_name[vap->iv_state]); in adhoc_input()
883 if (vap->iv_state != IEEE80211_S_RUN) { in adhoc_recv_mgmt()
886 ieee80211_state_name[vap->iv_state]); in adhoc_recv_mgmt()
965 } else if (vap->iv_state != IEEE80211_S_RUN) { in adhoc_recv_mgmt()
968 ieee80211_state_name[vap->iv_state]); in adhoc_recv_mgmt()
H A Dieee80211_tdma.c238 ostate = vap->iv_state; in tdma_newstate()
252 vap->iv_state = nstate; /* state transition */ in tdma_newstate()
303 KASSERT(vap->iv_state == IEEE80211_S_RUN, in tdma_beacon_miss()
304 ("wrong state %d", vap->iv_state)); in tdma_beacon_miss()
309 vap->iv_opmode, ieee80211_state_name[vap->iv_state]); 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_wds.c140 KASSERT(vap->iv_state == IEEE80211_S_RUN, ("!RUN state")); in ieee80211_create_wds()
356 ostate = vap->iv_state; in wds_newstate()
359 vap->iv_state = nstate; /* state transition */ in wds_newstate()
766 } else if (vap->iv_state != IEEE80211_S_RUN) { in wds_recv_mgmt()
769 ieee80211_state_name[vap->iv_state]); in wds_recv_mgmt()
H A Dieee80211_hostap.c167 ostate = vap->iv_state; in hostap_newstate()
171 vap->iv_state = nstate; /* state transition */ in hostap_newstate()
915 KASSERT(vap->iv_state == IEEE80211_S_RUN, ("state %d", vap->iv_state)); in hostap_auth_open()
996 KASSERT(vap->iv_state == IEEE80211_S_RUN, ("state %d", vap->iv_state)); in hostap_auth_shared()
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()
2337 } else if (vap->iv_state != IEEE80211_S_RUN) { in hostap_recv_mgmt()
2340 ieee80211_state_name[vap->iv_state]); in hostap_recv_mgmt()
H A Dieee80211_ioctl.c613 if (vap->iv_state == IEEE80211_S_RUN || vap->iv_state == IEEE80211_S_SLEEP) in ieee80211_ioctl_getcurchan()
794 switch (vap->iv_state) { in ieee80211_ioctl_get80211()
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()
2615 if (vap->iv_state == IEEE80211_S_INIT) { in ieee80211_scanreq()
3044 if (vap->iv_state == IEEE80211_S_INIT) in ieee80211_ioctl_set80211()
[all …]
H A Dieee80211_radiotap.c200 vap->iv_state != IEEE80211_S_INIT) in spam_vaps()
266 vap->iv_state != IEEE80211_S_INIT) in ieee80211_radiotap_rx_all()
H A Dieee80211_output.c461 if (vap->iv_state == IEEE80211_S_SLEEP) { in ieee80211_start_pkt()
500 if (vap->iv_state != IEEE80211_S_RUN && in ieee80211_vap_transmit()
501 vap->iv_state != IEEE80211_S_SLEEP) { in ieee80211_vap_transmit()
504 if (vap->iv_state != IEEE80211_S_RUN && in ieee80211_vap_transmit()
780 if (vap->iv_state == IEEE80211_S_CAC) { in ieee80211_output()
1018 if (vap->iv_state == IEEE80211_S_CAC) { in ieee80211_mgmt_output()
1099 if (vap->iv_state == IEEE80211_S_CAC) { in ieee80211_send_nulldata()
2439 if (vap->iv_state == IEEE80211_S_CAC) { in ieee80211_send_probereq()
2704 (void *) vap->iv_state); in ieee80211_send_mgmt()
2858 (void *) vap->iv_state); in ieee80211_send_mgmt()
[all …]
H A Dieee80211_power.c573 if (set == 1 && vap->iv_state == IEEE80211_S_SLEEP) { 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_dfs.c141 if (vap->iv_state != IEEE80211_S_CAC) /* NB: just in case */ in cac_timeout()
H A Dieee80211_mesh.c704 ostate = vap->iv_state; in mesh_newstate()
708 vap->iv_state = nstate; /* state transition */ 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()
1988 ieee80211_state_name[vap->iv_state]); in mesh_recv_mgmt()
2061 } else if (vap->iv_state != IEEE80211_S_RUN) { in mesh_recv_mgmt()
2064 ieee80211_state_name[vap->iv_state]); in mesh_recv_mgmt()
2663 if (vap->iv_state == IEEE80211_S_CAC) { in mesh_send_action()
H A Dieee80211_var.h415 enum ieee80211_state iv_state; /* state machine state */ member
909 if (vap->iv_state == IEEE80211_S_RUN) in ieee80211_beacon_notify()
H A Dieee80211_input.c133 if (vap->iv_state == IEEE80211_S_INIT) in ieee80211_input_mimo_all()
437 if (vap->iv_state != IEEE80211_S_RUN) { in ieee80211_send_error()
H A Dieee80211_regdomain.c351 if (vap->iv_state != IEEE80211_S_INIT) in allvapsdown()
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()
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.c756 KASSERT(vap->iv_state == IEEE80211_S_INIT , ("vap still running")); in ieee80211_vap_detach()
2235 if (vap->iv_state == IEEE80211_S_RUN || in ieee80211_media_status()
2236 vap->iv_state == IEEE80211_S_SLEEP) { in ieee80211_media_status()
H A Dieee80211_scan_sw.c651 vap->iv_state == IEEE80211_S_RUN) { in scan_start()
H A Dieee80211_superg.c1016 vap->iv_state == IEEE80211_S_RUN) in getathcap()
H A Dieee80211_ddb.c347 db_printf(" state %s", ieee80211_state_name[vap->iv_state]); in _db_show_vap()
H A Dieee80211_hwmp.c290 enum ieee80211_state nstate = vap->iv_state; in hwmp_newstate()
609 if (vap->iv_state == IEEE80211_S_CAC) { in hwmp_send_action()
H A Dieee80211_scan_sta.c1441 vap->iv_state >= IEEE80211_S_RUN) in sta_age()
H A Dieee80211_ht.c1524 if (vap->iv_state != IEEE80211_S_RUN || in ieee80211_htinfo_notify()