Searched refs:p80211_hdr (Results 1 – 9 of 9) sorted by relevance
/drivers/staging/wlan-ng/ |
D | p80211mgmt.h | 301 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 …]
|
D | p80211conv.c | 106 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 …]
|
D | p80211netdev.c | 351 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()
|
D | p80211conv.h | 158 struct sk_buff *skb, union p80211_hdr *p80211_hdr,
|
D | p80211netdev.h | 187 union p80211_hdr *p80211_hdr,
|
D | prism2sta.c | 132 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()
|
D | p80211hdr.h | 169 union p80211_hdr { union
|
D | hfa384x.h | 1413 union p80211_hdr *p80211_hdr, struct p80211_metawep *p80211_wep);
|
D | hfa384x_usb.c | 2703 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()
|