| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_sta.c | 122 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 D | ieee80211_tdma.c | 246 (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 D | ieee80211_adhoc.c | 167 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 D | ieee80211_proto.c | 2023 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 D | ieee80211_monitor.c | 108 if (nstate == IEEE80211_S_RUN) { in monitor_newstate()
|
| H A D | ieee80211_hostap.c | 183 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 D | ieee80211_wds.c | 140 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 D | ieee80211_power.c | 574 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 D | ieee80211_crypto.c | 756 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 D | ieee80211_node.c | 703 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 D | ieee80211_mesh.c | 712 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 D | ieee80211_proto.h | 43 IEEE80211_S_RUN = 5, /* operational (e.g. associated) */ enumerator
|
| H A D | ieee80211_ioctl.c | 613 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 D | ieee80211_hwmp.c | 297 if (nstate != IEEE80211_S_RUN && ostate == IEEE80211_S_RUN) in hwmp_newstate() 299 if (nstate == IEEE80211_S_RUN) in hwmp_newstate()
|
| H A D | ieee80211_scan_sw.c | 651 vap->iv_state == IEEE80211_S_RUN) { in scan_start()
|
| H A D | ieee80211_var.h | 909 if (vap->iv_state == IEEE80211_S_RUN) in ieee80211_beacon_notify()
|
| H A D | ieee80211_superg.c | 1016 vap->iv_state == IEEE80211_S_RUN) in getathcap()
|
| H A D | ieee80211_input.c | 437 if (vap->iv_state != IEEE80211_S_RUN) { in ieee80211_send_error()
|
| H A D | ieee80211_output.c | 470 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 D | ieee80211_scan_sta.c | 1441 vap->iv_state >= IEEE80211_S_RUN) in sta_age()
|
| H A D | ieee80211.c | 2235 if (vap->iv_state == IEEE80211_S_RUN || in ieee80211_media_status()
|
| H A D | ieee80211_ht.c | 1524 if (vap->iv_state != IEEE80211_S_RUN || in ieee80211_htinfo_notify()
|