Home
last modified time | relevance | path

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

12

/trueos/sys/net80211/
HDieee80211_sta.c118 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 …]
HDieee80211_proto.c1277 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 …]
HDieee80211_tdma.c238 (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()
HDieee80211_adhoc.c163 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()
HDieee80211_hostap.c179 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 …]
HDieee80211_monitor.c105 if (nstate == IEEE80211_S_RUN) { in monitor_newstate()
HDieee80211_wds.c136 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()
HDieee80211_crypto.c626 if (vap->iv_state != IEEE80211_S_RUN) in load_ucastkey()
649 if (vap->iv_state != IEEE80211_S_RUN) in ieee80211_crypto_reload_keys()
HDieee80211_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()
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()
HDieee80211_proto.h41 IEEE80211_S_RUN = 5, /* operational (e.g. associated) */ enumerator
HDieee80211_ioctl.c610 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()
HDieee80211_node.c614 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()
HDieee80211_hwmp.c302 if (nstate != IEEE80211_S_RUN && ostate == IEEE80211_S_RUN) in hwmp_newstate()
304 if (nstate == IEEE80211_S_RUN) in hwmp_newstate()
HDieee80211_var.h813 if (vap->iv_state == IEEE80211_S_RUN) in ieee80211_beacon_notify()
HDieee80211_superg.c848 vap->iv_state == IEEE80211_S_RUN) in getathcap()
/trueos/sys/dev/ath/
HDif_ath_beacon.c474 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()
HDif_ath_rx.c331 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/
HDif_wtap.c233 if (vap->iv_state < IEEE80211_S_RUN) { in wtap_beacon_intrp()
279 if (nstate == IEEE80211_S_RUN) { in wtap_newstate()
/trueos/sys/dev/mwl/
HDif_mwl.c1064 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/
HDif_rsu.c945 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()
HDif_uath.c1679 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()
HDif_upgt.c585 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/
HDif_iwi.c967 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/
HDif_wpi.c1267 (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/
HDif_wi.c901 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()

12