Home
last modified time | relevance | path

Searched refs:IEEE80211_S_CAC (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/rtwn/rtl8821a/usb/
H A Dr21au_dfs.c180 if (nstate == IEEE80211_S_CAC && in r21au_newstate()
197 if ((nstate < IEEE80211_S_CAC || nstate == IEEE80211_S_CSA) && in r21au_newstate()
200 sc->vaps[!rvp->id]->vap.iv_state < IEEE80211_S_CAC || in r21au_newstate()
/freebsd/sys/net80211/
H A Dieee80211_dfs.c136 if (vap->iv_state != IEEE80211_S_CAC) /* NB: just in case */ in cac_timeout()
H A Dieee80211_proto.h40 IEEE80211_S_CAC = 4, /* doing channel availability check */ enumerator
H A Dieee80211_hostap.c176 case IEEE80211_S_CAC: in hostap_newstate()
209 case IEEE80211_S_CAC: in hostap_newstate()
257 case IEEE80211_S_CAC: in hostap_newstate()
281 case IEEE80211_S_CAC: in hostap_newstate()
H A Dieee80211_proto.c2399 KASSERT(vap0->iv_state == IEEE80211_S_CAC, in ieee80211_cac_completeswitch()
2404 if (vap->iv_state == IEEE80211_S_CAC && vap != vap0) in ieee80211_cac_completeswitch()
2852 nstate = IEEE80211_S_CAC; in ieee80211_new_state_locked()
H A Dieee80211_output.c784 if (vap->iv_state == IEEE80211_S_CAC) { in ieee80211_output()
1022 if (vap->iv_state == IEEE80211_S_CAC) { in ieee80211_mgmt_output()
1103 if (vap->iv_state == IEEE80211_S_CAC) { in ieee80211_send_nulldata()
2567 if (vap->iv_state == IEEE80211_S_CAC) { in ieee80211_send_probereq()
3244 if (vap->iv_state == IEEE80211_S_CAC) { in ieee80211_send_proberesp()
H A Dieee80211_mesh.c718 case IEEE80211_S_CAC: in mesh_newstate()
769 case IEEE80211_S_CAC: in mesh_newstate()
790 case IEEE80211_S_CAC: in mesh_newstate()
2658 if (vap->iv_state == IEEE80211_S_CAC) { in mesh_send_action()
H A Dieee80211_hwmp.c604 if (vap->iv_state == IEEE80211_S_CAC) { in hwmp_send_action()
/freebsd/sys/dev/mwl/
H A Dif_mwl.c4087 if (ostate == IEEE80211_S_CAC) { in mwl_newstate()
4120 } else if (nstate == IEEE80211_S_CAC) { in mwl_newstate()
4153 if (ostate == IEEE80211_S_CAC) { in mwl_newstate()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c621 case IEEE80211_S_CAC: in lkpi_net80211_state_to_sta_state()