Searched refs:IEEE80211_PROT_RTSCTS (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/sys/dev/ath/ath_rate/sample/
H A Dsample.h176 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS)
/freebsd-9.3-release/sys/net80211/
H A D_ieee80211.h96 IEEE80211_PROT_RTSCTS = 2, /* RTS-CTS */ enumerator in enum:ieee80211_protmode
H A Dieee80211_ioctl.c2723 if (ireq->i_val > IEEE80211_PROT_RTSCTS)
3173 if (ireq->i_val > IEEE80211_PROT_RTSCTS)
3176 IEEE80211_PROT_RTSCTS : IEEE80211_PROT_NONE;
H A Dieee80211_ht.c246 ic->ic_htprotmode = IEEE80211_PROT_RTSCTS;
/freebsd-9.3-release/sys/dev/ath/
H A Dif_ath_tx.c687 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS)
714 if ((ic->ic_htprotmode == IEEE80211_PROT_RTSCTS) &&
/freebsd-9.3-release/sys/dev/usb/wlan/
H A Dif_rum.c1063 KASSERT(prot == IEEE80211_PROT_RTSCTS || prot == IEEE80211_PROT_CTSONLY,
1076 if (prot == IEEE80211_PROT_RTSCTS) {
1186 IEEE80211_PROT_RTSCTS : IEEE80211_PROT_CTSONLY,
1255 prot = IEEE80211_PROT_RTSCTS;
H A Dif_ural.c1173 KASSERT(prot == IEEE80211_PROT_RTSCTS || prot == IEEE80211_PROT_CTSONLY,
1186 if (prot == IEEE80211_PROT_RTSCTS) {
1237 IEEE80211_PROT_RTSCTS : IEEE80211_PROT_CTSONLY,
1304 prot = IEEE80211_PROT_RTSCTS;
H A Dif_run.c3536 KASSERT(prot == IEEE80211_PROT_RTSCTS || prot == IEEE80211_PROT_CTSONLY,
3558 if (prot == IEEE80211_PROT_RTSCTS) {
3638 IEEE80211_PROT_RTSCTS : IEEE80211_PROT_CTSONLY,
5004 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS)
H A Dif_zyd.c2546 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS)
/freebsd-9.3-release/sys/dev/ral/
H A Drt2661.c1401 KASSERT(prot == IEEE80211_PROT_RTSCTS || prot == IEEE80211_PROT_CTSONLY,
1414 if (prot == IEEE80211_PROT_RTSCTS) {
1511 prot = IEEE80211_PROT_RTSCTS;
H A Drt2560.c1641 KASSERT(prot == IEEE80211_PROT_RTSCTS || prot == IEEE80211_PROT_CTSONLY,
1654 if (prot == IEEE80211_PROT_RTSCTS) {
1724 IEEE80211_PROT_RTSCTS : IEEE80211_PROT_CTSONLY,
1821 prot = IEEE80211_PROT_RTSCTS;
H A Drt2860.c2915 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS)
/freebsd-9.3-release/sys/dev/iwn/
H A Dif_iwn.c3454 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS)

Completed in 233 milliseconds