Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/rtwn/rtl8192c/
H A Dr92c_tx.c297 prot = ic->ic_htprotmode; in r92c_fill_tx_desc()
/freebsd-12.1/sys/dev/rtwn/rtl8812a/
H A Dr12a_tx.c299 prot = ic->ic_htprotmode; in r12a_fill_tx_desc()
/freebsd-12.1/sys/net80211/
H A Dieee80211_var.h242 enum ieee80211_protmode ic_htprotmode; /* HT protection mode */ member
H A Dieee80211_ddb.c614 db_printf(" htprotmode %d", ic->ic_htprotmode); in _db_show_com()
H A Dieee80211_ioctl.c1100 ireq->i_val = ic->ic_htprotmode; in ieee80211_ioctl_get80211()
3382 ic->ic_htprotmode = ireq->i_val ? in ieee80211_ioctl_set80211()
H A Dieee80211_ht.c246 ic->ic_htprotmode = IEEE80211_PROT_RTSCTS; in ieee80211_ht_attach()
/freebsd-12.1/sys/dev/ath/
H A Dif_ath_tx.c1101 if ((ic->ic_htprotmode == IEEE80211_PROT_RTSCTS) && in ath_tx_calc_protection()
/freebsd-12.1/sys/dev/mwl/
H A Dif_mwl.c1223 mwl_hal_setnprot(hvap, ic->ic_htprotmode == IEEE80211_PROT_NONE ? in mwl_reset_vap()
/freebsd-12.1/sys/dev/iwn/
H A Dif_iwn.c4658 (ic->ic_htprotmode == IEEE80211_PROT_RTSCTS)) { in iwn_tx_data()