Home
last modified time | relevance | path

Searched refs:IEEE80211_FC1_PROTECTED (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/net80211/
H A Dieee80211.h191 #define IEEE80211_FC1_PROTECTED 0x40 macro
/netbsd-src/sys/dev/ic/
H A Drt2860.c1412 if (wh->i_fc[1] & IEEE80211_FC1_PROTECTED) { in rt2860_rx_intr()
1414 wh->i_fc[1] &= ~IEEE80211_FC1_PROTECTED; in rt2860_rx_intr()
1645 if (wh->i_fc[1] & IEEE80211_FC1_PROTECTED) { in rt2860_tx()
H A Darn5008.c1347 if (wh->i_fc[1] & IEEE80211_FC1_PROTECTED) { in ar5008_tx()
H A Darn9003.c1500 if (wh->i_fc[1] & IEEE80211_FC1_PROTECTED) { in ar9003_tx()
/netbsd-src/sys/dev/usb/
H A Dif_athn_usb.c2473 if (wh->i_fc[1] & IEEE80211_FC1_PROTECTED) { in athn_usb_tx()
2502 if (wh->i_fc[1] & IEEE80211_FC1_PROTECTED) in athn_usb_tx()
H A Dif_otus.c1961 if ((wh->i_fc[1] & IEEE80211_FC1_PROTECTED)) { in otus_tx()
H A Dif_urtw.c2606 if (wh->i_fc[1] & IEEE80211_FC1_PROTECTED) { in urtw_tx_start()