Searched refs:IEEE80211_PROT_NONE (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/sys/net80211/
H A D_ieee80211.h94 IEEE80211_PROT_NONE = 0, /* no protection */ enumerator in enum:ieee80211_protmode
H A Dieee80211_hostap.c1749 if (ic->ic_protmode != IEEE80211_PROT_NONE &&
H A Dieee80211_node.c2290 if (ic->ic_protmode != IEEE80211_PROT_NONE &&
H A Dieee80211_ioctl.c3176 IEEE80211_PROT_RTSCTS : IEEE80211_PROT_NONE;
/freebsd-9.3-release/sys/dev/ral/
H A Drt2661.c1509 int prot = IEEE80211_PROT_NONE;
1515 if (prot != IEEE80211_PROT_NONE) {
H A Drt2560.c1819 int prot = IEEE80211_PROT_NONE;
1825 if (prot != IEEE80211_PROT_NONE) {
/freebsd-9.3-release/sys/dev/usb/wlan/
H A Dif_rum.c1253 int prot = IEEE80211_PROT_NONE;
1259 if (prot != IEEE80211_PROT_NONE) {
H A Dif_ural.c1302 int prot = IEEE80211_PROT_NONE;
1308 if (prot != IEEE80211_PROT_NONE) {
/freebsd-9.3-release/sys/dev/mwl/
H A Dif_mwl.c1287 mwl_hal_setnprot(hvap, ic->ic_htprotmode == IEEE80211_PROT_NONE ?

Completed in 205 milliseconds