Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_wds.c424 int is_hw_decrypted = 0; in wds_input() local
433 is_hw_decrypted = 1; in wds_input()
561 if (is_hw_decrypted || wh->i_fc[1] & IEEE80211_FC1_PROTECTED) { in wds_input()
663 (is_hw_decrypted == 0) && in wds_input()
H A Dieee80211_adhoc.c321 int is_hw_decrypted = 0; in adhoc_input() local
330 is_hw_decrypted = 1; in adhoc_input()
498 if (is_hw_decrypted || wh->i_fc[1] & IEEE80211_FC1_PROTECTED) { in adhoc_input()
600 (is_hw_decrypted == 0) && in adhoc_input()
H A Dieee80211_sta.c552 int is_hw_decrypted = 0; in sta_input() local
561 is_hw_decrypted = 1; in sta_input()
762 if (is_hw_decrypted || wh->i_fc[1] & IEEE80211_FC1_PROTECTED) { in sta_input()
869 (is_hw_decrypted == 0) && in sta_input()
H A Dieee80211_hostap.c487 int is_hw_decrypted = 0; in hostap_input() local
496 is_hw_decrypted = 1; in hostap_input()
686 if (is_hw_decrypted || wh->i_fc[1] & IEEE80211_FC1_PROTECTED) { in hostap_input()
786 (is_hw_decrypted == 0) && in hostap_input()