Home
last modified time | relevance | path

Searched refs:ic_protmode (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd.c409 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) in zyd_send()
412 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in zyd_send()
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h497 enum ieee80211_protmode ic_protmode; /* 802.11g protection mode */ member
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_proto.c95 ic->ic_protmode = IEEE80211_PROT_CTSONLY; in ieee80211_proto_attach()
/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860.c2258 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in rt2860_updateprot()
2260 else if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) in rt2860_updateprot()
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c3856 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) in iwn_send()
3858 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in iwn_send()