Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_wds.c425 int has_decrypted = 0; in wds_input() local
579 has_decrypted = 1; in wds_input()
662 ((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()
599 ((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
780 has_decrypted = 1; in sta_input()
868 ((has_decrypted == 0) && (m->m_flags & M_WEP) == 0) && in sta_input()
959 has_decrypted = 1; in sta_input()
H A Dieee80211_hostap.c488 int has_decrypted = 0; in hostap_input() local
704 has_decrypted = 1; in hostap_input()
785 ((has_decrypted == 0) && (m->m_flags & M_WEP) == 0) && in hostap_input()
874 has_decrypted = 1; in hostap_input()