/wlan-driver/fw-api/hw/peach/v2/ |
H A D | no_ack_report.h | 23 struct no_ack_report { struct 25 uint32_t no_ack_transmit_reason : 4, 26 macrx_abort_reason : 4, 27 phyrx_abort_reason : 8, 28 frame_control : 16; 29 uint32_t rx_ppdu_duration : 24, 30 sr_ppdu_during_obss : 1, 31 selfgen_response_reason_to_sr_ppdu : 4, 32 reserved_1 : 3; 33 uint32_t pre_bt_broadcast_status_details : 12, [all …]
|
/wlan-driver/fw-api/hw/qca5424/ |
H A D | no_ack_report.h | 27 struct no_ack_report { struct 29 uint32_t no_ack_transmit_reason : 4, 30 macrx_abort_reason : 4, 31 phyrx_abort_reason : 8, 32 frame_control : 16; 33 uint32_t rx_ppdu_duration : 24, 34 sr_ppdu_during_obss : 1, 35 selfgen_response_reason_to_sr_ppdu : 4, 36 reserved_1 : 3; 37 uint32_t pre_bt_broadcast_status_details : 12, [all …]
|
/wlan-driver/fw-api/hw/kiwi/v2/ |
H A D | no_ack_report.h | 27 struct no_ack_report { struct 29 uint32_t no_ack_transmit_reason : 4, 30 macrx_abort_reason : 4, 31 phyrx_abort_reason : 8, 32 frame_control : 16; 33 uint32_t rx_ppdu_duration : 24, 34 sr_ppdu_during_obss : 1, 35 selfgen_response_reason_to_sr_ppdu : 4, 36 reserved_1 : 3; 37 uint32_t pre_bt_broadcast_status_details : 12, [all …]
|
/wlan-driver/fw-api/hw/qcn9224/v1/ |
H A D | no_ack_report.h | 35 struct no_ack_report { struct 37 uint32_t no_ack_transmit_reason : 4, // [3:0] 38 macrx_abort_reason : 4, // [7:4] 39 phyrx_abort_reason : 8, // [15:8] 40 frame_control : 16; // [31:16] 41 uint32_t rx_ppdu_duration : 24, // [23:0] 42 sr_ppdu_during_obss : 1, // [24:24] 43 selfgen_response_reason_to_sr_ppdu : 4, // [28:25] 44 reserved_1 : 3; // [31:29] 45 uint32_t pre_bt_broadcast_status_details : 12, // [11:0] [all …]
|
/wlan-driver/fw-api/hw/qca5332/ |
H A D | no_ack_report.h | 34 struct no_ack_report { struct 36 uint32_t no_ack_transmit_reason : 4, // [3:0] 37 macrx_abort_reason : 4, // [7:4] 38 phyrx_abort_reason : 8, // [15:8] 39 frame_control : 16; // [31:16] 40 uint32_t rx_ppdu_duration : 24, // [23:0] 41 sr_ppdu_during_obss : 1, // [24:24] 42 selfgen_response_reason_to_sr_ppdu : 4, // [28:25] 43 reserved_1 : 3; // [31:29] 44 uint32_t pre_bt_broadcast_status_details : 12, // [11:0] [all …]
|
/wlan-driver/fw-api/hw/peach/v1/ |
H A D | no_ack_report.h | 23 struct no_ack_report { struct 25 uint32_t no_ack_transmit_reason : 4, 26 macrx_abort_reason : 4, 27 phyrx_abort_reason : 8, 28 frame_control : 16; 29 uint32_t rx_ppdu_duration : 24, 30 sr_ppdu_during_obss : 1, 31 selfgen_response_reason_to_sr_ppdu : 4, 32 reserved_1 : 3; 33 uint32_t pre_bt_broadcast_status_details : 12, [all …]
|
/wlan-driver/fw-api/hw/qcn6432/ |
H A D | no_ack_report.h | 25 struct no_ack_report { struct 27 uint32_t no_ack_transmit_reason : 4, // [3:0] 28 macrx_abort_reason : 4, // [7:4] 29 phyrx_abort_reason : 8, // [15:8] 30 frame_control : 16; // [31:16] 31 uint32_t rx_ppdu_duration : 24, // [23:0] 32 sr_ppdu_during_obss : 1, // [24:24] 33 selfgen_response_reason_to_sr_ppdu : 4, // [28:25] 34 reserved_1 : 3; // [31:29] 35 uint32_t pre_bt_broadcast_status_details : 12, // [11:0] [all …]
|
/wlan-driver/fw-api/hw/qcn9224/v2/ |
H A D | no_ack_report.h | 34 struct no_ack_report { struct 36 uint32_t no_ack_transmit_reason : 4, 37 macrx_abort_reason : 4, 38 phyrx_abort_reason : 8, 39 frame_control : 16; 40 uint32_t rx_ppdu_duration : 24, 41 sr_ppdu_during_obss : 1, 42 selfgen_response_reason_to_sr_ppdu : 4, 43 reserved_1 : 3; 44 uint32_t pre_bt_broadcast_status_details : 12, [all …]
|