This struct contains the provisioning mode configuration. More...
#include <m2m_types.h>
Public Attributes | |
| uint8 | __PAD24__ [3] | 
| char | acHttpServerDomainName [64] | 
| tstrM2MAPConfig | strApConfig | 
| uint8 | u8EnableRedirect | 
This struct contains the provisioning mode configuration.
Definition at line 1707 of file m2m_types.h.
| uint8 tstrM2MProvisionModeConfig::__PAD24__[3] | 
Definition at line 1719 of file m2m_types.h.
| char tstrM2MProvisionModeConfig::acHttpServerDomainName[64] | 
The device domain name for HTTP provisioning.
Definition at line 1710 of file m2m_types.h.
| tstrM2MAPConfig tstrM2MProvisionModeConfig::strApConfig | 
Configuration parameters for the WiFi AP.
Definition at line 1708 of file m2m_types.h.
| uint8 tstrM2MProvisionModeConfig::u8EnableRedirect | 
A flag to enable/disable HTTP redirect feature for the HTTP provisioning server. If the redirect is enabled, all HTTP traffic (http://URL) from the device associated with WINC AP will be redirected to the HTTP Provisioning web page.
Definition at line 1712 of file m2m_types.h.