WINC1500 IoT Software APIs: tstrWifiInitParam Struct Reference

WINC1500 IoT Software API

WINC1500 IoT Software APIs  19.5.2
WINC Software API Reference Manual
tstrWifiInitParam Struct Reference

Data Fields

tpfAppWifiCb pfAppWifiCb
 
tpfAppMonCb pfAppMonCb
 
tstrEthInitParam strEthInitParam
 

Detailed Description

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 m2m_wifi_init. pfAppWifiCb attribute must be set to handle the wi-fi callback operations. pfAppMonCb attribute, is optional based on whether the application requires the monitoring mode configuration, and can there not be set before the initialization. strEthInitParam structure, is another optional configuration based on whether the bypass mode is set.

See also
tpfAppEthCb tpfAppMonCb tstrEthInitParam

Field Documentation

◆ pfAppWifiCb

tpfAppWifiCb pfAppWifiCb

Callback for Wi-Fi notifications.

◆ pfAppMonCb

tpfAppMonCb pfAppMonCb

Callback for monitoring interface.

◆ strEthInitParam

tstrEthInitParam strEthInitParam

Structure to hold Ethernet interface parameters.

Generated on Thu Jan 26 2017 22:15:21 for WINC1500 IoT Software APIs by   doxygen 1.8.13