Searched defs:wl_rxsts (Results 1 – 1 of 1) sorted by relevance
24 typedef struct BWL_PRE_PACKED_STRUCT wl_rxsts { struct25 uint pkterror; /* error flags per pkt */26 uint phytype; /* 802.11 A/B/G /N */27 chanspec_t chanspec; /* channel spec */28 uint16 datarate; /* rate in 500kbps */29 uint8 mcs; /* MCS for HT frame */30 uint8 htflags; /* HT modulation flags */31 uint antenna; /* antenna pkts received on */32 uint pktlength; /* pkt length minus bcm phy hdr */33 uint32 mactime; /* time stamp from mac, count per 1us */[all …]