![]() |
WE310F5
39.00.000
|
AP mode configuration information. More...
#include <m2mb_ncm.h>
Data Fields | |
UINT8 | hiddenSsid |
UINT16 | beaconInterval |
UINT8 | dtimPeriod |
UINT8 | wps_support |
UINT32 | inactivity_ap_period |
AP mode configuration information.
This data structure allows the application to set AP configuration information used in AP mode.
This data structure should be used to get/set the AP configuration by calling m2mb_ncm_get/set_cfg using opcode M2MB_NCM_CFG_OPCODE_AP_CFG.
Definition at line 339 of file m2mb_ncm.h.
UINT16 beaconInterval |
Beacon interval
Definition at line 342 of file m2mb_ncm.h.
UINT8 dtimPeriod |
DTIM (Delivery Traffic Indication Message) period
Definition at line 343 of file m2mb_ncm.h.
UINT8 hiddenSsid |
indicates if the SSID should be masked out in beacons
Definition at line 341 of file m2mb_ncm.h.
UINT32 inactivity_ap_period |
inactivity period in AP in minutes
Definition at line 345 of file m2mb_ncm.h.
UINT8 wps_support |
WPS support flag
Definition at line 344 of file m2mb_ncm.h.