Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
H A Dwow.c86 u8 hdr_80211_pattern[WOW_HDR_LEN] = {}; in ath10k_wow_convert_8023_to_80211()
87 u8 hdr_80211_bit_mask[WOW_HDR_LEN] = {}; in ath10k_wow_convert_8023_to_80211()
348 new_pattern.pkt_offset += WOW_HDR_LEN - ETH_HLEN; in ath10k_vif_wow_set_wakeups()
H A Dwmi.h7116 #define WOW_HDR_LEN (sizeof(struct ieee80211_hdr_3addr) + \ macro
7118 #define WOW_MAX_REDUCE (WOW_HDR_LEN - sizeof(struct ethhdr) - \
/linux/drivers/net/wireless/ath/ath11k/
H A Dwow.c158 u8 hdr_80211_pattern[WOW_HDR_LEN] = {}; in ath11k_wow_convert_8023_to_80211()
159 u8 hdr_80211_bit_mask[WOW_HDR_LEN] = {}; in ath11k_wow_convert_8023_to_80211()
430 new_pattern.pkt_offset += WOW_HDR_LEN - ETH_HLEN; in ath11k_vif_wow_set_wakeups()
H A Dwmi.h6056 #define WOW_HDR_LEN (sizeof(struct ieee80211_hdr_3addr) + \ macro
6058 #define WOW_MAX_REDUCE (WOW_HDR_LEN - sizeof(struct ethhdr) - \