Home
last modified time | relevance | path

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

/freebsd/sys/dev/rtwn/rtl8192c/
H A Dr92c_tx.c294 prot = ic->ic_htprotmode; in r92c_fill_tx_desc()
/freebsd/sys/dev/rtwn/rtl8812a/
H A Dr12a_tx.c296 prot = ic->ic_htprotmode; in r12a_fill_tx_desc()
/freebsd/sys/net80211/
H A Dieee80211_var.h240 enum ieee80211_protmode ic_htprotmode; /* HT protection mode */ member
H A Dieee80211_ddb.c764 db_printf(" htprotmode %d", ic->ic_htprotmode); in _db_show_com()
H A Dieee80211_ht.c240 ic->ic_htprotmode = IEEE80211_PROT_RTSCTS; in ieee80211_ht_attach()
/freebsd/sys/dev/otus/
H A Dif_otus.c2303 if (ic->ic_htprotmode == IEEE80211_PROT_RTSCTS) in otus_tx()
/freebsd/sys/dev/ath/
H A Dif_ath_tx.c1099 if ((ic->ic_htprotmode == IEEE80211_PROT_RTSCTS) && in ath_tx_calc_protection()
/freebsd/sys/dev/mwl/
H A Dif_mwl.c1218 mwl_hal_setnprot(hvap, ic->ic_htprotmode == IEEE80211_PROT_NONE ? in mwl_reset_vap()
/freebsd/sys/dev/usb/wlan/
H A Dif_run.c3406 ((ic->ic_htprotmode == IEEE80211_PROT_RTSCTS) && in run_set_tx_desc()
/freebsd/sys/dev/iwn/
H A Dif_iwn.c4646 (ic->ic_htprotmode == IEEE80211_PROT_RTSCTS)) { in iwn_tx_data()