Home
last modified time | relevance | path

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

/drivers/staging/wlan-ng/
Dp80211mgmt.h301 union p80211_hdr *hdr;
313 union p80211_hdr *hdr;
336 union p80211_hdr *hdr;
352 union p80211_hdr *hdr;
367 union p80211_hdr *hdr;
384 union p80211_hdr *hdr;
401 union p80211_hdr *hdr;
419 union p80211_hdr *hdr;
436 union p80211_hdr *hdr;
451 union p80211_hdr *hdr;
[all …]
Dp80211conv.c106 struct sk_buff *skb, union p80211_hdr *p80211_hdr, in skb_ether_to_p80211() argument
181 memcpy(p80211_hdr->a3.a1, &e_hdr.daddr, ETH_ALEN); in skb_ether_to_p80211()
182 memcpy(p80211_hdr->a3.a2, wlandev->netdev->dev_addr, ETH_ALEN); in skb_ether_to_p80211()
183 memcpy(p80211_hdr->a3.a3, wlandev->bssid, ETH_ALEN); in skb_ether_to_p80211()
187 memcpy(p80211_hdr->a3.a1, wlandev->bssid, ETH_ALEN); in skb_ether_to_p80211()
188 memcpy(p80211_hdr->a3.a2, wlandev->netdev->dev_addr, ETH_ALEN); in skb_ether_to_p80211()
189 memcpy(p80211_hdr->a3.a3, &e_hdr.daddr, ETH_ALEN); in skb_ether_to_p80211()
193 memcpy(p80211_hdr->a3.a1, &e_hdr.daddr, ETH_ALEN); in skb_ether_to_p80211()
194 memcpy(p80211_hdr->a3.a2, wlandev->bssid, ETH_ALEN); in skb_ether_to_p80211()
195 memcpy(p80211_hdr->a3.a3, &e_hdr.saddr, ETH_ALEN); in skb_ether_to_p80211()
[all …]
Dp80211netdev.c351 union p80211_hdr p80211_hdr; in p80211knetdev_hard_start_xmit() local
364 memset(&p80211_hdr, 0, sizeof(union p80211_hdr)); in p80211knetdev_hard_start_xmit()
404 memcpy(&p80211_hdr, skb->data, sizeof(union p80211_hdr)); in p80211knetdev_hard_start_xmit()
405 skb_pull(skb, sizeof(union p80211_hdr)); in p80211knetdev_hard_start_xmit()
408 (wlandev, wlandev->ethconv, skb, &p80211_hdr, in p80211knetdev_hard_start_xmit()
428 txresult = wlandev->txframe(wlandev, skb, &p80211_hdr, &p80211_wep); in p80211knetdev_hard_start_xmit()
Dp80211conv.h158 struct sk_buff *skb, union p80211_hdr *p80211_hdr,
Dp80211netdev.h187 union p80211_hdr *p80211_hdr,
Dprism2sta.c132 union p80211_hdr *p80211_hdr,
269 union p80211_hdr *p80211_hdr, in prism2sta_txframe() argument
278 p80211_hdr->a3.fc |= cpu_to_le16(WLAN_SET_FC_ISWEP(1)); in prism2sta_txframe()
281 result = hfa384x_drvr_txframe(hw, skb, p80211_hdr, p80211_wep); in prism2sta_txframe()
Dp80211hdr.h169 union p80211_hdr { union
Dhfa384x.h1413 union p80211_hdr *p80211_hdr, struct p80211_metawep *p80211_wep);
Dhfa384x_usb.c2703 union p80211_hdr *p80211_hdr, in hfa384x_drvr_txframe() argument
2748 memcpy(&(hw->txbuff.txfrm.desc.frame_control), p80211_hdr, in hfa384x_drvr_txframe()
2749 sizeof(union p80211_hdr)); in hfa384x_drvr_txframe()