Home
last modified time | relevance | path

Searched refs:RX_FLAG_ICV_STRIPPED (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/net/mac80211/
H A Dwep.c262 if (!(status->flag & RX_FLAG_ICV_STRIPPED) && in ieee80211_crypto_wep_decrypt()
H A Dwpa.c304 if (!(status->flag & RX_FLAG_ICV_STRIPPED)) in ieee80211_crypto_tkip_decrypt()
/kernel/linux/linux-6.6/net/mac80211/
H A Dwep.c262 if (!(status->flag & RX_FLAG_ICV_STRIPPED) && in ieee80211_crypto_wep_decrypt()
H A Dwpa.c304 if (!(status->flag & RX_FLAG_ICV_STRIPPED)) in ieee80211_crypto_tkip_decrypt()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt7601u/
H A Dmac.c477 status->flag |= RX_FLAG_ICV_STRIPPED; in mt76_mac_process_rx()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt7601u/
H A Dmac.c477 status->flag |= RX_FLAG_ICV_STRIPPED; in mt76_mac_process_rx()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c2029 if (status->flag & RX_FLAG_ICV_STRIPPED) in ath11k_dp_rx_h_undecap_raw()
2210 RX_FLAG_ICV_STRIPPED; in ath11k_dp_rx_h_mpdu()
3162 if (flags & RX_FLAG_ICV_STRIPPED) in ath11k_dp_rx_h_undecap_frag()
3206 flags |= RX_FLAG_ICV_STRIPPED | in ath11k_dp_rx_h_defrag()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c2055 if (status->flag & RX_FLAG_ICV_STRIPPED) in ath12k_dp_rx_h_undecap_raw()
2270 RX_FLAG_ICV_STRIPPED; in ath12k_dp_rx_h_mpdu()
2890 if (flags & RX_FLAG_ICV_STRIPPED) in ath12k_dp_rx_h_undecap_frag()
2936 flags |= RX_FLAG_ICV_STRIPPED | in ath12k_dp_rx_h_defrag()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c1454 if (status->flag & RX_FLAG_ICV_STRIPPED) in ath10k_htt_rx_h_undecap_raw()
1945 RX_FLAG_ICV_STRIPPED; in ath10k_htt_rx_h_mpdu()
2520 rx_status->flag |= RX_FLAG_ICV_STRIPPED; in ath10k_htt_rx_proc_rx_ind_hl()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c1524 if (status->flag & RX_FLAG_ICV_STRIPPED) in ath10k_htt_rx_h_undecap_raw()
2048 RX_FLAG_ICV_STRIPPED; in ath10k_htt_rx_h_mpdu()
2635 rx_status->flag |= RX_FLAG_ICV_STRIPPED; in ath10k_htt_rx_proc_rx_ind_hl()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c2078 if (status->flag & RX_FLAG_ICV_STRIPPED) in ath11k_dp_rx_h_undecap_raw()
2302 RX_FLAG_ICV_STRIPPED; in ath11k_dp_rx_h_mpdu()
3284 if (flags & RX_FLAG_ICV_STRIPPED) in ath11k_dp_rx_h_undecap_frag()
3331 flags |= RX_FLAG_ICV_STRIPPED | in ath11k_dp_rx_h_defrag()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drxmq.c420 stats->flag |= RX_FLAG_ICV_STRIPPED; in iwl_mvm_rx_crypto()
/kernel/linux/linux-5.10/include/net/
H A Dmac80211.h1272 * @RX_FLAG_ICV_STRIPPED: The ICV is stripped from this frame. CRC checking must
1321 RX_FLAG_ICV_STRIPPED = BIT(23), enumerator
/kernel/linux/linux-6.6/include/net/
H A Dmac80211.h1404 * @RX_FLAG_ICV_STRIPPED: The ICV is stripped from this frame. CRC checking must
1455 RX_FLAG_ICV_STRIPPED = BIT(23), enumerator
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drxmq.c431 stats->flag |= RX_FLAG_ICV_STRIPPED; in iwl_mvm_rx_crypto()

Completed in 71 milliseconds