HomeSort by relevance Sort by last modified time
    Searched full:p80211hdr (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/drivers/net/
prism2.c 58 #include "p80211hdr.h"
662 wlan_80211hdr_t p80211hdr = { wlan_llc_snap, {{0,0,0},0} }; local
686 txdesc.data_len = host2hfa384x_16( sizeof(txdesc) + sizeof(p80211hdr) + s );
689 p80211hdr.snap.type = htons(t);
691 /* Copy txdesc, p80211hdr and payload parts to FID */
694 result = hfa384x_copy_to_bap( hw, fid, sizeof(txdesc), &p80211hdr, sizeof(p80211hdr) );
696 result = hfa384x_copy_to_bap( hw, fid, sizeof(txdesc) + sizeof(p80211hdr), (UINT8*)p, s );
p80211hdr.h 1 /* src/include/wlan/p80211hdr.h

Completed in 84 milliseconds