Home
last modified time | relevance | path

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

12

/onnv-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()
/onnv-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.c114 wh->i_fc[1] |= IEEE80211_FC1_WEP; in ieee80211_mgmt_output()
253 wh->i_fc[1] |= IEEE80211_FC1_WEP; in ieee80211_encap()
H A Dnet80211_proto.c187 if (wh->i_fc[1] & IEEE80211_FC1_WEP) { in ieee80211_dump_pkt()
/onnv-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()
/onnv-gate/usr/src/uts/common/sys/
H A Dnet80211_proto.h479 #define IEEE80211_FC1_WEP 0x40 macro
/onnv-gate/usr/src/uts/common/io/zyd/
H A Dzyd.c351 if (wh->i_fc[1] & IEEE80211_FC1_WEP) { in zyd_send()
/onnv-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()
/onnv-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()
/onnv-gate/usr/src/uts/common/io/mwl/
H A Dmwl.c2798 if (wh->i_fc[1] & IEEE80211_FC1_WEP) { in mwl_send()
3245 wh->i_fc[1] &= ~IEEE80211_FC1_WEP; in mwl_rx_intr()
3247 wh->i_fc[1] &= ~(IEEE80211_FC1_WEP | IEEE80211_FC1_PWR_MGT); in mwl_rx_intr()
/onnv-gate/usr/src/uts/common/io/rwd/
H A Drt2661.c1455 if (wh->i_fc[1] & IEEE80211_FC1_WEP) { in rt2661_send()
1582 if (wh->i_fc[1] & IEEE80211_FC1_WEP) { in rt2661_mgmt_send()
/onnv-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()
/onnv-gate/usr/src/uts/common/io/wpi/
H A Dwpi.c2162 if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
2214 if (wh->i_fc[1] & IEEE80211_FC1_WEP)
/onnv-gate/usr/src/uts/common/io/ural/
H A Dural.c733 if (wh->i_fc[1] & IEEE80211_FC1_WEP) { in ural_send()
/onnv-gate/usr/src/uts/common/io/ath/
H A Dath_main.c693 iswep = wh->i_fc[1] & IEEE80211_FC1_WEP; in ath_tx_start()
/onnv-gate/usr/src/uts/common/io/rum/
H A Drum.c794 if (wh->i_fc[1] & IEEE80211_FC1_WEP) { in rum_send()
/onnv-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c1921 iswep = wh->i_fc[1] & IEEE80211_FC1_WEP; in arn_tx_start()
/onnv-gate/usr/src/uts/common/io/ipw/
H A Dipw2100.c2088 if (wh_tmp->i_fc[1] & IEEE80211_FC1_WEP) { in ipw2100_send()
/onnv-gate/usr/src/uts/common/io/uath/
H A Duath.c2053 if (wh->i_fc[1] & IEEE80211_FC1_WEP) { in uath_send()
/onnv-gate/usr/src/uts/common/io/rwn/
H A Drt2860.c1147 if (wh->i_fc[1] & IEEE80211_FC1_WEP) { in rt2860_send()
/onnv-gate/usr/src/uts/common/io/urtw/
H A Durtw.c3506 if (wh->i_fc[1] & IEEE80211_FC1_WEP) { in urtw_send()
/onnv-gate/usr/src/uts/common/io/iwp/
H A Diwp.c3109 if (wh->i_fc[1] & IEEE80211_FC1_WEP) { in iwp_send()
/onnv-gate/usr/src/uts/common/io/pcwl/
H A Dpcwl.c1477 frm.wl_frame_ctl &= ~(IEEE80211_FC1_WEP << 8); in pcwl_rcv()
/onnv-gate/usr/src/uts/common/io/iwh/
H A Diwh.c3246 if (wh->i_fc[1] & IEEE80211_FC1_WEP) { in iwh_send()
/onnv-gate/usr/src/uts/common/io/pcan/
H A Dpcan.c1717 frm.an_frame_ctl &= ~(IEEE80211_FC1_WEP << 8); in pcan_rcv()

12