nrfxlib API 0.1.0
|
enum nrf_wifi_status nrf_wifi_fmac_otp_mac_addr_get | ( | struct nrf_wifi_fmac_dev_ctx * | fmac_dev_ctx, |
unsigned char | vif_idx, | ||
unsigned char * | mac_addr | ||
) |
#include <nrf_wifi/fw_if/umac_if/inc/fmac_api_common.h>
Fetch MAC address from OTP.
fmac_dev_ctx | Pointer to the UMAC IF context for a RPU WLAN device. |
vif_idx | Interface index for which the MAC address is to be fetched. |
mac_addr | Pointer to the address where the MAC address needs to be copied. |
This function is used to fetch MAC address from the OTP.