WE310F5  39.00.000
M2MB_AP_WLAN_CFG_S Struct Reference

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]
 

Detailed Description

AP WLAN cfg structure.

AP WLAN cfg structure.

Definition at line 398 of file m2mb_profile.h.

Field Documentation

◆ auth_type

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.

◆ beacon_interval

UINT32 beacon_interval

beacon interval in msec.

Definition at line 413 of file m2mb_profile.h.

◆ channel

UINT8 channel

Channel to use for AP to create.

Definition at line 411 of file m2mb_profile.h.

◆ dtim

UINT32 dtim

DTIM period interms of number of beacons.

Definition at line 414 of file m2mb_profile.h.

◆ enc_type

UINT8 enc_type

Definition at line 410 of file m2mb_profile.h.

◆ hidden_mode

UINT8 hidden_mode

SSID hidden enable.

Definition at line 412 of file m2mb_profile.h.

◆ inactivity_ap_period

UINT32 inactivity_ap_period

Inactivity period in AP

Definition at line 416 of file m2mb_profile.h.

◆ mac

UINT64 mac

SSID for the AP to create. Should end with String termination

Definition at line 400 of file m2mb_profile.h.

◆ phy_mode

UINT8 phy_mode[5]

Definition at line 417 of file m2mb_profile.h.

◆ pwd

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.

◆ ssid

UINT8 ssid[33]

Password for the AP to create. Should end with String termination

Definition at line 402 of file m2mb_profile.h.

◆ wps_support

UINT8 wps_support

WPS support required to be enabled.

Definition at line 415 of file m2mb_profile.h.


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