Home
last modified time | relevance | path

Searched refs:IEEE80211_F_USEPROT (Results 1 – 21 of 21) sorted by relevance

/netbsd/sys/dev/ic/
H A Dathrate-sample.h239 if ((ic->ic_flags & IEEE80211_F_USEPROT) && in calc_usecs_unicast_packet()
H A Dathrate-sample.c264 mrr = sc->sc_mrretry && !(ic->ic_flags & IEEE80211_F_USEPROT); in ath_rate_findrate()
516 mrr = sc->sc_mrretry && !(ic->ic_flags & IEEE80211_F_USEPROT); in ath_rate_tx_complete()
H A Drt2860.c1528 if ((sc->sc_ic_flags ^ ic->ic_flags) & IEEE80211_F_USEPROT) { in rt2860_tbtt_intr()
1720 ((ic->ic_flags & IEEE80211_F_USEPROT) && in rt2860_tx()
3041 if (ic->ic_flags & IEEE80211_F_USEPROT) { in rt2860_updateprot()
H A Darn5008.c1532 else if ((ic->ic_flags & IEEE80211_F_USEPROT) && in ar5008_tx()
H A Drt2661.c1663 ((ic->ic_flags & IEEE80211_F_USEPROT) && RAL_RATE_IS_OFDM(rate))); in rt2661_tx_data()
H A Darn9003.c1692 else if ((ic->ic_flags & IEEE80211_F_USEPROT) && in ar9003_tx()
H A Dath.c3875 if ((ic->ic_flags & IEEE80211_F_USEPROT) && in ath_tx_start()
/netbsd/sys/net80211/
H A Dieee80211_var.h243 #define IEEE80211_F_USEPROT 0x00100000 /* STATUS: protection enabled */ macro
H A Dieee80211_input.c2267 ic->ic_flags |= IEEE80211_F_USEPROT; in ieee80211_recv_mgmt_beacon()
2269 ic->ic_flags &= ~IEEE80211_F_USEPROT; in ieee80211_recv_mgmt_beacon()
2892 ic->ic_flags |= IEEE80211_F_USEPROT; in ieee80211_recv_mgmt_assoc_resp()
2894 ic->ic_flags &= ~IEEE80211_F_USEPROT; in ieee80211_recv_mgmt_assoc_resp()
2903 ic->ic_flags&IEEE80211_F_USEPROT ? ", protection" : "", in ieee80211_recv_mgmt_assoc_resp()
H A Dieee80211_node.c821 ic->ic_flags&IEEE80211_F_USEPROT ? ", protection" : "" in ieee80211_ibss_merge()
2206 ic->ic_flags |= IEEE80211_F_USEPROT; in ieee80211_node_join_11g()
2263 ic->ic_flags & IEEE80211_F_USEPROT ? ", protection" : "", in ieee80211_node_join()
2328 ic->ic_flags &= ~IEEE80211_F_USEPROT; in ieee80211_node_leave_11g()
H A Dieee80211_proto.c458 ic->ic_flags &= ~IEEE80211_F_USEPROT; in ieee80211_reset_erp()
H A Dieee80211_output.c1063 if (ic->ic_flags & IEEE80211_F_USEPROT) in ieee80211_add_erp()
/netbsd/sys/dev/usb/
H A Dif_zyd.c2092 (ic->ic_flags & IEEE80211_F_USEPROT)) { in zyd_tx_mgt()
2249 (ic->ic_flags & IEEE80211_F_USEPROT)) { in zyd_tx_data()
H A Dif_rum.c1120 } else if ((ic->ic_flags & IEEE80211_F_USEPROT) && in rum_tx_data()
H A Dif_otus.c2006 else if ((ic->ic_flags & IEEE80211_F_USEPROT) && in otus_tx()
H A Dif_athn_usb.c2522 else if (ic->ic_flags & IEEE80211_F_USEPROT) { in athn_usb_tx()
H A Dif_run.c3853 if (ic->ic_flags & IEEE80211_F_USEPROT) { in run_updateprot()
H A Dif_urtwn.c2765 if (ic->ic_flags & IEEE80211_F_USEPROT) { in urtwn_tx()
/netbsd/sys/dev/pci/
H A Dif_iwm.c4667 (ic->ic_flags & IEEE80211_F_USEPROT))) in iwm_tx()
5761 if (ic->ic_flags & IEEE80211_F_USEPROT) in iwm_mac_ctxt_cmd_common()
6056 if (ic->ic_flags & IEEE80211_F_USEPROT) in iwm_setrates()
H A Dif_rtwn.c1903 if (ic->ic_flags & IEEE80211_F_USEPROT) { in rtwn_tx()
H A Dif_iwn.c3083 } else if ((ic->ic_flags & IEEE80211_F_USEPROT) && in iwn_tx()