Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_freebsd.h296 #define M_WEP M_PROTO2 /* WEP done by hardware */ macro
300 #define M_80211_RX (M_AMPDU|M_WEP|M_AMPDU_MPDU)
H A Dieee80211_wds.c661 ((has_decrypted == 0) && (m->m_flags & M_WEP) == 0) && in wds_input()
H A Dieee80211_adhoc.c600 ((has_decrypted == 0) && (m->m_flags & M_WEP) == 0) && in adhoc_input()
H A Dieee80211_sta.c877 ((has_decrypted == 0) && (m->m_flags & M_WEP) == 0) && in sta_input()
H A Dieee80211_hostap.c790 ((has_decrypted == 0) && (m->m_flags & M_WEP) == 0) && in hostap_input()
/freebsd/sys/dev/rtwn/
H A Dif_rtwn_rx.c258 m->m_flags |= M_WEP; in rtwn_rx_common()
/freebsd/sys/dev/usb/wlan/
H A Dif_rum.c1253 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_run.c2927 m->m_flags |= M_WEP; in run_rx_frame()
/freebsd/sys/dev/mwl/
H A Dif_mwl.c2770 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()