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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/wlan-ng/
H A 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 *hd
[all...]
H A Dp80211conv.c97 * p80211_hdr 802.11 header
106 struct sk_buff *skb, union p80211_hdr *p80211_hdr,
179 memcpy(p80211_hdr->a3.a1, &e_hdr.daddr, ETH_ALEN);
180 memcpy(p80211_hdr->a3.a2, wlandev->netdev->dev_addr, ETH_ALEN);
181 memcpy(p80211_hdr->a3.a3, wlandev->bssid, ETH_ALEN);
185 memcpy(p80211_hdr->a3.a1, wlandev->bssid, ETH_ALEN);
186 memcpy(p80211_hdr->a3.a2, wlandev->netdev->dev_addr, ETH_ALEN);
187 memcpy(p80211_hdr->a3.a3, &e_hdr.daddr, ETH_ALEN);
191 memcpy(p80211_hdr
105 skb_ether_to_p80211(wlandevice_t *wlandev, u32 ethconv, struct sk_buff *skb, union p80211_hdr *p80211_hdr, struct p80211_metawep *p80211_wep) argument
[all...]
H A Dp80211conv.h156 struct sk_buff *skb, union p80211_hdr *p80211_hdr,
H A Dp80211netdev.c352 union p80211_hdr p80211_hdr; local
363 memset(&p80211_hdr, 0, sizeof(union p80211_hdr));
403 memcpy(&p80211_hdr, skb->data, sizeof(union p80211_hdr));
404 skb_pull(skb, sizeof(union p80211_hdr));
407 (wlandev, wlandev->ethconv, skb, &p80211_hdr,
427 txresult = wlandev->txframe(wlandev, skb, &p80211_hdr, &p80211_wep);
H A Dp80211netdev.h187 union p80211_hdr *p80211_hdr,
H A Dp80211hdr.h169 union p80211_hdr { union
H A Dprism2sta.c133 union p80211_hdr *p80211_hdr,
258 * p80211_hdr points to the 802.11 header for the packet.
271 union p80211_hdr *p80211_hdr,
280 p80211_hdr->a3.fc |= cpu_to_le16(WLAN_SET_FC_ISWEP(1));
283 result = hfa384x_drvr_txframe(hw, skb, p80211_hdr, p80211_wep);
270 prism2sta_txframe(wlandevice_t *wlandev, struct sk_buff *skb, union p80211_hdr *p80211_hdr, struct p80211_metawep *p80211_wep) argument
H A Dhfa384x_usb.c2682 * p80211_hdr points to the 802.11 header for the packet.
2695 union p80211_hdr *p80211_hdr,
2740 memcpy(&(hw->txbuff.txfrm.desc.frame_control), p80211_hdr,
2741 sizeof(union p80211_hdr));
2694 hfa384x_drvr_txframe(hfa384x_t *hw, struct sk_buff *skb, union p80211_hdr *p80211_hdr, struct p80211_metawep *p80211_wep) argument
H A Dhfa384x.h1411 union p80211_hdr *p80211_hdr, struct p80211_metawep *p80211_wep);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/wlan-ng/
H A 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 *hd
[all...]
H A Dp80211conv.c97 * p80211_hdr 802.11 header
106 struct sk_buff *skb, union p80211_hdr *p80211_hdr,
179 memcpy(p80211_hdr->a3.a1, &e_hdr.daddr, ETH_ALEN);
180 memcpy(p80211_hdr->a3.a2, wlandev->netdev->dev_addr, ETH_ALEN);
181 memcpy(p80211_hdr->a3.a3, wlandev->bssid, ETH_ALEN);
185 memcpy(p80211_hdr->a3.a1, wlandev->bssid, ETH_ALEN);
186 memcpy(p80211_hdr->a3.a2, wlandev->netdev->dev_addr, ETH_ALEN);
187 memcpy(p80211_hdr->a3.a3, &e_hdr.daddr, ETH_ALEN);
191 memcpy(p80211_hdr
105 skb_ether_to_p80211(wlandevice_t *wlandev, u32 ethconv, struct sk_buff *skb, union p80211_hdr *p80211_hdr, struct p80211_metawep *p80211_wep) argument
[all...]
H A Dp80211conv.h156 struct sk_buff *skb, union p80211_hdr *p80211_hdr,
H A Dp80211netdev.c352 union p80211_hdr p80211_hdr; local
363 memset(&p80211_hdr, 0, sizeof(union p80211_hdr));
403 memcpy(&p80211_hdr, skb->data, sizeof(union p80211_hdr));
404 skb_pull(skb, sizeof(union p80211_hdr));
407 (wlandev, wlandev->ethconv, skb, &p80211_hdr,
427 txresult = wlandev->txframe(wlandev, skb, &p80211_hdr, &p80211_wep);
H A Dp80211netdev.h187 union p80211_hdr *p80211_hdr,
H A Dp80211hdr.h169 union p80211_hdr { union
H A Dprism2sta.c133 union p80211_hdr *p80211_hdr,
258 * p80211_hdr points to the 802.11 header for the packet.
271 union p80211_hdr *p80211_hdr,
280 p80211_hdr->a3.fc |= cpu_to_le16(WLAN_SET_FC_ISWEP(1));
283 result = hfa384x_drvr_txframe(hw, skb, p80211_hdr, p80211_wep);
270 prism2sta_txframe(wlandevice_t *wlandev, struct sk_buff *skb, union p80211_hdr *p80211_hdr, struct p80211_metawep *p80211_wep) argument
H A Dhfa384x_usb.c2682 * p80211_hdr points to the 802.11 header for the packet.
2695 union p80211_hdr *p80211_hdr,
2740 memcpy(&(hw->txbuff.txfrm.desc.frame_control), p80211_hdr,
2741 sizeof(union p80211_hdr));
2694 hfa384x_drvr_txframe(hfa384x_t *hw, struct sk_buff *skb, union p80211_hdr *p80211_hdr, struct p80211_metawep *p80211_wep) argument
H A Dhfa384x.h1411 union p80211_hdr *p80211_hdr, struct p80211_metawep *p80211_wep);

Completed in 115 milliseconds