Searched refs:has_decrypted (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sys/net80211/ |
| H A D | ieee80211_wds.c | 423 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 D | ieee80211_adhoc.c | 322 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 D | ieee80211_sta.c | 553 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 D | ieee80211_hostap.c | 492 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 D | ieee80211_input.c | 173 int has_decrypted) in ieee80211_defrag() argument 194 if (has_decrypted) in ieee80211_defrag()
|