Microchip® Advanced Software Framework

tstrM2mSetMacAddress Struct Reference

Sets the MAC address from application. It is only intended for testing purpose. This method is not used for production SW. Production SW reads MAC Address from EFUSE.

Note
It's recommended to call this only before calling connect

#include <m2m_types.h>

Data Fields

uint8 __PAD__ [PAD_SZ(6+6)]
 
uint8 au8Mac0 [6]
 
uint8 au8Mac1 [6]
 

uint8 tstrM2mSetMacAddress::__PAD__[PAD_SZ(6+6)]

Padding bytes for forcing 4-byte alignment

uint8 tstrM2mSetMacAddress::au8Mac0[6]

MAC address array

Referenced by m2m_wifi_set_mac_address().

uint8 tstrM2mSetMacAddress::au8Mac1[6]

MAC address 2 array

Referenced by m2m_wifi_set_mac_address().