Home
last modified time | relevance | path

Searched refs:raw_tx_config (Results 1 – 2 of 2) sorted by relevance

/nrf_wifi-latest/fw_if/umac_if/src/system/
Dtx.c398 if (sys_dev_ctx->raw_tx_config.raw_tx_flag) { in tx_aggr_check()
486 if (sys_dev_ctx->raw_tx_config.raw_tx_flag) { in tx_curr_peer_opp_get()
806 config->raw_tx_info.queue_num = sys_dev_ctx->raw_tx_config.queue; in rawtx_cmd_prepare()
807 if (len != sys_dev_ctx->raw_tx_config.packet_length) { in rawtx_cmd_prepare()
811 config->raw_tx_info.rate = sys_dev_ctx->raw_tx_config.data_rate; in rawtx_cmd_prepare()
812 config->raw_tx_info.rate_flags = sys_dev_ctx->raw_tx_config.tx_mode; in rawtx_cmd_prepare()
985 nrf_wifi_osal_mem_set(&sys_dev_ctx->raw_tx_config, in rawtx_cmd_init()
1053 if (!sys_dev_ctx->raw_tx_config.raw_tx_flag) { in tx_pending_process()
1387 nrf_wifi_osal_mem_cpy(&sys_dev_ctx->raw_tx_config, in tx_done_process()
1895 nrf_wifi_osal_mem_cpy(&sys_dev_ctx->raw_tx_config, in nrf_wifi_fmac_start_rawpkt_xmit()
[all …]
/nrf_wifi-latest/fw_if/umac_if/inc/system/
Dfmac_structs.h485 struct raw_tx_pkt_header raw_tx_config; member