Home
last modified time | relevance | path

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

/freebsd-14.2/sys/net80211/
H A Dieee80211_wds.c423 int has_decrypted = 0; in wds_input() local
577 has_decrypted = 1; in wds_input()
595 m = ieee80211_defrag(ni, m, hdrspace, has_decrypted); in wds_input()
665 ((has_decrypted == 0) && (m->m_flags & M_WEP) == 0) && in wds_input()
H A Dieee80211_adhoc.c322 int has_decrypted = 0; in adhoc_input() local
516 has_decrypted = 1; in adhoc_input()
534 m = ieee80211_defrag(ni, m, hdrspace, has_decrypted); in adhoc_input()
604 ((has_decrypted == 0) && (m->m_flags & M_WEP) == 0) && in adhoc_input()
H A Dieee80211_sta.c553 int has_decrypted = 0; in sta_input() local
788 has_decrypted = 1; in sta_input()
806 m = ieee80211_defrag(ni, m, hdrspace, has_decrypted); in sta_input()
881 ((has_decrypted == 0) && (m->m_flags & M_WEP) == 0) && in sta_input()
973 has_decrypted = 1; in sta_input()
H A Dieee80211_hostap.c492 int has_decrypted = 0; in hostap_input() local
708 has_decrypted = 1; in hostap_input()
726 m = ieee80211_defrag(ni, m, hdrspace, has_decrypted); in hostap_input()
794 ((has_decrypted == 0) && (m->m_flags & M_WEP) == 0) && in hostap_input()
884 has_decrypted = 1; in hostap_input()
H A Dieee80211_input.c173 int has_decrypted) in ieee80211_defrag() argument
194 if (has_decrypted) in ieee80211_defrag()