WPS Result. More...
#include <m2m_types.h>
Public Attributes | |
uint8 | __PAD__ [__PADDING_tstrM2MWPSInfo_] |
uint8 | au8PSK [M2M_MAX_PSK_LEN] |
uint8 | au8SSID [M2M_MAX_SSID_LEN] |
uint8 | u8AuthType |
uint8 | u8Ch |
WPS Result.
This struct is passed to the application in response to a WPS request. If the WPS session is completed successfully, the structure will have Non-ZERO authentication type. If the WPS Session fails (due to error or timeout) the authentication type is set to ZERO.
Definition at line 1191 of file m2m_types.h.
uint8 tstrM2MWPSInfo::__PAD__[__PADDING_tstrM2MWPSInfo_] |
Definition at line 1202 of file m2m_types.h.
uint8 tstrM2MWPSInfo::au8PSK[M2M_MAX_PSK_LEN] |
PSK for the network obtained from WPS.
Definition at line 1198 of file m2m_types.h.
uint8 tstrM2MWPSInfo::au8SSID[M2M_MAX_SSID_LEN] |
SSID obtained from WPS.
Definition at line 1196 of file m2m_types.h.
uint8 tstrM2MWPSInfo::u8AuthType |
Network authentication type.
Definition at line 1192 of file m2m_types.h.
uint8 tstrM2MWPSInfo::u8Ch |
RF Channel for the AP.
Definition at line 1194 of file m2m_types.h.