nRF Connect SDK API 3.4.99
Loading...
Searching...
No Matches

◆ nrf71_wifi_coex_cmd_send()

int nrf71_wifi_coex_cmd_send ( const void * cmd,
size_t len )

Send a Coexistence Driver -> Coexistence Manager command to the RPU.

Forwards an opaque, already-marshalled CD2CM command buffer to the RPU over the Wi-Fi FMAC control path. The command layout is defined by the CD2CM message structures in the coexistence firmware interface header (nrf71_coex_if.h).

Parameters
cmdPointer to the command buffer to send.
lenLength of the command buffer in bytes.
Return values
0On success.
-EINVALInvalid argument.
-ENODEVThe Wi-Fi FMAC transport is not ready (see nrf71_wifi_coex_is_ready).
-EIOThe command could not be sent to the RPU.