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

123

/freebsd-13-stable/sys/net80211/
H A Dieee80211_monitor.c103 ostate = vap->iv_state;
107 vap->iv_state = nstate; /* state transition */
H A Dieee80211_proto.c2023 if (vap->iv_state >= IEEE80211_S_RUN)
2223 vap->iv_state >= IEEE80211_S_RUN &&
2237 if (vap->iv_state >= IEEE80211_S_RUN) {
2257 KASSERT(vap->iv_state >= IEEE80211_S_RUN,
2258 ("wrong state %d", vap->iv_state));
2311 if (vap->iv_state == IEEE80211_S_RUN)
2331 if (vap->iv_state == IEEE80211_S_CSA)
2357 if (vap->iv_state == IEEE80211_S_CSA)
2391 KASSERT(vap0->iv_state == IEEE80211_S_CAC,
2392 ("wrong state %d", vap0->iv_state));
[all...]
H A Dieee80211_sta.c122 KASSERT(vap->iv_state >= IEEE80211_S_RUN,
123 ("wrong state %s", ieee80211_state_name[vap->iv_state]));
128 ieee80211_state_name[vap->iv_state]);
130 if (vap->iv_state == IEEE80211_S_CSA) {
242 ostate = vap->iv_state;
246 vap->iv_state = nstate; /* state transition */
370 vap->iv_state = IEEE80211_S_RUN; /* stay RUN */
1002 if (vap->iv_state != IEEE80211_S_AUTH ||
1088 if (vap->iv_state != IEEE80211_S_AUTH)
1127 if (vap->iv_state
[all...]
H A Dieee80211_tdma.c238 ostate = vap->iv_state;
252 vap->iv_state = nstate; /* state transition */
303 KASSERT(vap->iv_state == IEEE80211_S_RUN,
304 ("wrong state %d", vap->iv_state));
309 vap->iv_opmode, ieee80211_state_name[vap->iv_state]);
506 if (vap->iv_state == IEEE80211_S_RUN)
566 if (vap->iv_state == IEEE80211_S_RUN) {
H A Dieee80211_adhoc.c143 ostate = vap->iv_state;
147 vap->iv_state = nstate; /* state transition */
424 if (vap->iv_state != IEEE80211_S_RUN) {
427 ieee80211_state_name[vap->iv_state]);
883 if (vap->iv_state != IEEE80211_S_RUN) {
886 ieee80211_state_name[vap->iv_state]);
965 } else if (vap->iv_state != IEEE80211_S_RUN) {
968 ieee80211_state_name[vap->iv_state]);
H A Dieee80211_wds.c140 KASSERT(vap->iv_state == IEEE80211_S_RUN, ("!RUN state"));
356 ostate = vap->iv_state;
359 vap->iv_state = nstate; /* state transition */
766 } else if (vap->iv_state != IEEE80211_S_RUN) {
769 ieee80211_state_name[vap->iv_state]);
H A Dieee80211_hostap.c167 ostate = vap->iv_state;
171 vap->iv_state = nstate; /* state transition */
915 KASSERT(vap->iv_state == IEEE80211_S_RUN, ("state %d", vap->iv_state));
996 KASSERT(vap->iv_state == IEEE80211_S_RUN, ("state %d", vap->iv_state));
1865 if (vap->iv_state != IEEE80211_S_RUN) {
1930 if (vap->iv_state != IEEE80211_S_RUN) {
2006 if (vap->iv_state != IEEE80211_S_RUN) {
2298 if (vap->iv_state !
[all...]
H A Dieee80211_radiotap.c200 vap->iv_state != IEEE80211_S_INIT)
266 vap->iv_state != IEEE80211_S_INIT)
H A Dieee80211_ioctl.c613 if (vap->iv_state == IEEE80211_S_RUN || vap->iv_state == IEEE80211_S_SLEEP)
794 switch (vap->iv_state) {
925 if (vap->iv_state == IEEE80211_S_RUN || vap->iv_state == IEEE80211_S_SLEEP) {
1030 else if (vap->iv_state == IEEE80211_S_RUN || vap->iv_state == IEEE80211_S_SLEEP)
1043 (vap->iv_state == IEEE80211_S_RUN || vap->iv_state == IEEE80211_S_SLEEP))
1121 (vap->iv_state
[all...]
H A Dieee80211_power.c573 if (set == 1 && vap->iv_state == IEEE80211_S_SLEEP) {
614 if (vap->iv_state != IEEE80211_S_RUN)
H A Dieee80211_output.c461 if (vap->iv_state == IEEE80211_S_SLEEP) {
500 if (vap->iv_state != IEEE80211_S_RUN &&
501 vap->iv_state != IEEE80211_S_SLEEP) {
504 if (vap->iv_state != IEEE80211_S_RUN &&
505 vap->iv_state != IEEE80211_S_SLEEP) {
508 __func__, ieee80211_state_name[vap->iv_state]);
780 if (vap->iv_state == IEEE80211_S_CAC) {
786 } else if (vap->iv_state == IEEE80211_S_SCAN)
1018 if (vap->iv_state == IEEE80211_S_CAC) {
1099 if (vap->iv_state
[all...]
H A Dieee80211_crypto.c756 if (vap->iv_state != IEEE80211_S_RUN)
779 if (vap->iv_state != IEEE80211_S_RUN)
H A Dieee80211_dfs.c141 if (vap->iv_state != IEEE80211_S_CAC) /* NB: just in case */
H A Dieee80211_regdomain.c351 if (vap->iv_state != IEEE80211_S_INIT)
/freebsd-13-stable/sys/dev/rtwn/rtl8192e/
H A Dr92e_fw.c105 if (off && vap->iv_state == IEEE80211_S_RUN &&
/freebsd-13-stable/sys/dev/rtwn/rtl8821a/usb/
H A Dr21au_dfs.c202 sc->vaps[!rvp->id]->vap.iv_state < IEEE80211_S_CAC ||
203 sc->vaps[!rvp->id]->vap.iv_state == IEEE80211_S_CSA)) {
/freebsd-13-stable/sys/dev/rtwn/rtl8812a/
H A Dr12a_fw.c125 if (off && vap->iv_state == IEEE80211_S_RUN &&
/freebsd-13-stable/sys/dev/rtwn/rtl8192c/
H A Dr92c_fw.c268 if ((vap->iv_state == IEEE80211_S_RUN) ^
316 if (off && vap->iv_state == IEEE80211_S_RUN &&
/freebsd-13-stable/sys/dev/ath/
H A Dif_ath_beacon.c481 if (vap != NULL && vap->iv_state >= IEEE80211_S_RUN) {
491 if (vap != NULL && vap->iv_state >= IEEE80211_S_RUN) {
707 KASSERT(vap->iv_state >= IEEE80211_S_RUN,
708 ("not running, state %d", vap->iv_state));
H A Dif_ath_rx.c466 (vap->iv_state == IEEE80211_S_RUN || vap->iv_state == IEEE80211_S_SLEEP)) {
482 vap->iv_state == IEEE80211_S_RUN &&
/freebsd-13-stable/sys/dev/rtwn/rtl8188e/
H A Dr88e_fw.c197 if (off && vap->iv_state == IEEE80211_S_RUN &&
/freebsd-13-stable/sys/dev/wtap/
H A Dif_wtap.c226 if (vap->iv_state < IEEE80211_S_RUN) {
227 DWTAP_PRINTF("Skip beacon, not running, state %d", vap->iv_state);
/freebsd-13-stable/sys/dev/usb/wlan/
H A Dif_uath.c1597 if (vap->iv_state == IEEE80211_S_AUTH ||
1598 vap->iv_state == IEEE80211_S_ASSOC ||
1599 vap->iv_state == IEEE80211_S_RUN)
1755 if (ni->ni_vap->iv_state != IEEE80211_S_RUN) {
1759 ieee80211_state_name[ni->ni_vap->iv_state]);
1990 enum ieee80211_state ostate = vap->iv_state;
1998 "%s: %s -> %s\n", __func__, ieee80211_state_name[vap->iv_state],
/freebsd-13-stable/sys/dev/rtwn/
H A Dif_rtwn_rx.c338 if (vap->iv_state == IEEE80211_S_RUN &&
/freebsd-13-stable/sys/dev/iwm/
H A Dif_iwm.c4525 ieee80211_state_name[vap->iv_state],
4540 if (vap->iv_state == IEEE80211_S_RUN && nstate != IEEE80211_S_RUN) {
4548 if ((vap->iv_state == IEEE80211_S_AUTH ||
4549 vap->iv_state == IEEE80211_S_ASSOC ||
4550 vap->iv_state == IEEE80211_S_RUN) &&
4557 if ((vap->iv_state == IEEE80211_S_RUN ||
4558 vap->iv_state == IEEE80211_S_ASSOC) &&
5458 if (vap->iv_state == IEEE80211_S_RUN &&
5786 " 802.11 state %d\n", (vap == NULL) ? -1 : vap->iv_state);
5798 device_printf(sc->sc_dev, "%s: controller panicked, iv_state
[all...]

Completed in 292 milliseconds

123