Searched refs:ic_protmode (Results 1 - 17 of 17) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/sample/
H A Dsample.h191 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS)
193 else if (ic->ic_protmode == IEEE80211_PROT_CTSONLY)
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192c/
H A Dr92c_tx.c298 prot = ic->ic_protmode;
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8812a/
H A Dr12a_tx.c300 prot = ic->ic_protmode;
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_var.h299 enum ieee80211_protmode ic_protmode; /* 802.11g/n protection mode */ member in struct:ieee80211com
H A Dieee80211_proto.c101 ic->ic_protmode = IEEE80211_PROT_CTSONLY;
H A Dieee80211_node.c974 ic->ic_protmode = IEEE80211_PROT_NONE;
2280 ic->ic_protmode = protmode;
2868 if (ic->ic_protmode != IEEE80211_PROT_NONE) {
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_ddb.c621 db_printf("\tprotmode %d", ic->ic_protmode);
H A Dieee80211_var.h239 enum ieee80211_protmode ic_protmode; /* 802.11g protection mode */ member in struct:ieee80211com
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx.c1078 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) {
1080 } else if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) {
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Drt2860.c3095 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS)
3097 else if (ic->ic_protmode == IEEE80211_PROT_CTSONLY)
H A Drt2661.c1466 prot = ic->ic_protmode;
H A Drt2560.c1772 prot = ic->ic_protmode;
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_ural.c1260 prot = ic->ic_protmode;
H A Dif_run.c5121 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS)
5123 else if (ic->ic_protmode == IEEE80211_PROT_CTSONLY)
H A Dif_rum.c1684 prot = ic->ic_protmode;
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c2882 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY)
2884 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS)
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwn.c4654 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY)
4656 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS)

Completed in 181 milliseconds