Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_rate/sample/
H A Dsample.h187 if ((ic->ic_flags & IEEE80211_F_USEPROT) && in calc_usecs_unicast_packet()
H A Dsample.c715 if (mrr && (ic->ic_flags & IEEE80211_F_USEPROT && !sc->sc_mrrprot)) in ath_rate_findrate()
1160 if (mrr && (ic->ic_flags & IEEE80211_F_USEPROT && !sc->sc_mrrprot)) in ath_rate_tx_complete()
/freebsd/sys/net80211/
H A Dieee80211_sta.c1474 vap->iv_flags |= IEEE80211_F_USEPROT; in sta_recv_mgmt()
1476 vap->iv_flags &= ~IEEE80211_F_USEPROT; in sta_recv_mgmt()
1927 vap->iv_flags |= IEEE80211_F_USEPROT; in sta_recv_mgmt()
1929 vap->iv_flags &= ~IEEE80211_F_USEPROT; in sta_recv_mgmt()
1938 vap->iv_flags&IEEE80211_F_USEPROT ? ", protection" : "", in sta_recv_mgmt()
H A Dieee80211_proto.c773 vap->iv_flags &= ~IEEE80211_F_USEPROT; in ieee80211_vap_reset_erp()
809 ic->ic_flags &= ~IEEE80211_F_USEPROT; in ieee80211_reset_erp()
948 if (iv->iv_flags & IEEE80211_F_USEPROT) in vap_update_erp_protmode()
955 ic->ic_flags |= IEEE80211_F_USEPROT; in vap_update_erp_protmode()
957 ic->ic_flags &= ~IEEE80211_F_USEPROT; in vap_update_erp_protmode()
H A Dieee80211_node.c707 vap->iv_flags&IEEE80211_F_USEPROT ? ", protection" : "" in ieee80211_ibss_merge()
2772 vap->iv_flags |= IEEE80211_F_USEPROT; in ieee80211_node_join_11g()
2830 vap->iv_flags & IEEE80211_F_USEPROT ? ", protection" : "", in ieee80211_node_join()
2869 vap->iv_flags &= ~IEEE80211_F_USEPROT; in disable_protection()
H A Dieee80211_var.h645 #define IEEE80211_F_USEPROT 0x00100000 /* STATUS: protection enabled */ macro
H A Dieee80211_hostap.c1838 (vap->iv_flags & IEEE80211_F_USEPROT) == 0) { in hostap_recv_mgmt()
1846 vap->iv_flags |= IEEE80211_F_USEPROT; in hostap_recv_mgmt()
H A Dieee80211_output.c2140 if (ic->ic_flags & IEEE80211_F_USEPROT) in ieee80211_add_erp()
/freebsd/sys/dev/iwm/
H A Dif_iwm_mac_ctxt.c356 if (ic->ic_flags & IEEE80211_F_USEPROT) in iwm_mac_ctxt_cmd_common()
/freebsd/sys/dev/rtwn/rtl8192c/
H A Dr92c_tx.c295 } else if (ic->ic_flags & IEEE80211_F_USEPROT) in r92c_fill_tx_desc()
/freebsd/sys/dev/rtwn/rtl8812a/
H A Dr12a_tx.c297 } else if (ic->ic_flags & IEEE80211_F_USEPROT) in r12a_fill_tx_desc()
/freebsd/sys/dev/ral/
H A Drt2860.c1370 if ((sc->sc_ic_flags ^ ic->ic_flags) & IEEE80211_F_USEPROT) { in rt2860_tbtt_intr()
1544 ((ic->ic_flags & IEEE80211_F_USEPROT) && in rt2860_tx()
3084 if (ic->ic_flags & IEEE80211_F_USEPROT) { in rt2860_updateprot()
H A Drt2560.c1765 else if ((ic->ic_flags & IEEE80211_F_USEPROT) && in rt2560_tx_data()
H A Drt2661.c1459 else if ((ic->ic_flags & IEEE80211_F_USEPROT) && in rt2661_tx_data()
/freebsd/sys/dev/usb/wlan/
H A Dif_ural.c1250 else if ((ic->ic_flags & IEEE80211_F_USEPROT) && in ural_tx_data()
H A Dif_run.c3404 ((ic->ic_flags & IEEE80211_F_USEPROT) && in run_set_tx_desc()
5114 if (ic->ic_flags & IEEE80211_F_USEPROT) { in run_updateprot_cb()
H A Dif_zyd.c2500 (ic->ic_flags & IEEE80211_F_USEPROT)) { in zyd_tx_start()
H A Dif_rum.c1678 else if ((ic->ic_flags & IEEE80211_F_USEPROT) && in rum_tx_data()
/freebsd/sys/dev/otus/
H A Dif_otus.c2305 } else if (ic->ic_flags & IEEE80211_F_USEPROT) { in otus_tx()
/freebsd/sys/dev/ath/
H A Dif_ath_tx.c1071 if ((ic->ic_flags & IEEE80211_F_USEPROT) && in ath_tx_calc_protection()
/freebsd/sys/dev/mwl/
H A Dif_mwl.c1811 if (ic->ic_flags & IEEE80211_F_USEPROT) in mwl_updateslot()
/freebsd/sys/dev/wpi/
H A Dif_wpi.c2872 } else if ((ic->ic_flags & IEEE80211_F_USEPROT) && in wpi_tx_data()
/freebsd/sys/dev/bwn/
H A Dif_bwn.c6524 if ((ic->ic_flags & IEEE80211_F_USEPROT) && in bwn_set_txhdr()
/freebsd/sys/dev/iwn/
H A Dif_iwn.c4447 if ((vap->iv_flags & IEEE80211_F_USEPROT) == 0) in iwn_check_rate_needs_protection()