![]() |
WE310F5
39.00.000
|
Station mode WPS configuration information. More...
#include <m2mb_ncm.h>
Data Fields | |
UINT8 | wps_flag |
UINT8 | method |
UINT8 | pin [M2MB_WPS_PIN_LENGTH+1] |
Station mode WPS configuration information.
This data structure allows the application to set STA WPS configuration information used in STA mode.
This data structure should be used to get/set the Station mode WPS configuration by calling m2mb_ncm_get/set_cfg using opcode M2MB_NCM_CFG_OPCODE_STA_WPS_CFG.
Definition at line 303 of file m2mb_ncm.h.
UINT8 method |
0 for PIN method and 1 for PUSH method. refer M2MB_WLAN_WPS_MODE_E.
Definition at line 307 of file m2mb_ncm.h.
UINT8 pin[M2MB_WPS_PIN_LENGTH+1] |
pin for PIN method.
Definition at line 309 of file m2mb_ncm.h.
UINT8 wps_flag |
For enable:1 and disable:0 WPS in NCM module.
Definition at line 305 of file m2mb_ncm.h.