Lines Matching defs:ht_sig_info
25 struct ht_sig_info { struct
27 uint32_t mcs : 7, // [6:0]
28 cbw : 1, // [7:7]
29 length : 16, // [23:8]
30 reserved_0 : 8; // [31:24]
31 uint32_t smoothing : 1, // [0:0]
32 not_sounding : 1, // [1:1]
33 ht_reserved : 1, // [2:2]
34 aggregation : 1, // [3:3]
35 stbc : 2, // [5:4]
36 fec_coding : 1, // [6:6]
37 short_gi : 1, // [7:7]
38 num_ext_sp_str : 2, // [9:8]
39 crc : 8, // [17:10]
40 signal_tail : 6, // [23:18]
41 reserved_1 : 7, // [30:24]
42 rx_integrity_check_passed : 1; // [31:31]