Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_wds.c418 int is_hw_decrypted = 0; in wds_input() local
427 is_hw_decrypted = 1; in wds_input()
554 if (is_hw_decrypted || IEEE80211_IS_PROTECTED(wh)) { in wds_input()
661 (is_hw_decrypted == 0) && in wds_input()
H A Dieee80211_adhoc.c316 int is_hw_decrypted = 0; in adhoc_input() local
325 is_hw_decrypted = 1; in adhoc_input()
492 if (is_hw_decrypted || IEEE80211_IS_PROTECTED(wh)) { in adhoc_input()
599 (is_hw_decrypted == 0) && in adhoc_input()
H A Dieee80211_sta.c545 int is_hw_decrypted = 0; in sta_input() local
582 is_hw_decrypted = 1; in sta_input()
762 if (is_hw_decrypted || IEEE80211_IS_PROTECTED(wh)) { in sta_input()
874 (is_hw_decrypted == 0) && in sta_input()
H A Dieee80211_hostap.c484 int is_hw_decrypted = 0; in hostap_input() local
493 is_hw_decrypted = 1; in hostap_input()
682 if (is_hw_decrypted || IEEE80211_IS_PROTECTED(wh)) { in hostap_input()
787 (is_hw_decrypted == 0) && in hostap_input()