HomeSort by: relevance | last modified time | path
    Searched refs:IEEE80211_F_USEPROT (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/dev/ic/
athrate-sample.h 239 if ((ic->ic_flags & IEEE80211_F_USEPROT) &&
athrate-sample.c 264 mrr = sc->sc_mrretry && !(ic->ic_flags & IEEE80211_F_USEPROT);
516 mrr = sc->sc_mrretry && !(ic->ic_flags & IEEE80211_F_USEPROT);
rt2860.c 1528 if ((sc->sc_ic_flags ^ ic->ic_flags) & IEEE80211_F_USEPROT) {
1720 ((ic->ic_flags & IEEE80211_F_USEPROT) &&
3041 if (ic->ic_flags & IEEE80211_F_USEPROT) {
rt2661.c 1663 ((ic->ic_flags & IEEE80211_F_USEPROT) && RAL_RATE_IS_OFDM(rate)));
arn5008.c 1531 else if ((ic->ic_flags & IEEE80211_F_USEPROT) &&
arn9003.c 1691 else if ((ic->ic_flags & IEEE80211_F_USEPROT) &&
ath.c 3872 if ((ic->ic_flags & IEEE80211_F_USEPROT) &&
  /src/sys/net80211/
ieee80211_var.h 243 #define IEEE80211_F_USEPROT 0x00100000 /* STATUS: protection enabled */
ieee80211_input.c 2272 ic->ic_flags |= IEEE80211_F_USEPROT;
2274 ic->ic_flags &= ~IEEE80211_F_USEPROT;
2897 ic->ic_flags |= IEEE80211_F_USEPROT;
2899 ic->ic_flags &= ~IEEE80211_F_USEPROT;
2908 ic->ic_flags&IEEE80211_F_USEPROT ? ", protection" : "",
ieee80211_node.c 842 ic->ic_flags&IEEE80211_F_USEPROT ? ", protection" : ""
2225 ic->ic_flags |= IEEE80211_F_USEPROT;
2282 ic->ic_flags & IEEE80211_F_USEPROT ? ", protection" : "",
2347 ic->ic_flags &= ~IEEE80211_F_USEPROT;
ieee80211_proto.c 458 ic->ic_flags &= ~IEEE80211_F_USEPROT;
ieee80211_output.c 1062 if (ic->ic_flags & IEEE80211_F_USEPROT)
  /src/sys/dev/usb/
if_zyd.c 2092 (ic->ic_flags & IEEE80211_F_USEPROT)) {
2249 (ic->ic_flags & IEEE80211_F_USEPROT)) {
if_rum.c 1118 } else if ((ic->ic_flags & IEEE80211_F_USEPROT) &&
if_otus.c 2006 else if ((ic->ic_flags & IEEE80211_F_USEPROT) &&
if_athn_usb.c 2527 else if (ic->ic_flags & IEEE80211_F_USEPROT) {
if_run.c 3853 if (ic->ic_flags & IEEE80211_F_USEPROT) {
if_urtwn.c 2808 if (ic->ic_flags & IEEE80211_F_USEPROT) {
  /src/sys/dev/pci/
if_iwm.c 4675 (ic->ic_flags & IEEE80211_F_USEPROT)))
5770 if (ic->ic_flags & IEEE80211_F_USEPROT)
6065 if (ic->ic_flags & IEEE80211_F_USEPROT)
if_rtwn.c 1904 if (ic->ic_flags & IEEE80211_F_USEPROT) {
if_iwn.c 3105 } else if ((ic->ic_flags & IEEE80211_F_USEPROT) &&

Completed in 56 milliseconds