Searched refs:IEEE80211_F_USEPROT (Results 1 - 20 of 20) sorted by relevance

/freebsd-10.2-release/sys/dev/ath/ath_rate/sample/
H A Dsample.h189 if ((ic->ic_flags & IEEE80211_F_USEPROT) &&
H A Dsample.c514 if (mrr && (ic->ic_flags & IEEE80211_F_USEPROT && !sc->sc_mrrprot))
887 if (mrr && (ic->ic_flags & IEEE80211_F_USEPROT && !sc->sc_mrrprot))
/freebsd-10.2-release/sys/net80211/
H A Dieee80211_sta.c1344 ic->ic_flags |= IEEE80211_F_USEPROT;
1346 ic->ic_flags &= ~IEEE80211_F_USEPROT;
1669 ic->ic_flags |= IEEE80211_F_USEPROT;
1671 ic->ic_flags &= ~IEEE80211_F_USEPROT;
1679 ic->ic_flags&IEEE80211_F_USEPROT ? ", protection" : "",
H A Dieee80211_node.c596 ic->ic_flags&IEEE80211_F_USEPROT ? ", protection" : ""
2460 ic->ic_flags |= IEEE80211_F_USEPROT;
2514 ic->ic_flags & IEEE80211_F_USEPROT ? ", protection" : "",
2549 ic->ic_flags &= ~IEEE80211_F_USEPROT;
H A Dieee80211_hostap.c1755 (ic->ic_flags & IEEE80211_F_USEPROT) == 0) {
1763 ic->ic_flags |= IEEE80211_F_USEPROT;
H A Dieee80211_var.h535 #define IEEE80211_F_USEPROT 0x00100000 /* STATUS: protection enabled */ macro
H A Dieee80211_proto.c614 ic->ic_flags &= ~IEEE80211_F_USEPROT;
H A Dieee80211_output.c1719 if (ic->ic_flags & IEEE80211_F_USEPROT)
/freebsd-10.2-release/sys/dev/ral/
H A Drt2860.c1398 if ((sc->sc_ic_flags ^ ic->ic_flags) & IEEE80211_F_USEPROT) {
1576 ((ic->ic_flags & IEEE80211_F_USEPROT) &&
3129 if (ic->ic_flags & IEEE80211_F_USEPROT) {
H A Drt2661.c1512 else if ((ic->ic_flags & IEEE80211_F_USEPROT) &&
H A Drt2560.c1822 else if ((ic->ic_flags & IEEE80211_F_USEPROT) &&
/freebsd-10.2-release/sys/dev/usb/wlan/
H A Dif_rum.c1258 else if ((ic->ic_flags & IEEE80211_F_USEPROT) &&
H A Dif_ural.c1307 else if ((ic->ic_flags & IEEE80211_F_USEPROT) &&
H A Dif_run.c3268 ((ic->ic_flags & IEEE80211_F_USEPROT) &&
5011 if (ic->ic_flags & IEEE80211_F_USEPROT) {
H A Dif_urtwn.c1888 if (ic->ic_flags & IEEE80211_F_USEPROT) {
H A Dif_zyd.c2543 (ic->ic_flags & IEEE80211_F_USEPROT)) {
/freebsd-10.2-release/sys/dev/ath/
H A Dif_ath_tx.c1081 if ((ic->ic_flags & IEEE80211_F_USEPROT) &&
/freebsd-10.2-release/sys/dev/mwl/
H A Dif_mwl.c1899 if (ic->ic_flags & IEEE80211_F_USEPROT)
/freebsd-10.2-release/sys/dev/iwn/
H A Dif_iwn.c3672 } else if ((ic->ic_flags & IEEE80211_F_USEPROT) &&
/freebsd-10.2-release/sys/dev/bwn/
H A Dif_bwn.c9711 if (ic->ic_flags & IEEE80211_F_USEPROT) {

Completed in 396 milliseconds