| /trueos/sys/net80211/ |
| HD | ieee80211_sta.c | 118 KASSERT(vap->iv_state >= IEEE80211_S_RUN, in sta_beacon_miss() 237 case IEEE80211_S_RUN: in sta_newstate() 302 case IEEE80211_S_RUN: /* beacon miss */ in sta_newstate() 336 case IEEE80211_S_RUN: in sta_newstate() 365 case IEEE80211_S_RUN: in sta_newstate() 377 case IEEE80211_S_RUN: in sta_newstate() 382 case IEEE80211_S_RUN: in sta_newstate() 412 if (ostate != IEEE80211_S_RUN && in sta_newstate() 435 ic->ic_newassoc(vap->iv_bss, ostate != IEEE80211_S_RUN); in sta_newstate() 438 if (ostate != IEEE80211_S_RUN) in sta_newstate() [all …]
|
| HD | ieee80211_proto.c | 1277 if (vap->iv_state >= IEEE80211_S_RUN) in ieee80211_start_locked() 1296 IEEE80211_S_RUN, -1); in ieee80211_start_locked() 1466 vap->iv_state >= IEEE80211_S_RUN && in beacon_miss() 1480 if (vap->iv_state == IEEE80211_S_RUN) { in beacon_swmiss() 1501 KASSERT(vap->iv_state == IEEE80211_S_RUN, in ieee80211_swbmiss() 1555 if (vap->iv_state == IEEE80211_S_RUN) in ieee80211_csa_startswitch() 1576 ieee80211_new_state_locked(vap, IEEE80211_S_RUN, 0); in csa_completeswitch() 1637 ieee80211_new_state_locked(vap0, IEEE80211_S_RUN, 0); in ieee80211_cac_completeswitch() 1641 ieee80211_new_state_locked(vap, IEEE80211_S_RUN, 0); in ieee80211_cac_completeswitch() 1704 IEEE80211_S_SCAN : IEEE80211_S_RUN, 0); in wakeupwaiting() [all …]
|
| HD | ieee80211_tdma.c | 238 (ostate == IEEE80211_S_INIT || ostate == IEEE80211_S_RUN) && in tdma_newstate() 246 if (ostate == IEEE80211_S_RUN) { in tdma_newstate() 265 nstate == IEEE80211_S_RUN && ostate != IEEE80211_S_RUN && in tdma_newstate() 294 KASSERT(vap->iv_state == IEEE80211_S_RUN, in tdma_beacon_miss() 497 if (vap->iv_state == IEEE80211_S_RUN) in tdma_update() 557 if (vap->iv_state == IEEE80211_S_RUN) { in tdma_process_params()
|
| HD | ieee80211_adhoc.c | 163 case IEEE80211_S_RUN: /* beacon miss */ in adhoc_newstate() 211 case IEEE80211_S_RUN: in adhoc_newstate() 245 ic->ic_newassoc(ni, ostate != IEEE80211_S_RUN); in adhoc_newstate() 392 if (vap->iv_state != IEEE80211_S_RUN) { in adhoc_input() 795 if (vap->iv_state != IEEE80211_S_RUN) { in adhoc_recv_mgmt() 871 } else if (vap->iv_state != IEEE80211_S_RUN) { in adhoc_recv_mgmt()
|
| HD | ieee80211_hostap.c | 179 case IEEE80211_S_RUN: in hostap_newstate() 195 case IEEE80211_S_RUN: in hostap_newstate() 261 case IEEE80211_S_RUN: in hostap_newstate() 301 case IEEE80211_S_RUN: in hostap_newstate() 333 if (ostate == IEEE80211_S_RUN && isbandchange(ic)) { in hostap_newstate() 927 KASSERT(vap->iv_state == IEEE80211_S_RUN, ("state %d", vap->iv_state)); in hostap_auth_open() 1008 KASSERT(vap->iv_state == IEEE80211_S_RUN, ("state %d", vap->iv_state)); in hostap_auth_shared() 1798 if (vap->iv_state != IEEE80211_S_RUN) { in hostap_recv_mgmt() 1864 if (vap->iv_state != IEEE80211_S_RUN) { in hostap_recv_mgmt() 1940 if (vap->iv_state != IEEE80211_S_RUN) { in hostap_recv_mgmt() [all …]
|
| HD | ieee80211_monitor.c | 105 if (nstate == IEEE80211_S_RUN) { in monitor_newstate()
|
| HD | ieee80211_wds.c | 136 KASSERT(vap->iv_state == IEEE80211_S_RUN, ("!RUN state")); in ieee80211_create_wds() 384 case IEEE80211_S_RUN: in wds_newstate() 770 } else if (vap->iv_state != IEEE80211_S_RUN) { in wds_recv_mgmt()
|
| HD | ieee80211_crypto.c | 626 if (vap->iv_state != IEEE80211_S_RUN) in load_ucastkey() 649 if (vap->iv_state != IEEE80211_S_RUN) in ieee80211_crypto_reload_keys()
|
| HD | 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() 1914 if (vap->iv_state != IEEE80211_S_RUN) in mesh_recv_mgmt() 2006 if (vap->iv_state != IEEE80211_S_RUN) { in mesh_recv_mgmt() 2083 } else if (vap->iv_state != IEEE80211_S_RUN) { in mesh_recv_mgmt()
|
| HD | ieee80211_proto.h | 41 IEEE80211_S_RUN = 5, /* operational (e.g. associated) */ enumerator
|
| HD | ieee80211_ioctl.c | 610 if (vap->iv_state == IEEE80211_S_RUN) in ieee80211_ioctl_getcurchan() 928 if (vap->iv_state == IEEE80211_S_RUN) { in ieee80211_ioctl_get80211() 1034 else if (vap->iv_state == IEEE80211_S_RUN) in ieee80211_ioctl_get80211() 1042 vap->iv_state == IEEE80211_S_RUN) in ieee80211_ioctl_get80211() 1116 vap->iv_state == IEEE80211_S_RUN) { in ieee80211_ioctl_get80211() 1128 vap->iv_state == IEEE80211_S_RUN) in ieee80211_ioctl_get80211() 1957 if (vap->iv_state == IEEE80211_S_RUN && in setcurchan()
|
| HD | ieee80211_node.c | 614 if (vap->iv_state < IEEE80211_S_RUN) in gethtadjustflags() 717 vap->iv_state == IEEE80211_S_RUN && in ieee80211_sta_join1() 758 ieee80211_new_state(vap, IEEE80211_S_RUN, -1); in ieee80211_sta_join1() 2023 if (vap->iv_state != IEEE80211_S_RUN) in ieee80211_timeout_stations() 2161 if (vap->iv_state != IEEE80211_S_RUN) in ieee80211_drain()
|
| HD | ieee80211_hwmp.c | 302 if (nstate != IEEE80211_S_RUN && ostate == IEEE80211_S_RUN) in hwmp_newstate() 304 if (nstate == IEEE80211_S_RUN) in hwmp_newstate()
|
| HD | ieee80211_var.h | 813 if (vap->iv_state == IEEE80211_S_RUN) in ieee80211_beacon_notify()
|
| HD | ieee80211_superg.c | 848 vap->iv_state == IEEE80211_S_RUN) in getathcap()
|
| /trueos/sys/dev/ath/ |
| HD | if_ath_beacon.c | 474 if (vap != NULL && vap->iv_state >= IEEE80211_S_RUN) { in ath_beacon_proc() 484 if (vap != NULL && vap->iv_state >= IEEE80211_S_RUN) { in ath_beacon_proc() 700 KASSERT(vap->iv_state >= IEEE80211_S_RUN, in ath_beacon_generate()
|
| HD | if_ath_rx.c | 331 ni == vap->iv_bss && vap->iv_state == IEEE80211_S_RUN) { in ath_recv_mgmt() 341 vap->iv_state == IEEE80211_S_RUN) { in ath_recv_mgmt()
|
| /trueos/sys/dev/wtap/ |
| HD | if_wtap.c | 233 if (vap->iv_state < IEEE80211_S_RUN) { in wtap_beacon_intrp() 279 if (nstate == IEEE80211_S_RUN) { in wtap_newstate()
|
| /trueos/sys/dev/mwl/ |
| HD | if_mwl.c | 1064 KASSERT(vap->iv_state == IEEE80211_S_RUN, ("state %d", vap->iv_state)); in mwl_setrates() 1095 KASSERT(vap->iv_state == IEEE80211_S_RUN, ("state %d", vap->iv_state)); in mwl_seteapolformat() 1289 if (state == IEEE80211_S_RUN) in mwl_reset_vap() 1301 if (state == IEEE80211_S_RUN && in mwl_reset_vap() 1760 vap->iv_state != IEEE80211_S_RUN) { in mwl_key_set() 4205 vap->iv_state == IEEE80211_S_RUN ? in mwl_localstadb() 4297 if (error == 0 && nstate == IEEE80211_S_RUN) { in mwl_newstate() 4325 error = mwl_reset_vap(vap, IEEE80211_S_RUN); in mwl_newstate()
|
| /trueos/sys/dev/usb/wlan/ |
| HD | if_rsu.c | 945 if (ostate == IEEE80211_S_RUN) { in rsu_newstate() 968 case IEEE80211_S_RUN: in rsu_newstate() 1226 ieee80211_new_state(vap, IEEE80211_S_RUN, in rsu_event_join_bss() 1268 if (vap->iv_state == IEEE80211_S_RUN && in rsu_rx_event()
|
| HD | if_uath.c | 1679 vap->iv_state == IEEE80211_S_RUN) in uath_tx_start() 1832 if (ni->ni_vap->iv_state != IEEE80211_S_RUN) { in uath_start() 2092 if (ostate == IEEE80211_S_RUN) { in uath_newstate() 2130 case IEEE80211_S_RUN: in uath_newstate()
|
| HD | if_upgt.c | 585 if (sc->sc_state != IEEE80211_S_RUN) { in upgt_set_led() 720 case IEEE80211_S_RUN: in upgt_set_macfilter() 1094 case IEEE80211_S_RUN: in upgt_newstate()
|
| /trueos/sys/dev/iwi/ |
| HD | if_iwi.c | 967 if (vap->iv_state == IEEE80211_S_RUN && in iwi_newstate() 974 case IEEE80211_S_RUN: in iwi_newstate() 1102 if (vap->iv_state == IEEE80211_S_RUN) in iwi_wme_update() 1438 if (vap->iv_state != IEEE80211_S_RUN) { in iwi_notification_intr() 1479 ieee80211_new_state(vap, IEEE80211_S_RUN, -1); in iwi_notification_intr()
|
| /trueos/sys/dev/wpi/ |
| HD | if_wpi.c | 1267 (nstate == IEEE80211_S_ASSOC && vap->iv_state == IEEE80211_S_RUN)) { in wpi_newstate() 1280 if (nstate == IEEE80211_S_RUN && vap->iv_state != IEEE80211_S_RUN) { in wpi_newstate() 1288 if (nstate == IEEE80211_S_RUN) { in wpi_newstate() 3237 if (vap->iv_state != IEEE80211_S_RUN) in wpi_calib_timeout()
|
| /trueos/sys/dev/wi/ |
| HD | if_wi.c | 901 if (error == 0 && nstate == IEEE80211_S_RUN) { in wi_newstate_hostap() 1520 if (vap->iv_state == IEEE80211_S_RUN && in wi_info_intr() 1527 ieee80211_new_state(vap, IEEE80211_S_RUN, 0); in wi_info_intr()
|