Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/802_11/
H A Dieee80211_var.h232 enum ieee80211_protmode ic_htprotmode; /* HT protection mode */ member
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_ddb.c637 db_printf(" htprotmode %d", ic->ic_htprotmode); in _db_show_com()
H A Dieee80211_ioctl.c1114 ireq->i_val = ic->ic_htprotmode; in ieee80211_ioctl_get80211()
3288 ic->ic_htprotmode = ireq->i_val ? in ieee80211_ioctl_set80211()
H A Dieee80211_ht.c244 ic->ic_htprotmode = IEEE80211_PROT_RTSCTS; in ieee80211_ht_attach()
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_tx.c1101 if ((ic->ic_htprotmode == IEEE80211_PROT_RTSCTS) && in ath_tx_calc_protection()
/dragonfly/sys/bus/u4b/wlan/
H A Dif_urtwn.c2999 (ic->ic_htprotmode == IEEE80211_PROT_RTSCTS)) { in urtwn_tx_data()
/dragonfly/sys/dev/netif/iwn/
H A Dif_iwn.c4583 (ic->ic_htprotmode == IEEE80211_PROT_RTSCTS)) { in iwn_tx_data()