Symbol: IEEE80211_F_USEPROT
sys/bus/u4b/wlan/if_mtw.c
3039
((ic->ic_flags & IEEE80211_F_USEPROT) &&
sys/bus/u4b/wlan/if_mtw.c
3949
if (ic->ic_flags & IEEE80211_F_USEPROT) {
sys/bus/u4b/wlan/if_rum.c
1654
else if ((ic->ic_flags & IEEE80211_F_USEPROT) &&
sys/bus/u4b/wlan/if_run.c
3265
((ic->ic_flags & IEEE80211_F_USEPROT) &&
sys/bus/u4b/wlan/if_run.c
4982
if (ic->ic_flags & IEEE80211_F_USEPROT) {
sys/bus/u4b/wlan/if_urtwn.c
2981
(ic->ic_flags & IEEE80211_F_USEPROT)) {
sys/dev/netif/ath/ath/if_ath_tx.c
1073
if ((ic->ic_flags & IEEE80211_F_USEPROT) &&
sys/dev/netif/ath/ath_rate/sample/sample.c
522
if (mrr && (ic->ic_flags & IEEE80211_F_USEPROT && !sc->sc_mrrprot))
sys/dev/netif/ath/ath_rate/sample/sample.c
896
if (mrr && (ic->ic_flags & IEEE80211_F_USEPROT && !sc->sc_mrrprot))
sys/dev/netif/ath/ath_rate/sample/sample.h
188
if ((ic->ic_flags & IEEE80211_F_USEPROT) &&
sys/dev/netif/bwn/bwn/if_bwn.c
6385
if (ic->ic_flags & IEEE80211_F_USEPROT) {
sys/dev/netif/iwm/if_iwm_mac_ctxt.c
345
if (ic->ic_flags & IEEE80211_F_USEPROT)
sys/dev/netif/iwn/if_iwn.c
4346
if ((ic->ic_flags & IEEE80211_F_USEPROT) == 0)
sys/dev/netif/ral/rt2560.c
1863
else if ((ic->ic_flags & IEEE80211_F_USEPROT) &&
sys/dev/netif/ral/rt2661.c
1548
else if ((ic->ic_flags & IEEE80211_F_USEPROT) &&
sys/dev/netif/ral/rt2860.c
1432
if ((sc->sc_ic_flags ^ ic->ic_flags) & IEEE80211_F_USEPROT) {
sys/dev/netif/ral/rt2860.c
1613
((ic->ic_flags & IEEE80211_F_USEPROT) &&
sys/dev/netif/ral/rt2860.c
3163
if (ic->ic_flags & IEEE80211_F_USEPROT) {
sys/dev/netif/wpi/if_wpi.c
2912
} else if ((ic->ic_flags & IEEE80211_F_USEPROT) &&
sys/netproto/802_11/wlan/ieee80211_hostap.c
1751
(ic->ic_flags & IEEE80211_F_USEPROT) == 0) {
sys/netproto/802_11/wlan/ieee80211_hostap.c
1759
ic->ic_flags |= IEEE80211_F_USEPROT;
sys/netproto/802_11/wlan/ieee80211_node.c
2516
ic->ic_flags |= IEEE80211_F_USEPROT;
sys/netproto/802_11/wlan/ieee80211_node.c
2570
ic->ic_flags & IEEE80211_F_USEPROT ? ", protection" : "",
sys/netproto/802_11/wlan/ieee80211_node.c
2605
ic->ic_flags &= ~IEEE80211_F_USEPROT;
sys/netproto/802_11/wlan/ieee80211_node.c
625
ic->ic_flags&IEEE80211_F_USEPROT ? ", protection" : ""
sys/netproto/802_11/wlan/ieee80211_output.c
1940
if (ic->ic_flags & IEEE80211_F_USEPROT)
sys/netproto/802_11/wlan/ieee80211_proto.c
761
ic->ic_flags &= ~IEEE80211_F_USEPROT;
sys/netproto/802_11/wlan/ieee80211_sta.c
1367
ic->ic_flags |= IEEE80211_F_USEPROT;
sys/netproto/802_11/wlan/ieee80211_sta.c
1369
ic->ic_flags &= ~IEEE80211_F_USEPROT;
sys/netproto/802_11/wlan/ieee80211_sta.c
1746
ic->ic_flags |= IEEE80211_F_USEPROT;
sys/netproto/802_11/wlan/ieee80211_sta.c
1748
ic->ic_flags &= ~IEEE80211_F_USEPROT;
sys/netproto/802_11/wlan/ieee80211_sta.c
1756
ic->ic_flags&IEEE80211_F_USEPROT ? ", protection" : "",