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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/
H A Dieee80211_crypt_tkip.c558 struct ieee80211_hdr_4addr *hdr11; local
561 hdr11 = (struct ieee80211_hdr_4addr *)skb->data;
562 stype = WLAN_FC_GET_STYPE(le16_to_cpu(hdr11->frame_ctl));
564 switch (le16_to_cpu(hdr11->frame_ctl) &
567 memcpy(hdr, hdr11->addr3, ETH_ALEN); /* DA */
568 memcpy(hdr + ETH_ALEN, hdr11->addr2, ETH_ALEN); /* SA */
571 memcpy(hdr, hdr11->addr1, ETH_ALEN); /* DA */
572 memcpy(hdr + ETH_ALEN, hdr11->addr3, ETH_ALEN); /* SA */
575 memcpy(hdr, hdr11->addr3, ETH_ALEN); /* DA */
576 memcpy(hdr + ETH_ALEN, hdr11
[all...]

Completed in 46 milliseconds