Home
last modified time | relevance | path

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

/net/wireless/
Dlib80211_crypt_tkip.c557 struct ieee80211_hdr *hdr11; in michael_mic_hdr() local
559 hdr11 = (struct ieee80211_hdr *)skb->data; in michael_mic_hdr()
561 switch (le16_to_cpu(hdr11->frame_control) & in michael_mic_hdr()
564 memcpy(hdr, hdr11->addr3, ETH_ALEN); /* DA */ in michael_mic_hdr()
565 memcpy(hdr + ETH_ALEN, hdr11->addr2, ETH_ALEN); /* SA */ in michael_mic_hdr()
568 memcpy(hdr, hdr11->addr1, ETH_ALEN); /* DA */ in michael_mic_hdr()
569 memcpy(hdr + ETH_ALEN, hdr11->addr3, ETH_ALEN); /* SA */ in michael_mic_hdr()
572 memcpy(hdr, hdr11->addr3, ETH_ALEN); /* DA */ in michael_mic_hdr()
573 memcpy(hdr + ETH_ALEN, hdr11->addr4, ETH_ALEN); /* SA */ in michael_mic_hdr()
576 memcpy(hdr, hdr11->addr1, ETH_ALEN); /* DA */ in michael_mic_hdr()
[all …]