nrfxlib API 0.1.0
Loading...
Searching...
No Matches

◆ nrf_wifi_umac_data_commands

#include <nrf_wifi/fw_if/umac_if/inc/fw/host_rpu_data_if.h>

UMAC data interface commands and events.

Enumerator
NRF_WIFI_CMD_MGMT_BUFF_CONFIG 

Unused.

NRF_WIFI_CMD_TX_BUFF 

Transmit data packet nrf_wifi_tx_buff

NRF_WIFI_CMD_TX_BUFF_DONE 

TX done event nrf_wifi_tx_buff_done

NRF_WIFI_CMD_RX_BUFF 

RX packet event nrf_wifi_rx_buff

NRF_WIFI_CMD_CARRIER_ON 

Event to indicate interface is operational nrf_wifi_data_carrier_state

NRF_WIFI_CMD_CARRIER_OFF 

Event to indicate interface is non-operational nrf_wifi_data_carrier_state

NRF_WIFI_CMD_PM_MODE 

Event to indicate softap client's power save mode If client is in power save mode, host should start buffering packets until it receives NRF_WIFI_CMD_PS_GET_FRAMES event.

NRF_WIFI_CMD_PS_GET_FRAMES 

Event to indicate to start sending buffered packets for softap client nrf_wifi_sap_ps_get_frames.