Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dwow.c170 size_t i80211_hdr_len = sizeof(struct ieee80211_hdr_3addr); in ath12k_wow_convert_8023_to_80211() local
222 memcpy(pat + i80211_hdr_len + r1042_eth_ofs - pkt_ofs, in ath12k_wow_convert_8023_to_80211()
225 memcpy(bytemask + i80211_hdr_len + r1042_eth_ofs - pkt_ofs, in ath12k_wow_convert_8023_to_80211()
229 pat_len = i80211_hdr_len + r1042_eth_ofs - pkt_ofs + delta; in ath12k_wow_convert_8023_to_80211()
244 memcpy(pat + i80211_hdr_len + r1042_eth_ofs - pkt_ofs, in ath12k_wow_convert_8023_to_80211()
247 memcpy(bytemask + i80211_hdr_len + r1042_eth_ofs - pkt_ofs, in ath12k_wow_convert_8023_to_80211()
251 pat_len = i80211_hdr_len + r1042_eth_ofs - pkt_ofs + delta; in ath12k_wow_convert_8023_to_80211()
254 pkt_ofs = eth_pkt_ofs - prot_ofs + i80211_hdr_len + r1042_eth_ofs; in ath12k_wow_convert_8023_to_80211()