NetBurner 3.1
m2m_wifi_set_mac_address

Functions

NMI_API sint8 m2m_wifi_set_mac_address (uint8 au8MacAddress0[6], uint8 au8MacAddress1[6])
 Assign MAC addresses to the WILC device. More...
 

Detailed Description

Synchronous dual MAC address assigning to the WILC1500 . It is used for non-production SW.

Function Documentation

◆ m2m_wifi_set_mac_address()

NMI_API sint8 m2m_wifi_set_mac_address ( uint8  au8MacAddress0[6],
uint8  au8MacAddress1[6] 
)

Assign MAC addresses to the WILC device.

Parameters
[in]au8MacAddress0MAC Address to be provisioned to the WILC for STA interface.
[in]au8MacAddress1MAC Address to be provisioned to the WILC for AP interface.
Returns

The function returns M2M_SUCCESS for successful operations and a negative value otherwise.