This struct contains the provisioning information obtained from the HTTP Provisioning server. More...
#include <m2m_types.h>
Public Attributes | |
uint8 | au8Password [M2M_MAX_PSK_LEN] |
uint8 | au8SSID [M2M_MAX_SSID_LEN] |
uint8 | u8SecType |
uint8 | u8Status |
This struct contains the provisioning information obtained from the HTTP Provisioning server.
Definition at line 1730 of file m2m_types.h.
uint8 tstrM2MProvisionInfo::au8Password[M2M_MAX_PSK_LEN] |
Provisioned Password.
Definition at line 1733 of file m2m_types.h.
uint8 tstrM2MProvisionInfo::au8SSID[M2M_MAX_SSID_LEN] |
Provisioned SSID.
Definition at line 1731 of file m2m_types.h.
uint8 tstrM2MProvisionInfo::u8SecType |
Wifi Security type.
Definition at line 1735 of file m2m_types.h.
uint8 tstrM2MProvisionInfo::u8Status |
Provisioning status. To be checked before reading the provisioning information. It may be
Definition at line 1737 of file m2m_types.h.