Home
last modified time | relevance | path

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

/f-stack/freebsd/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.c662 ((has_decrypted == 0) && (m->m_flags & M_WEP) == 0) && in wds_input()
H A Dieee80211_adhoc.c599 ((has_decrypted == 0) && (m->m_flags & M_WEP) == 0) && in adhoc_input()
H A Dieee80211_sta.c868 ((has_decrypted == 0) && (m->m_flags & M_WEP) == 0) && in sta_input()
H A Dieee80211_hostap.c785 ((has_decrypted == 0) && (m->m_flags & M_WEP) == 0) && in hostap_input()