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

/freebsd-12-stable/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)
309 "\15M_AMPDU\16M_WEP\24M_AMPDU_MPDU"
H A Dieee80211_wds.c579 /* XXX M_WEP and IEEE80211_F_PRIVACY */
660 ((has_decrypted == 0) && (m->m_flags & M_WEP) == 0) &&
H A Dieee80211_adhoc.c518 /* XXX M_WEP and IEEE80211_F_PRIVACY */
599 ((has_decrypted == 0) && (m->m_flags & M_WEP) == 0) &&
H A Dieee80211_hostap.c706 /* XXX M_WEP and IEEE80211_F_PRIVACY */
785 ((has_decrypted == 0) && (m->m_flags & M_WEP) == 0) &&
H A Dieee80211_sta.c782 /* XXX M_WEP and IEEE80211_F_PRIVACY */
868 ((has_decrypted == 0) && (m->m_flags & M_WEP) == 0) &&
/freebsd-12-stable/sys/dev/rtwn/
H A Dif_rtwn_rx.c260 m->m_flags |= M_WEP;
/freebsd-12-stable/sys/dev/wi/
H A Dif_wi.c1337 if (m->m_flags & M_WEP)
/freebsd-12-stable/sys/dev/mwl/
H A Dif_mwl.c2764 * the WEP bit; mark the packet with M_WEP so
2773 m->m_flags |= M_WEP;
/freebsd-12-stable/sys/dev/usb/wlan/
H A Dif_rsu.c2457 m->m_flags |= M_WEP;
H A Dif_rum.c1253 m->m_flags |= M_WEP;
H A Dif_run.c2928 m->m_flags |= M_WEP;
/freebsd-12-stable/sys/dev/wpi/
H A Dif_wpi.c2007 m->m_flags |= M_WEP;

Completed in 236 milliseconds