Home
last modified time | relevance | path

Searched refs:IEEE80211_OFFLOAD_DECAP_ENABLED (Results 1 – 3 of 3) sorted by relevance

/linux/include/net/
H A Dmac80211.h1987 IEEE80211_OFFLOAD_DECAP_ENABLED = BIT(2), enumerator
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c10008 IEEE80211_OFFLOAD_DECAP_ENABLED); in ath12k_mac_update_vif_offload()
10026 if (vif->offload_flags & IEEE80211_OFFLOAD_DECAP_ENABLED) in ath12k_mac_update_vif_offload()
10038 vif->offload_flags &= ~IEEE80211_OFFLOAD_DECAP_ENABLED; in ath12k_mac_update_vif_offload()
/linux/net/mac80211/
H A Drx.c4808 offload = offload_flags & IEEE80211_OFFLOAD_DECAP_ENABLED; in ieee80211_check_fast_rx()