Home
last modified time | relevance | path

Searched refs:RX_FLAG_ICV_STRIPPED (Results 1 – 6 of 6) sorted by relevance

/linux/net/mac80211/
H A Dwep.c263 if (!(status->flag & RX_FLAG_ICV_STRIPPED) && in ieee80211_crypto_wep_decrypt()
H A Dwpa.c303 if (!(status->flag & RX_FLAG_ICV_STRIPPED)) in ieee80211_crypto_tkip_decrypt()
/linux/drivers/net/wireless/mediatek/mt7601u/
H A Dmac.c477 status->flag |= RX_FLAG_ICV_STRIPPED; in mt76_mac_process_rx()
/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c1528 if (status->flag & RX_FLAG_ICV_STRIPPED) in ath10k_htt_rx_h_undecap_raw()
2052 RX_FLAG_ICV_STRIPPED; in ath10k_htt_rx_h_mpdu()
2639 rx_status->flag |= RX_FLAG_ICV_STRIPPED; in ath10k_htt_rx_proc_rx_ind_hl()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drxmq.c484 stats->flag |= RX_FLAG_ICV_STRIPPED; in iwl_mvm_rx_crypto()
/linux/include/net/
H A Dmac80211.h1579 * @RX_FLAG_ICV_STRIPPED: The ICV is stripped from this frame. CRC checking must
1633 RX_FLAG_ICV_STRIPPED = BIT(23),
1563 RX_FLAG_ICV_STRIPPED = BIT(23), global() enumerator