Microchip® Advanced Software Framework

tstrWifiInitParam Struct Reference

Structure, holding the Wi-Fi configuration attributes such as the Wi-Fi callback, monitoring mode callback and Ethernet parameter initialization structure.

Such configuration parameters are required to be set before calling the Wi-Fi initialization function pfAppWifiCb attribute must be set to handle the wi-fi callback operations. pfAppMonCb attribute, is optional based on wether the application requires the monitoring mode configuration, and can there not be set before the initialization. strEthInitParam structure must be set to handle ethernet packet.

#include <m2m_wifi.h>

Data Fields

tpfAppMonCb pfAppMonCb
 
tpfAppWifiCb pfAppWifiCb
 
tstrEthInitParam strEthInitParam