Searched refs:has_decrypted (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13-stable/sys/net80211/ |
| HD | ieee80211_wds.c | 422 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()
|
| HD | ieee80211_adhoc.c | 321 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()
|
| HD | ieee80211_sta.c | 552 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()
|
| HD | ieee80211_hostap.c | 491 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()
|
| HD | ieee80211_input.c | 172 int has_decrypted) in ieee80211_defrag() argument 193 if (has_decrypted) in ieee80211_defrag()
|