|  | WE310F5
    39.00.000
    | 
AP WLAN cfg structure. More...
#include <m2mb_profile.h>
| Data Fields | |
| UINT64 | mac | 
| UINT8 | ssid [33] | 
| UINT8 | pwd [65] | 
| UINT8 | auth_type | 
| UINT8 | enc_type | 
| UINT8 | channel | 
| UINT8 | hidden_mode | 
| UINT32 | beacon_interval | 
| UINT32 | dtim | 
| UINT8 | wps_support | 
| UINT32 | inactivity_ap_period | 
| UINT8 | phy_mode [5] | 
| UINT8 auth_type | 
Encryption type for AP to create. It should use value defined in M2MB_WLAN_ENCRYPT_TYPE_E enum
Definition at line 407 of file m2mb_profile.h.
| UINT32 beacon_interval | 
beacon interval in msec.
Definition at line 413 of file m2mb_profile.h.
| UINT8 channel | 
Channel to use for AP to create.
Definition at line 411 of file m2mb_profile.h.
| UINT32 dtim | 
DTIM period interms of number of beacons.
Definition at line 414 of file m2mb_profile.h.
| UINT8 enc_type | 
Definition at line 410 of file m2mb_profile.h.
| UINT8 hidden_mode | 
SSID hidden enable.
Definition at line 412 of file m2mb_profile.h.
| UINT32 inactivity_ap_period | 
Inactivity period in AP
Definition at line 416 of file m2mb_profile.h.
| UINT64 mac | 
SSID for the AP to create. Should end with String termination
Definition at line 400 of file m2mb_profile.h.
| UINT8 phy_mode[5] | 
Definition at line 417 of file m2mb_profile.h.
| UINT8 pwd[65] | 
Authentication type for AP to create. It should use value defined in M2MB_WLAN_AUTH_TYPE_E enum
Definition at line 404 of file m2mb_profile.h.
| UINT8 ssid[33] | 
Password for the AP to create. Should end with String termination
Definition at line 402 of file m2mb_profile.h.
| UINT8 wps_support | 
WPS support required to be enabled.
Definition at line 415 of file m2mb_profile.h.