Home
last modified time | relevance | path

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

/NextBSD/sys/net80211/
HDieee80211_var.h224 enum ieee80211_protmode ic_htprotmode; /* HT protection mode */ member
HDieee80211_ddb.c627 db_printf(" htprotmode %d", ic->ic_htprotmode); in _db_show_com()
HDieee80211_ioctl.c1099 ireq->i_val = ic->ic_htprotmode; in ieee80211_ioctl_get80211()
3220 ic->ic_htprotmode = ireq->i_val ? in ieee80211_ioctl_set80211()
HDieee80211_ht.c247 ic->ic_htprotmode = IEEE80211_PROT_RTSCTS; in ieee80211_ht_attach()
/NextBSD/sys/dev/ath/
HDif_ath_tx.c1078 if ((ic->ic_htprotmode == IEEE80211_PROT_RTSCTS) && in ath_tx_calc_protection()
/NextBSD/sys/dev/mwl/
HDif_mwl.c1221 mwl_hal_setnprot(hvap, ic->ic_htprotmode == IEEE80211_PROT_NONE ? in mwl_reset_vap()
/NextBSD/sys/dev/iwn/
HDif_iwn.c4476 (ic->ic_htprotmode == IEEE80211_PROT_RTSCTS)) { in iwn_tx_data()