Searched refs:IEEE80211_PROT_RTSCTS (Results 1 – 4 of 4) sorted by relevance
102 IEEE80211_PROT_RTSCTS = 2, /* RTS-CTS */ enumerator
2905 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()
245 ic->ic_htprotmode = IEEE80211_PROT_RTSCTS; in ieee80211_ht_attach()269 vap->iv_htprotmode = IEEE80211_PROT_RTSCTS; in ieee80211_ht_vattach()
3291 KASSERT(prot == IEEE80211_PROT_RTSCTS || in ieee80211_alloc_prot()3301 if (prot == IEEE80211_PROT_RTSCTS) { in ieee80211_alloc_prot()