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

◆ nrf_wifi_fmac_deinit()

void nrf_wifi_fmac_deinit ( struct nrf_wifi_fmac_priv fpriv)

#include <nrf_wifi/fw_if/umac_if/inc/default/fmac_api.h>

De-initialize the UMAC IF layer.

Parameters
fprivPointer to the context of the UMAC IF layer.

This function de-initialize the UMAC IF layer of the RPU WLAN FullMAC driver. It does the following:

  • De-initializes the HAL layer.
  • Frees the context for the UMAC IF layer.
Returns
None