Home
last modified time | relevance | path

Searched refs:M_WEP (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_freebsd.h298 #define M_WEP M_PROTO2 /* WEP done by hardware */ macro
302 #define M_80211_RX (M_AMPDU|M_WEP|M_AMPDU_MPDU)
H A Dieee80211_wds.c660 ((has_decrypted == 0) && (m->m_flags & M_WEP) == 0) && in wds_input()
H A Dieee80211_adhoc.c598 ((has_decrypted == 0) && (m->m_flags & M_WEP) == 0) && in adhoc_input()
H A Dieee80211_sta.c873 ((has_decrypted == 0) && (m->m_flags & M_WEP) == 0) && in sta_input()
H A Dieee80211_hostap.c786 ((has_decrypted == 0) && (m->m_flags & M_WEP) == 0) && in hostap_input()
/freebsd/sys/dev/rtwn/
H A Dif_rtwn_rx.c315 m->m_flags |= M_WEP; in rtwn_rx_common()
/freebsd/sys/dev/usb/wlan/
H A Dif_rum.c1252 m->m_flags |= M_WEP; in rum_bulk_read_callback()
H A Dif_rsu.c2456 m->m_flags |= M_WEP; in rsu_rx_frame()
H A Dif_mtw.c2404 m->m_flags |= M_WEP; in mtw_rx_frame()
H A Dif_run.c2929 m->m_flags |= M_WEP; in run_rx_frame()
/freebsd/sys/dev/mwl/
H A Dif_mwl.c2767 m->m_flags |= M_WEP; in mwl_rx_proc()
/freebsd/sys/dev/wpi/
H A Dif_wpi.c2004 m->m_flags |= M_WEP; in wpi_rx_done()