Searched refs:p80211hdr (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | prism2.c | 67 #include "p80211hdr.h" 671 wlan_80211hdr_t p80211hdr = { wlan_llc_snap, {{0,0,0},0} }; local 695 txdesc.data_len = host2hfa384x_16( sizeof(txdesc) + sizeof(p80211hdr) + s ); 698 p80211hdr.snap.type = htons(t); 700 /* Copy txdesc, p80211hdr and payload parts to FID */ 703 result = hfa384x_copy_to_bap( hw, fid, sizeof(txdesc), &p80211hdr, sizeof(p80211hdr) ); 705 result = hfa384x_copy_to_bap( hw, fid, sizeof(txdesc) + sizeof(p80211hdr), (UINT8*)p, s );
|
Completed in 33 milliseconds