Searched defs:ack_report (Results 1 – 8 of 8) sorted by relevance
/wlan-driver/fw-api/hw/qcn9224/v1/ |
D | ack_report.h | 35 struct ack_report { struct 37 uint32_t selfgen_response_reason : 4, // [3:0] 38 ax_trigger_type : 4, // [7:4] 39 sr_ppdu : 1, // [8:8] 40 reserved : 7, // [15:9] 41 frame_control : 16; // [31:16]
|
/wlan-driver/fw-api/hw/qca5424/ |
D | ack_report.h | 27 struct ack_report { struct 29 uint32_t selfgen_response_reason : 4, 30 ax_trigger_type : 4, 31 sr_ppdu : 1, 32 reserved : 7, 33 frame_control : 16;
|
/wlan-driver/fw-api/hw/qcn6432/ |
D | ack_report.h | 25 struct ack_report { struct 27 uint32_t selfgen_response_reason : 4, // [3:0] 28 ax_trigger_type : 4, // [7:4] 29 sr_ppdu : 1, // [8:8] 30 reserved : 7, // [15:9] 31 frame_control : 16; // [31:16]
|
/wlan-driver/fw-api/hw/qca5332/ |
D | ack_report.h | 34 struct ack_report { struct 36 uint32_t selfgen_response_reason : 4, // [3:0] 37 ax_trigger_type : 4, // [7:4] 38 sr_ppdu : 1, // [8:8] 39 reserved : 7, // [15:9] 40 frame_control : 16; // [31:16]
|
/wlan-driver/fw-api/hw/qcn9224/v2/ |
D | ack_report.h | 34 struct ack_report { struct 36 uint32_t selfgen_response_reason : 4, 37 ax_trigger_type : 4, 38 sr_ppdu : 1, 39 reserved : 7, 40 frame_control : 16;
|
/wlan-driver/fw-api/hw/peach/v2/ |
D | ack_report.h | 23 struct ack_report { struct 25 uint32_t selfgen_response_reason : 4, 26 ax_trigger_type : 4, 27 sr_ppdu : 1, 28 reserved : 7, 29 frame_control : 16;
|
/wlan-driver/fw-api/hw/peach/v1/ |
D | ack_report.h | 23 struct ack_report { struct 25 uint32_t selfgen_response_reason : 4, 26 ax_trigger_type : 4, 27 sr_ppdu : 1, 28 reserved : 7, 29 frame_control : 16;
|
/wlan-driver/fw-api/hw/kiwi/v2/ |
D | ack_report.h | 27 struct ack_report { struct 29 uint32_t selfgen_response_reason : 4, 30 ax_trigger_type : 4, 31 sr_ppdu : 1, 32 reserved : 7, 33 frame_control : 16;
|