Home
last modified time | relevance | path

Searched refs:IEEE80211_PROT_RTSCTS (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/net80211/
H A D_ieee80211.h102 IEEE80211_PROT_RTSCTS = 2, /* RTS-CTS */ enumerator
H A Dieee80211_ioctl.c2905 if (ireq->i_val > IEEE80211_PROT_RTSCTS) in ieee80211_ioctl_set80211()
3379 if (ireq->i_val > IEEE80211_PROT_RTSCTS) in ieee80211_ioctl_set80211()
3382 IEEE80211_PROT_RTSCTS : IEEE80211_PROT_NONE; in ieee80211_ioctl_set80211()
H A Dieee80211_ht.c245 ic->ic_htprotmode = IEEE80211_PROT_RTSCTS; in ieee80211_ht_attach()
269 vap->iv_htprotmode = IEEE80211_PROT_RTSCTS; in ieee80211_ht_vattach()
H A Dieee80211_output.c3291 KASSERT(prot == IEEE80211_PROT_RTSCTS || in ieee80211_alloc_prot()
3301 if (prot == IEEE80211_PROT_RTSCTS) { in ieee80211_alloc_prot()