Home
last modified time | relevance | path

Searched refs:ic_htprotmode (Results 1 – 11 of 11) sorted by relevance

/src/sys/dev/rtwn/rtl8812a/
H A Dr12a_tx.c391 prot = ic->ic_htprotmode; in r12a_fill_tx_desc()
396 prot = ic->ic_htprotmode; in r12a_fill_tx_desc()
/src/sys/dev/rtwn/rtl8192c/
H A Dr92c_tx.c325 prot = ic->ic_htprotmode; in r92c_tx_get_protmode()
330 prot = ic->ic_htprotmode; in r92c_tx_get_protmode()
/src/sys/net80211/
H A Dieee80211_var.h242 enum ieee80211_protmode ic_htprotmode; /* HT protection mode */ member
H A Dieee80211_ddb.c766 db_printf(" htprotmode %d", ic->ic_htprotmode); in _db_show_com()
H A Dieee80211_ht.c241 ic->ic_htprotmode = IEEE80211_PROT_RTSCTS; in ieee80211_ht_attach()
/src/sys/dev/otus/
H A Dif_otus.c2314 if (ic->ic_htprotmode == IEEE80211_PROT_RTSCTS) in otus_tx()
/src/sys/dev/ath/
H A Dif_ath_tx.c1105 if ((ic->ic_htprotmode == IEEE80211_PROT_RTSCTS) && in ath_tx_calc_protection()
/src/sys/dev/usb/wlan/
H A Dif_mtw.c3035 ((ic->ic_htprotmode == IEEE80211_PROT_RTSCTS) && in mtw_set_tx_desc()
H A Dif_run.c3415 ((ic->ic_htprotmode == IEEE80211_PROT_RTSCTS) && in run_set_tx_desc()
/src/sys/dev/mwl/
H A Dif_mwl.c1217 mwl_hal_setnprot(hvap, ic->ic_htprotmode == IEEE80211_PROT_NONE ? in mwl_reset_vap()
/src/sys/dev/iwn/
H A Dif_iwn.c4651 (ic->ic_htprotmode == IEEE80211_PROT_RTSCTS)) { in iwn_tx_data()