Home
last modified time | relevance | path

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

/linux-4.4.14/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.c326 union p80211_hdr p80211_hdr; in p80211knetdev_hard_start_xmit() local
339 memset(&p80211_hdr, 0, sizeof(union p80211_hdr)); in p80211knetdev_hard_start_xmit()
378 memcpy(&p80211_hdr, skb->data, sizeof(union p80211_hdr)); in p80211knetdev_hard_start_xmit()
379 skb_pull(skb, sizeof(union p80211_hdr)); in p80211knetdev_hard_start_xmit()
382 (wlandev, wlandev->ethconv, skb, &p80211_hdr, in p80211knetdev_hard_start_xmit()
402 txresult = wlandev->txframe(wlandev, skb, &p80211_hdr, &p80211_wep); in p80211knetdev_hard_start_xmit()
Dp80211conv.h155 struct sk_buff *skb, union p80211_hdr *p80211_hdr,
Dp80211netdev.h187 union p80211_hdr *p80211_hdr,
Dp80211hdr.h169 union p80211_hdr { union
Dprism2sta.c105 union p80211_hdr *p80211_hdr,
242 union p80211_hdr *p80211_hdr, in prism2sta_txframe() argument
250 p80211_hdr->a3.fc |= cpu_to_le16(WLAN_SET_FC_ISWEP(1)); in prism2sta_txframe()
253 return hfa384x_drvr_txframe(hw, skb, p80211_hdr, p80211_wep); in prism2sta_txframe()
Dhfa384x.h1416 union p80211_hdr *p80211_hdr,
Dhfa384x_usb.c2688 union p80211_hdr *p80211_hdr, in hfa384x_drvr_txframe() argument
2733 memcpy(&(hw->txbuff.txfrm.desc.frame_control), p80211_hdr, in hfa384x_drvr_txframe()
2734 sizeof(union p80211_hdr)); in hfa384x_drvr_txframe()