Lines Matching defs:ht_sig_info
34 struct ht_sig_info { struct
36 uint32_t mcs : 7, // [6:0]
37 cbw : 1, // [7:7]
38 length : 16, // [23:8]
39 reserved_0 : 8; // [31:24]
40 uint32_t smoothing : 1, // [0:0]
41 not_sounding : 1, // [1:1]
42 ht_reserved : 1, // [2:2]
43 aggregation : 1, // [3:3]
44 stbc : 2, // [5:4]
45 fec_coding : 1, // [6:6]
46 short_gi : 1, // [7:7]
47 num_ext_sp_str : 2, // [9:8]
48 crc : 8, // [17:10]
49 signal_tail : 6, // [23:18]
50 reserved_1 : 7, // [30:24]
51 rx_integrity_check_passed : 1; // [31:31]