Searched refs:has_decrypted (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/net80211/ |
H A D | ieee80211_wds.c | 419 int has_decrypted = 0; in wds_input() local 572 has_decrypted = 1; in wds_input() 590 m = ieee80211_defrag(ni, m, hdrspace, has_decrypted); in wds_input() 660 ((has_decrypted == 0) && (m->m_flags & M_WEP) == 0) && in wds_input()
|
H A D | ieee80211_adhoc.c | 317 int has_decrypted = 0; in adhoc_input() local 510 has_decrypted = 1; in adhoc_input() 528 m = ieee80211_defrag(ni, m, hdrspace, has_decrypted); in adhoc_input() 598 ((has_decrypted == 0) && (m->m_flags & M_WEP) == 0) && in adhoc_input()
|
H A D | ieee80211_sta.c | 546 int has_decrypted = 0; in sta_input() local 780 has_decrypted = 1; in sta_input() 798 m = ieee80211_defrag(ni, m, hdrspace, has_decrypted); in sta_input() 873 ((has_decrypted == 0) && (m->m_flags & M_WEP) == 0) && in sta_input() 965 has_decrypted = 1; in sta_input()
|
H A D | ieee80211_hostap.c | 485 int has_decrypted = 0; in hostap_input() local 700 has_decrypted = 1; in hostap_input() 718 m = ieee80211_defrag(ni, m, hdrspace, has_decrypted); in hostap_input() 786 ((has_decrypted == 0) && (m->m_flags & M_WEP) == 0) && in hostap_input() 876 has_decrypted = 1; in hostap_input()
|
H A D | ieee80211_input.c | 173 int has_decrypted) in ieee80211_defrag() argument 194 if (has_decrypted) in ieee80211_defrag()
|