Home
last modified time | relevance | path

Searched defs:atw_frame (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Datwvar.h299 struct atw_frame { struct
300 /*00*/ u_int8_t atw_dst[IEEE80211_ADDR_LEN];
301 /*06*/ u_int8_t atw_rate; /* TX rate in 100Kbps */
302 /*07*/ u_int8_t atw_service; /* 0 */
303 /*08*/ u_int16_t atw_paylen; /* payload length */
304 /*0a*/ u_int8_t atw_fc[2]; /* 802.11 Frame
308 /*0c*/ u_int16_t atw_tail_plcplen;
309 /*0e*/ u_int16_t atw_head_plcplen;
311 /*10*/ u_int16_t atw_tail_dur;
312 /*12*/ u_int16_t atw_head_dur;
[all …]