Home
last modified time | relevance | path

Searched refs:IEEE80211_FC1_WEP (Results 1 – 25 of 25) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_wifi.c242 wh->i_fc[1] |= IEEE80211_FC1_WEP; in mac_wifi_header()
252 wh->i_fc[1] |= IEEE80211_FC1_WEP; in mac_wifi_header()
306 if (wh->i_fc[1] & IEEE80211_FC1_WEP) { in mac_wifi_header_info()
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_input.c283 if (wh->i_fc[1] & IEEE80211_FC1_WEP) { in ieee80211_input()
300 wh->i_fc[1] &= ~IEEE80211_FC1_WEP; in ieee80211_input()
357 if (wh->i_fc[1] & IEEE80211_FC1_WEP) { in ieee80211_input()
387 wh->i_fc[1] &= ~IEEE80211_FC1_WEP; in ieee80211_input()
H A Dnet80211_output.c116 wh->i_fc[1] |= IEEE80211_FC1_WEP; in ieee80211_mgmt_output()
255 wh->i_fc[1] |= IEEE80211_FC1_WEP; in ieee80211_encap()
H A Dnet80211_proto.c191 if (wh->i_fc[1] & IEEE80211_FC1_WEP) { in ieee80211_dump_pkt()
/illumos-gate/usr/src/uts/common/io/atu/
H A Datu.c634 if (wh->i_fc[1] & IEEE80211_FC1_WEP) in atu_rxeof()
635 wh->i_fc[1] &= ~IEEE80211_FC1_WEP; in atu_rxeof()
815 if (wh->i_fc[1] & IEEE80211_FC1_WEP) { in atu_send()
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211_proto.h479 #define IEEE80211_FC1_WEP 0x40 macro
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd.c351 if (wh->i_fc[1] & IEEE80211_FC1_WEP) { in zyd_send()
/illumos-gate/usr/src/uts/common/io/ral/
H A Drt2560.c1484 if (wh->i_fc[1] & IEEE80211_FC1_WEP) { in rt2560_mgmt_send()
1615 if (wh->i_fc[1] & IEEE80211_FC1_WEP) { in rt2560_send()
/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200.c2269 if (wh->i_fc[1] & IEEE80211_FC1_WEP) { in ipw2200_send()
2747 wh->i_fc[1] & IEEE80211_FC1_WEP, in ipw2200_rcv_frame()
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl.c2807 if (wh->i_fc[1] & IEEE80211_FC1_WEP) { in mwl_send()
3254 wh->i_fc[1] &= ~IEEE80211_FC1_WEP; in mwl_rx_intr()
3256 wh->i_fc[1] &= ~(IEEE80211_FC1_WEP | IEEE80211_FC1_PWR_MGT); in mwl_rx_intr()
/illumos-gate/usr/src/uts/common/io/rwd/
H A Drt2661.c1459 if (wh->i_fc[1] & IEEE80211_FC1_WEP) { in rt2661_send()
1586 if (wh->i_fc[1] & IEEE80211_FC1_WEP) { in rt2661_mgmt_send()
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtw.c2045 if ((wh->i_fc[1] & IEEE80211_FC1_WEP) != 0) { in rtw_compute_duration()
2107 iswep = wh->i_fc[1] & IEEE80211_FC1_WEP; in rtw_assembly_80211()
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpi.c2164 if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
2216 if (wh->i_fc[1] & IEEE80211_FC1_WEP)
/illumos-gate/usr/src/uts/common/io/ural/
H A Dural.c733 if (wh->i_fc[1] & IEEE80211_FC1_WEP) { in ural_send()
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c1877 iswep = wh->i_fc[1] & IEEE80211_FC1_WEP; in arn_tx_start()
/illumos-gate/usr/src/uts/common/io/rum/
H A Drum.c794 if (wh->i_fc[1] & IEEE80211_FC1_WEP) { in rum_send()
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_main.c693 iswep = wh->i_fc[1] & IEEE80211_FC1_WEP; in ath_tx_start()
/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100.c2088 if (wh_tmp->i_fc[1] & IEEE80211_FC1_WEP) { in ipw2100_send()
/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860.c1148 if (wh->i_fc[1] & IEEE80211_FC1_WEP) { in rt2860_send()
/illumos-gate/usr/src/uts/common/io/uath/
H A Duath.c2058 if (wh->i_fc[1] & IEEE80211_FC1_WEP) { in uath_send()
/illumos-gate/usr/src/uts/common/io/urtw/
H A Durtw.c3510 if (wh->i_fc[1] & IEEE80211_FC1_WEP) { in urtw_send()
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp.c3113 if (wh->i_fc[1] & IEEE80211_FC1_WEP) { in iwp_send()
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh.c3247 if (wh->i_fc[1] & IEEE80211_FC1_WEP) { in iwh_send()
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2.c2770 if (wh->i_fc[1] & IEEE80211_FC1_WEP) { in iwk_send()
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c3803 if (wh->i_fc[1] & IEEE80211_FC1_WEP) { in iwn_send()