Home
last modified time | relevance | path

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

/openbsd-src/sys/net80211/
H A Dieee80211_var.h293 enum ieee80211_protmode ic_protmode; /* 802.11g/n protection mode */ member
H A Dieee80211_node.c974 ic->ic_protmode = IEEE80211_PROT_NONE; in ieee80211_create_ibss()
2280 ic->ic_protmode = protmode; in ieee80211_clean_nodes()
2868 if (ic->ic_protmode != IEEE80211_PROT_NONE) { in ieee80211_node_join_11g()
H A Dieee80211_proto.c98 ic->ic_protmode = IEEE80211_PROT_CTSONLY; in ieee80211_proto_attach()
/openbsd-src/sys/dev/usb/
H A Dif_urtwn.c1504 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) { in urtwn_tx_fill_desc()
1507 } else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) { in urtwn_tx_fill_desc()
1599 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) { in urtwn_tx_fill_desc_gen2()
1602 } else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) { in urtwn_tx_fill_desc_gen2()
H A Dif_ral.c1057 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) in ural_tx_data()
1059 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in ural_tx_data()
H A Dif_rum.c1074 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) in rum_tx_data()
1076 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in rum_tx_data()
H A Dif_otus.c1327 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) in otus_tx()
1329 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in otus_tx()
H A Dif_athn_usb.c2354 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) in athn_usb_tx()
2356 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in athn_usb_tx()
H A Dif_zyd.c2146 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) in zyd_tx()
2148 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in zyd_tx()
/openbsd-src/sys/dev/pci/
H A Dif_rtwn.c1080 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) { in rtwn_tx()
1083 } else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) { in rtwn_tx()
H A Dif_wpi.c1752 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) in wpi_tx()
1754 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in wpi_tx()
H A Dif_iwn.c3474 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) in iwn_tx()
3476 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in iwn_tx()
/openbsd-src/sys/dev/ic/
H A Drt2560.c1742 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) in rt2560_tx_data()
1744 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in rt2560_tx_data()
H A Drt2661.c1741 if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) in rt2661_tx_data()
1743 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in rt2661_tx_data()
H A Dar5008.c1681 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in ar5008_tx()
1683 else if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) in ar5008_tx()
H A Dar9003.c1607 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in ar9003_tx()
1609 else if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) in ar9003_tx()
H A Drt2860.c2929 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in rt2860_updateprot()
2931 else if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) in rt2860_updateprot()