Searched refs:has_decrypted (Results 1 – 5 of 5) sorted by relevance
| /src/sys/net80211/ |
| H A D | ieee80211_wds.c | 418 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 | 316 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 | 545 int has_decrypted = 0; in sta_input() local 779 has_decrypted = 1; in sta_input() 797 m = ieee80211_defrag(ni, m, hdrspace, has_decrypted); in sta_input() 872 ((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 | 481 int has_decrypted = 0; in hostap_input() local 697 has_decrypted = 1; in hostap_input() 715 m = ieee80211_defrag(ni, m, hdrspace, has_decrypted); in hostap_input() 783 ((has_decrypted == 0) && (m->m_flags & M_WEP) == 0) && in hostap_input() 874 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()
|