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

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_input.c1460 ic->ic_flags |= IEEE80211_F_USEPROT;
1462 ic->ic_flags &= ~IEEE80211_F_USEPROT;
1467 ic->ic_flags&IEEE80211_F_USEPROT ? ", protection" : "",
H A Dnet80211_proto.c339 ic->ic_flags &= ~IEEE80211_F_USEPROT;
H A Dnet80211_output.c386 if (ic->ic_flags & IEEE80211_F_USEPROT)
H A Dnet80211_node.c669 (ic->ic_flags&IEEE80211_F_USEPROT) ? ", protection" : "");
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h131 #define IEEE80211_F_USEPROT 0x00100000 /* STATUS: protection enabled */ macro
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd.c408 (ic->ic_flags & IEEE80211_F_USEPROT)) {
/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860.c1205 IEEE80211_F_USEPROT) && RT2860_RATE_IS_OFDM(rate))))
1915 if ((sc->sc_ic_flags ^ ic->ic_flags) & IEEE80211_F_USEPROT) {
2256 if (ic->ic_flags & IEEE80211_F_USEPROT) {
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c3853 } else if ((ic->ic_flags & IEEE80211_F_USEPROT) &&

Completed in 115 milliseconds