![]() |
WE310F5
39.00.000
|
AP profile information. More...
#include <m2mb_ncm.h>
AP profile information.
This data structure allows the application to set AP profile information to search to connect to the network.
This data structure should be used to get/set the AP profile configuration by calling m2mb_ncm_get/set_cfg using opcode M2MB_NCM_CFG_OPCODE_AP_PROFILE.
Definition at line 254 of file m2mb_ncm.h.
M2MB_WLAN_AUTH_TYPE_E auth_Mode |
Authentication mode of the AP profile
Definition at line 263 of file m2mb_ncm.h.
UINT8 channel |
Channel number
Definition at line 262 of file m2mb_ncm.h.
M2MB_WLAN_ENCRYPT_TYPE_E encryption_Type |
Encryption type of the AP profile
Definition at line 265 of file m2mb_ncm.h.
UINT8 security_Key[M2MB_SECURITY_KEY_LENGTH_MAX+1] |
security key
Definition at line 261 of file m2mb_ncm.h.
UINT8 security_KeyLen |
Length of security key
Definition at line 260 of file m2mb_ncm.h.
UINT8 ssid[M2MB_WLAN_MAX_SSID_LEN+1] |
SSID of the AP profile, application is looking for scan
Definition at line 258 of file m2mb_ncm.h.
UINT8 ssid_Len |
Length of the SSID of AP profile application is looking for scan
Definition at line 256 of file m2mb_ncm.h.