HomeSort by: relevance | last modified time | path
    Searched refs:ic_protmode (Results 1 - 17 of 17) sorted by relevancy

  /src/sys/dev/ic/
athrate-sample.h 241 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS)
243 else if (ic->ic_protmode == IEEE80211_PROT_CTSONLY)
arn5008.c 1533 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS)
1535 else if (ic->ic_protmode == IEEE80211_PROT_CTSONLY)
arn9003.c 1693 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS)
1695 else if (ic->ic_protmode == IEEE80211_PROT_CTSONLY)
rt2860.c 3042 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS)
3044 else if (ic->ic_protmode == IEEE80211_PROT_CTSONLY)
ath.c 3876 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS)
3878 else if (ic->ic_protmode == IEEE80211_PROT_CTSONLY)
  /src/sys/net80211/
ieee80211_var.h 133 enum ieee80211_protmode ic_protmode; /* 802.11g protection mode */ member in struct:ieee80211com
ieee80211_proto.c 127 ic->ic_protmode = IEEE80211_PROT_CTSONLY;
ieee80211_ioctl.c 1444 ireq->i_val = ic->ic_protmode;
2249 ic->ic_protmode = ireq->i_val;
ieee80211_node.c 2201 if (ic->ic_protmode != IEEE80211_PROT_NONE) {
  /src/sys/dev/usb/
if_zyd.c 2093 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY)
2095 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS)
2250 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY)
2252 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS)
if_rum.c 1120 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY)
1122 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS)
if_otus.c 2008 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY)
2010 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS)
if_athn_usb.c 2528 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY)
2530 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS)
if_run.c 3854 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS)
3856 else if (ic->ic_protmode == IEEE80211_PROT_CTSONLY)
if_urtwn.c 2810 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) {
2813 } else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) {
  /src/sys/dev/pci/
if_rtwn.c 1906 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) {
1909 } else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) {
if_iwn.c 3107 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY)
3109 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS)

Completed in 49 milliseconds