WE310F5  39.00.000
M2MB_WLAN_STA_CFG_S Struct Reference

WLAN sta structure. More...

#include <m2mb_profile.h>

Data Fields

UINT8 enable
 
UINT8 ssid [33]
 
UINT8 pwd [65]
 
UINT8 auth_type
 
UINT8 enc_type
 
UINT16 channel
 
UINT8 tx_rate
 
UINT8 phy_mode [5]
 

Detailed Description

WLAN sta structure.

WLAN sta structure.

Definition at line 233 of file m2mb_profile.h.

Field Documentation

◆ auth_type

UINT8 auth_type

Encryption type of AP to connect. It should use value defined in M2MB_WLAN_ENCRYPT_TYPE_E enum

Definition at line 242 of file m2mb_profile.h.

◆ channel

UINT16 channel

Definition at line 247 of file m2mb_profile.h.

◆ enable

UINT8 enable

enable set to true if the configuration has to be used SSID of the AP to connect. Should end with String termination

Definition at line 235 of file m2mb_profile.h.

◆ enc_type

UINT8 enc_type

Channel of the AP to connect. Can be set to 0 if not known

Definition at line 245 of file m2mb_profile.h.

◆ phy_mode

UINT8 phy_mode[5]

Definition at line 249 of file m2mb_profile.h.

◆ pwd

UINT8 pwd[65]

Authentication type of AP to connect. It should use value defined in M2MB_WLAN_AUTH_TYPE_E enum

Definition at line 239 of file m2mb_profile.h.

◆ ssid

UINT8 ssid[33]

Password of the AP to connect. Should end with String termination

Definition at line 237 of file m2mb_profile.h.

◆ tx_rate

UINT8 tx_rate

Definition at line 248 of file m2mb_profile.h.


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