nrfxlib API 0.1.0
|
struct nrf_wifi_fmac_dev_ctx * nrf_wifi_fmac_dev_add | ( | struct nrf_wifi_fmac_priv * | fpriv, |
void * | os_dev_ctx | ||
) |
#include <nrf_wifi/fw_if/umac_if/inc/fmac_api_common.h>
Adds a RPU instance.
fpriv | Pointer to the context of the UMAC IF layer. |
os_dev_ctx | Pointer to the OS specific context of the RPU instance. |
This function adds an RPU instance. This function will return the pointer to the context of the RPU instance. This pointer will need to be supplied while invoking further device specific APIs, for example, nrf_wifi_fmac_scan() etc.