Home
last modified time | relevance | path

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

/nrf_wifi-latest/fw_if/umac_if/inc/fw/
Dhost_rpu_data_if.h128 struct tx_mac_hdr_info mac_hdr_info; member
/nrf_wifi-latest/fw_if/umac_if/src/system/
Dtx.c885 nrf_wifi_osal_mem_cpy(config->mac_hdr_info.dest, in tx_cmd_prepare()
889 nrf_wifi_osal_mem_cpy(config->mac_hdr_info.src, in tx_cmd_prepare()
894 config->mac_hdr_info.etype = in tx_cmd_prepare()
897 config->mac_hdr_info.tx_flags = in tx_cmd_prepare()
901 config->mac_hdr_info.tx_flags |= NRF_WIFI_TX_FLAG_TWT_EMERGENCY_TX; in tx_cmd_prepare()
905 config->mac_hdr_info.tx_flags |= NRF_WIFI_TX_FLAG_CHKSUM_AVAILABLE; in tx_cmd_prepare()
930 config->mac_hdr_info.more_data = 1; in tx_cmd_prepare()
937 config->mac_hdr_info.eosp = 1; in tx_cmd_prepare()
940 config->mac_hdr_info.eosp = 0; in tx_cmd_prepare()