Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/net80211/
HDieee80211_wds.c422 int has_decrypted = 0; in wds_input() local
576 has_decrypted = 1; in wds_input()
594 m = ieee80211_defrag(ni, m, hdrspace, has_decrypted); in wds_input()
664 ((has_decrypted == 0) && (m->m_flags & M_WEP) == 0) && in wds_input()
HDieee80211_adhoc.c321 int has_decrypted = 0; in adhoc_input() local
515 has_decrypted = 1; in adhoc_input()
533 m = ieee80211_defrag(ni, m, hdrspace, has_decrypted); in adhoc_input()
603 ((has_decrypted == 0) && (m->m_flags & M_WEP) == 0) && in adhoc_input()
HDieee80211_sta.c552 int has_decrypted = 0; in sta_input() local
787 has_decrypted = 1; in sta_input()
805 m = ieee80211_defrag(ni, m, hdrspace, has_decrypted); in sta_input()
880 ((has_decrypted == 0) && (m->m_flags & M_WEP) == 0) && in sta_input()
972 has_decrypted = 1; in sta_input()
HDieee80211_hostap.c491 int has_decrypted = 0; in hostap_input() local
707 has_decrypted = 1; in hostap_input()
725 m = ieee80211_defrag(ni, m, hdrspace, has_decrypted); in hostap_input()
793 ((has_decrypted == 0) && (m->m_flags & M_WEP) == 0) && in hostap_input()
883 has_decrypted = 1; in hostap_input()
HDieee80211_input.c172 int has_decrypted) in ieee80211_defrag() argument
193 if (has_decrypted) in ieee80211_defrag()