Searched refs:ic_htprotmode (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/sys/net80211/
H A Dieee80211_var.h215 enum ieee80211_protmode ic_htprotmode; /* HT protection mode */ member in struct:ieee80211com
H A Dieee80211_ddb.c626 db_printf(" htprotmode %d", ic->ic_htprotmode);
H A Dieee80211_ioctl.c1101 ireq->i_val = ic->ic_htprotmode;
3241 ic->ic_htprotmode = ireq->i_val ?
H A Dieee80211_ht.c246 ic->ic_htprotmode = IEEE80211_PROT_RTSCTS;
/freebsd-10.2-release/sys/dev/ath/
H A Dif_ath_tx.c1105 * XXX ic_htprotmode or ic_curhtprotmode?
1109 if ((ic->ic_htprotmode == IEEE80211_PROT_RTSCTS) &&
/freebsd-10.2-release/sys/dev/mwl/
H A Dif_mwl.c1296 mwl_hal_setnprot(hvap, ic->ic_htprotmode == IEEE80211_PROT_NONE ?

Completed in 76 milliseconds