Delta / NNN50_WIFI_API

Dependents:   NNN50_CE_Test_UDP NNN50_linux_firmware NNN50_SoftAP_HelloWorld NNN50_BLEWIFISensor ... more

Embed: (wiki syntax)

« Back to documentation index

tstrM2MWPSInfo Struct Reference

tstrM2MWPSInfo Struct Reference
[DataTypes]

WPS Result. More...

#include <m2m_types.h>

Data Fields

uint8 u8AuthType
uint8 u8Ch
uint8 au8SSID [M2M_MAX_SSID_LEN]
uint8 au8PSK [M2M_MAX_PSK_LEN]

Detailed Description

WPS Result.

This structure 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.

See also:
tenuM2mSecType

Definition at line 1344 of file m2m_types.h.


Field Documentation

uint8 au8PSK[M2M_MAX_PSK_LEN]

PSK for the network obtained from WPS.

Definition at line 1355 of file m2m_types.h.

uint8 au8SSID[M2M_MAX_SSID_LEN]

SSID obtained from WPS.

Definition at line 1352 of file m2m_types.h.

Network authentication type.

Definition at line 1346 of file m2m_types.h.

RF Channel for the AP.

Definition at line 1349 of file m2m_types.h.