WE310F5  39.00.000
M2MB_NCM_AP_PROFILE Struct Reference

AP profile information. More...

#include <m2mb_ncm.h>

Data Fields

UINT8 ssid_Len
 
UINT8 ssid [M2MB_WLAN_MAX_SSID_LEN+1]
 
UINT8 security_KeyLen
 
UINT8 security_Key [M2MB_SECURITY_KEY_LENGTH_MAX+1]
 
UINT8 channel
 
M2MB_WLAN_AUTH_TYPE_E auth_Mode
 
M2MB_WLAN_ENCRYPT_TYPE_E encryption_Type
 

Detailed Description

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.

Field Documentation

◆ auth_Mode

Authentication mode of the AP profile

Definition at line 263 of file m2mb_ncm.h.

◆ channel

UINT8 channel

Channel number

Definition at line 262 of file m2mb_ncm.h.

◆ encryption_Type

M2MB_WLAN_ENCRYPT_TYPE_E encryption_Type

Encryption type of the AP profile

Definition at line 265 of file m2mb_ncm.h.

◆ security_Key

security key

Definition at line 261 of file m2mb_ncm.h.

◆ security_KeyLen

UINT8 security_KeyLen

Length of security key

Definition at line 260 of file m2mb_ncm.h.

◆ ssid

SSID of the AP profile, application is looking for scan

Definition at line 258 of file m2mb_ncm.h.

◆ ssid_Len

UINT8 ssid_Len

Length of the SSID of AP profile application is looking for scan

Definition at line 256 of file m2mb_ncm.h.


The documentation for this struct was generated from the following file: