Home
last modified time | relevance | path

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

/src/sys/net80211/
H A Dieee80211_wds.c417 int is_hw_decrypted = 0; in wds_input() local
426 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.c315 int is_hw_decrypted = 0; in adhoc_input() local
324 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.c544 int is_hw_decrypted = 0; in sta_input() local
581 is_hw_decrypted = 1; in sta_input()
761 if (is_hw_decrypted || IEEE80211_IS_PROTECTED(wh)) { in sta_input()
873 (is_hw_decrypted == 0) && in sta_input()
H A Dieee80211_hostap.c480 int is_hw_decrypted = 0; in hostap_input() local
489 is_hw_decrypted = 1; in hostap_input()
679 if (is_hw_decrypted || IEEE80211_IS_PROTECTED(wh)) { in hostap_input()
784 (is_hw_decrypted == 0) && in hostap_input()