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

/freebsd-current/sys/net80211/
H A Dieee80211_wds.c418 int is_hw_decrypted = 0; local
427 is_hw_decrypted = 1;
555 if (is_hw_decrypted || IEEE80211_IS_PROTECTED(wh)) {
662 (is_hw_decrypted == 0) &&
H A Dieee80211_adhoc.c317 int is_hw_decrypted = 0; local
326 is_hw_decrypted = 1;
494 if (is_hw_decrypted || IEEE80211_IS_PROTECTED(wh)) {
601 (is_hw_decrypted == 0) &&
H A Dieee80211_sta.c548 int is_hw_decrypted = 0; local
586 is_hw_decrypted = 1;
766 if (is_hw_decrypted || IEEE80211_IS_PROTECTED(wh)) {
878 (is_hw_decrypted == 0) &&
H A Dieee80211_hostap.c487 int is_hw_decrypted = 0; local
496 is_hw_decrypted = 1;
686 if (is_hw_decrypted || IEEE80211_IS_PROTECTED(wh)) {
791 (is_hw_decrypted == 0) &&

Completed in 132 milliseconds