Home
last modified time | relevance | path

Searched refs:medium_prot_type (Results 1 – 19 of 19) sorted by relevance

/wlan-driver/fw-api/hw/peach/v1/
H A Dtx_fes_status_start.h32 medium_prot_type : 3, member
42 medium_prot_type : 3,
H A Dpcu_ppdu_setup_init.h26 uint32_t medium_prot_type : 3, member
120 medium_prot_type : 3;
/wlan-driver/fw-api/hw/qcn9224/v2/
H A Dtx_fes_status_start.h45 medium_prot_type : 3, member
55 medium_prot_type : 3,
H A Dpcu_ppdu_setup_init.h39 uint32_t medium_prot_type : 3, member
133 medium_prot_type : 3;
/wlan-driver/fw-api/hw/kiwi/v2/
H A Dtx_fes_status_start.h38 medium_prot_type : 3, member
48 medium_prot_type : 3,
H A Dpcu_ppdu_setup_init.h32 uint32_t medium_prot_type : 3, member
126 medium_prot_type : 3;
/wlan-driver/fw-api/hw/qca5332/
H A Dtx_fes_status_start.h45 medium_prot_type : 3, // [29:27] member
55 medium_prot_type : 3, // [29:27]
H A Dpcu_ppdu_setup_init.h39 uint32_t medium_prot_type : 3, // [2:0] member
133 medium_prot_type : 3; // [2:0]
/wlan-driver/fw-api/hw/peach/v2/
H A Dtx_fes_status_start.h32 medium_prot_type : 3, member
42 medium_prot_type : 3,
H A Dpcu_ppdu_setup_init.h26 uint32_t medium_prot_type : 3, member
120 medium_prot_type : 3;
/wlan-driver/fw-api/hw/qcn6432/
H A Dtx_fes_status_start.h36 medium_prot_type : 3, // [29:27] member
46 medium_prot_type : 3, // [29:27]
H A Dpcu_ppdu_setup_init.h30 uint32_t medium_prot_type : 3, // [2:0] member
124 medium_prot_type : 3; // [2:0]
/wlan-driver/fw-api/hw/qcn9224/v1/
H A Dtx_fes_status_start.h45 medium_prot_type : 3, member
55 medium_prot_type : 3,
H A Dpcu_ppdu_setup_init.h39 uint32_t medium_prot_type : 3, member
133 medium_prot_type : 3;
/wlan-driver/fw-api/hw/qca5424/
H A Dtx_fes_status_start.h38 medium_prot_type : 3, member
48 medium_prot_type : 3,
H A Dpcu_ppdu_setup_init.h32 uint32_t medium_prot_type : 3, member
126 medium_prot_type : 3;
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_tx_mon_status_2.0.c1088 TXMON_STATUS_INFO(tx_status_info, medium_prot_type) = in dp_tx_mon_generate_prot_frm()
1089 tx_mon_be->data_status_info.medium_prot_type; in dp_tx_mon_generate_prot_frm()
1091 switch (TXMON_STATUS_INFO(tx_status_info, medium_prot_type)) { in dp_tx_mon_generate_prot_frm()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
H A Dhal_be_generic_api.h1880 uint8_t medium_prot_type = 0; in hal_txmon_status_parse_tlv_generic_be() local
1884 medium_prot_type = HAL_TX_DESC_GET_64(tx_tlv, in hal_txmon_status_parse_tlv_generic_be()
1891 medium_prot_type) = medium_prot_type; in hal_txmon_status_parse_tlv_generic_be()
H A Dhal_be_api_mon.h1311 uint8_t medium_prot_type; member