Symbol: IEEE80211_F_USEPROT
sys/dev/ath/ath_rate/sample/sample.c
1166
if (mrr && (ic->ic_flags & IEEE80211_F_USEPROT && !sc->sc_mrrprot))
sys/dev/ath/ath_rate/sample/sample.c
716
if (mrr && (ic->ic_flags & IEEE80211_F_USEPROT && !sc->sc_mrrprot))
sys/dev/ath/ath_rate/sample/sample.h
187
if ((ic->ic_flags & IEEE80211_F_USEPROT) &&
sys/dev/ath/if_ath_tx.c
1077
if ((ic->ic_flags & IEEE80211_F_USEPROT) &&
sys/dev/bwn/if_bwn.c
6514
if ((ic->ic_flags & IEEE80211_F_USEPROT) &&
sys/dev/iwm/if_iwm_mac_ctxt.c
356
if (ic->ic_flags & IEEE80211_F_USEPROT)
sys/dev/iwn/if_iwn.c
4447
if ((vap->iv_flags & IEEE80211_F_USEPROT) == 0)
sys/dev/iwx/if_iwx.c
6930
if (ic->ic_flags & IEEE80211_F_USEPROT)
sys/dev/mwl/if_mwl.c
1819
if (ic->ic_flags & IEEE80211_F_USEPROT)
sys/dev/otus/if_otus.c
2316
} else if (ic->ic_flags & IEEE80211_F_USEPROT) {
sys/dev/ral/rt2560.c
1766
else if ((ic->ic_flags & IEEE80211_F_USEPROT) &&
sys/dev/ral/rt2661.c
1459
else if ((ic->ic_flags & IEEE80211_F_USEPROT) &&
sys/dev/ral/rt2860.c
1372
if ((sc->sc_ic_flags ^ ic->ic_flags) & IEEE80211_F_USEPROT) {
sys/dev/ral/rt2860.c
1547
((ic->ic_flags & IEEE80211_F_USEPROT) &&
sys/dev/ral/rt2860.c
3083
if (ic->ic_flags & IEEE80211_F_USEPROT) {
sys/dev/rtwn/rtl8192c/r92c_tx.c
326
else if (ic->ic_flags & IEEE80211_F_USEPROT)
sys/dev/rtwn/rtl8192c/r92c_tx.c
331
else if (ic->ic_flags & IEEE80211_F_USEPROT)
sys/dev/rtwn/rtl8812a/r12a_tx.c
397
} else if (ic->ic_flags & IEEE80211_F_USEPROT)
sys/dev/usb/wlan/if_mtw.c
3033
((ic->ic_flags & IEEE80211_F_USEPROT) &&
sys/dev/usb/wlan/if_mtw.c
3929
if (ic->ic_flags & IEEE80211_F_USEPROT) {
sys/dev/usb/wlan/if_rum.c
1675
else if ((ic->ic_flags & IEEE80211_F_USEPROT) &&
sys/dev/usb/wlan/if_run.c
3413
((ic->ic_flags & IEEE80211_F_USEPROT) &&
sys/dev/usb/wlan/if_run.c
5130
if (ic->ic_flags & IEEE80211_F_USEPROT) {
sys/dev/usb/wlan/if_ural.c
1252
else if ((ic->ic_flags & IEEE80211_F_USEPROT) &&
sys/dev/usb/wlan/if_zyd.c
2503
(ic->ic_flags & IEEE80211_F_USEPROT)) {
sys/dev/wpi/if_wpi.c
2872
} else if ((ic->ic_flags & IEEE80211_F_USEPROT) &&
sys/net80211/ieee80211_hostap.c
1867
(vap->iv_flags & IEEE80211_F_USEPROT) == 0) {
sys/net80211/ieee80211_hostap.c
1875
vap->iv_flags |= IEEE80211_F_USEPROT;
sys/net80211/ieee80211_node.c
2772
vap->iv_flags |= IEEE80211_F_USEPROT;
sys/net80211/ieee80211_node.c
2830
vap->iv_flags & IEEE80211_F_USEPROT ? ", protection" : "",
sys/net80211/ieee80211_node.c
2869
vap->iv_flags &= ~IEEE80211_F_USEPROT;
sys/net80211/ieee80211_node.c
708
vap->iv_flags&IEEE80211_F_USEPROT ? ", protection" : ""
sys/net80211/ieee80211_output.c
2143
if (ic->ic_flags & IEEE80211_F_USEPROT)
sys/net80211/ieee80211_proto.c
773
vap->iv_flags &= ~IEEE80211_F_USEPROT;
sys/net80211/ieee80211_proto.c
809
ic->ic_flags &= ~IEEE80211_F_USEPROT;
sys/net80211/ieee80211_proto.c
948
if (iv->iv_flags & IEEE80211_F_USEPROT)
sys/net80211/ieee80211_proto.c
955
ic->ic_flags |= IEEE80211_F_USEPROT;
sys/net80211/ieee80211_proto.c
957
ic->ic_flags &= ~IEEE80211_F_USEPROT;
sys/net80211/ieee80211_sta.c
1471
vap->iv_flags |= IEEE80211_F_USEPROT;
sys/net80211/ieee80211_sta.c
1473
vap->iv_flags &= ~IEEE80211_F_USEPROT;
sys/net80211/ieee80211_sta.c
1928
vap->iv_flags |= IEEE80211_F_USEPROT;
sys/net80211/ieee80211_sta.c
1930
vap->iv_flags &= ~IEEE80211_F_USEPROT;
sys/net80211/ieee80211_sta.c
1939
vap->iv_flags&IEEE80211_F_USEPROT ? ", protection" : "",