nrfxlib API 0.1.0
|
enum nrf_wifi_status nrf_wifi_fmac_conf_ltf_gi | ( | struct nrf_wifi_fmac_dev_ctx * | fmac_dev_ctx, |
unsigned char | he_ltf, | ||
unsigned char | he_gi, | ||
unsigned char | enabled | ||
) |
#include <nrf_wifi/fw_if/umac_if/inc/fmac_api_common.h>
Configure HE LTF and GI parameters.
fmac_dev_ctx | Pointer to the UMAC IF context for a RPU WLAN device. |
he_ltf | HE LTF parameter which will be configured in RPU. |
he_gi | HE GI parameter which will be configured in RPU. |
enabled | enable/disable HE LTF and GI parameter configured. |
This function is used to send a command to RPU to configure HE LTF and GI parameters in RPU.