Home
last modified time | relevance | path

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

/hostap-latest/wlantest/
Dtkip.c256 static void michael_mic_hdr(const struct ieee80211_hdr *hdr11, u8 *hdr) in michael_mic_hdr() argument
259 u16 fc = le_to_host16(hdr11->frame_control); in michael_mic_hdr()
263 os_memcpy(hdr, hdr11->addr3, ETH_ALEN); /* DA */ in michael_mic_hdr()
264 os_memcpy(hdr + ETH_ALEN, hdr11->addr2, ETH_ALEN); /* SA */ in michael_mic_hdr()
267 os_memcpy(hdr, hdr11->addr1, ETH_ALEN); /* DA */ in michael_mic_hdr()
268 os_memcpy(hdr + ETH_ALEN, hdr11->addr3, ETH_ALEN); /* SA */ in michael_mic_hdr()
271 os_memcpy(hdr, hdr11->addr3, ETH_ALEN); /* DA */ in michael_mic_hdr()
272 os_memcpy(hdr + ETH_ALEN, hdr11 + 1, ETH_ALEN); /* SA */ in michael_mic_hdr()
276 os_memcpy(hdr, hdr11->addr1, ETH_ALEN); /* DA */ in michael_mic_hdr()
277 os_memcpy(hdr + ETH_ALEN, hdr11->addr2, ETH_ALEN); /* SA */ in michael_mic_hdr()
[all …]