![]() |
WE310F5
39.00.000
|
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] |
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.
UINT16 channel |
Definition at line 247 of file m2mb_profile.h.
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.
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.
UINT8 phy_mode[5] |
Definition at line 249 of file m2mb_profile.h.
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.
UINT8 ssid[33] |
Password of the AP to connect. Should end with String termination
Definition at line 237 of file m2mb_profile.h.
UINT8 tx_rate |
Definition at line 248 of file m2mb_profile.h.