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

12

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/sample/
H A Dsample.h189 if ((ic->ic_flags & IEEE80211_F_USEPROT) &&
H A Dsample.c717 if (mrr && (ic->ic_flags & IEEE80211_F_USEPROT && !sc->sc_mrrprot))
1162 if (mrr && (ic->ic_flags & IEEE80211_F_USEPROT && !sc->sc_mrrprot))
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_proto.c776 vap->iv_flags &= ~IEEE80211_F_USEPROT;
812 ic->ic_flags &= ~IEEE80211_F_USEPROT;
938 if (iv->iv_flags & IEEE80211_F_USEPROT)
945 ic->ic_flags |= IEEE80211_F_USEPROT;
947 ic->ic_flags &= ~IEEE80211_F_USEPROT;
H A Dieee80211_sta.c1464 vap->iv_flags |= IEEE80211_F_USEPROT;
1466 vap->iv_flags &= ~IEEE80211_F_USEPROT;
1912 vap->iv_flags |= IEEE80211_F_USEPROT;
1914 vap->iv_flags &= ~IEEE80211_F_USEPROT;
1923 vap->iv_flags&IEEE80211_F_USEPROT ? ", protection" : "",
H A Dieee80211_node.c685 vap->iv_flags&IEEE80211_F_USEPROT ? ", protection" : ""
2740 vap->iv_flags |= IEEE80211_F_USEPROT;
2798 vap->iv_flags & IEEE80211_F_USEPROT ? ", protection" : "",
2837 vap->iv_flags &= ~IEEE80211_F_USEPROT;
H A Dieee80211_hostap.c1822 (vap->iv_flags & IEEE80211_F_USEPROT) == 0) {
1830 vap->iv_flags |= IEEE80211_F_USEPROT;
H A Dieee80211_var.h637 #define IEEE80211_F_USEPROT 0x00100000 /* STATUS: protection enabled */ macro
H A Dieee80211_output.c2135 if (ic->ic_flags & IEEE80211_F_USEPROT)
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192c/
H A Dr92c_tx.c297 } else if (ic->ic_flags & IEEE80211_F_USEPROT)
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8812a/
H A Dr12a_tx.c299 } else if (ic->ic_flags & IEEE80211_F_USEPROT)
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_var.h439 #define IEEE80211_F_USEPROT 0x00100000 /* STATUS: protection enabled */ macro
H A Dieee80211_proto.c317 ic->ic_flags &= ~IEEE80211_F_USEPROT;
1327 (ic->ic_flags & IEEE80211_F_USEPROT) ?
H A Dieee80211_input.c1832 ic->ic_flags |= IEEE80211_F_USEPROT;
1834 ic->ic_flags &= ~IEEE80211_F_USEPROT;
2697 ic->ic_flags |= IEEE80211_F_USEPROT;
2699 ic->ic_flags &= ~IEEE80211_F_USEPROT;
H A Dieee80211_output.c899 if (ic->ic_flags & IEEE80211_F_USEPROT)
H A Dieee80211_node.c2870 ic->ic_flags |= IEEE80211_F_USEPROT;
3041 ic->ic_flags &= ~IEEE80211_F_USEPROT;
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Drt2860.c1372 if ((sc->sc_ic_flags ^ ic->ic_flags) & IEEE80211_F_USEPROT) {
1552 ((ic->ic_flags & IEEE80211_F_USEPROT) &&
3094 if (ic->ic_flags & IEEE80211_F_USEPROT) {
H A Drt2661.c1464 else if ((ic->ic_flags & IEEE80211_F_USEPROT) &&
H A Drt2560.c1770 else if ((ic->ic_flags & IEEE80211_F_USEPROT) &&
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_ural.c1258 else if ((ic->ic_flags & IEEE80211_F_USEPROT) &&
H A Dif_run.c3410 ((ic->ic_flags & IEEE80211_F_USEPROT) &&
5120 if (ic->ic_flags & IEEE80211_F_USEPROT) {
H A Dif_rum.c1682 else if ((ic->ic_flags & IEEE80211_F_USEPROT) &&
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx.c1073 if ((ic->ic_flags & IEEE80211_F_USEPROT) &&
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwl.c1815 if (ic->ic_flags & IEEE80211_F_USEPROT)
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c2880 } else if ((ic->ic_flags & IEEE80211_F_USEPROT) &&
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c6859 (ic->ic_flags & IEEE80211_F_USEPROT)))
8361 if (ic->ic_flags & IEEE80211_F_USEPROT)
9473 if (ic->ic_flags & IEEE80211_F_USEPROT)

Completed in 253 milliseconds

12