Home
last modified time | relevance | path

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; in ieee80211_recv_mgmt()
1462 ic->ic_flags &= ~IEEE80211_F_USEPROT; in ieee80211_recv_mgmt()
1467 ic->ic_flags&IEEE80211_F_USEPROT ? ", protection" : "", in ieee80211_recv_mgmt()
H A Dnet80211_proto.c339 ic->ic_flags &= ~IEEE80211_F_USEPROT; in ieee80211_reset_erp()
H A Dnet80211_output.c386 if (ic->ic_flags & IEEE80211_F_USEPROT) in ieee80211_add_erp()
H A Dnet80211_node.c669 (ic->ic_flags&IEEE80211_F_USEPROT) ? ", protection" : ""); in ieee80211_ibss_merge()
/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/rwn/
H A Drt2860.c1206 IEEE80211_F_USEPROT) && RT2860_RATE_IS_OFDM(rate)))) in rt2860_send()
1916 if ((sc->sc_ic_flags ^ ic->ic_flags) & IEEE80211_F_USEPROT) { in rt2860_intr()
2257 if (ic->ic_flags & IEEE80211_F_USEPROT) { in rt2860_updateprot()
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd.c408 (ic->ic_flags & IEEE80211_F_USEPROT)) { in zyd_send()
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c3854 } else if ((ic->ic_flags & IEEE80211_F_USEPROT) && in iwn_send()