![]() |
WL865E4-P
36.07.001
|
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 237 of file m2mb_profile.h.
UINT16 channel |
Definition at line 242 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 230 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 240 of file m2mb_profile.h.
UINT8 phy_mode[5] |
Definition at line 244 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 234 of file m2mb_profile.h.
UINT8 ssid[33] |
Password of the AP to connect. Should end with String termination
Definition at line 232 of file m2mb_profile.h.
UINT8 tx_rate |
Definition at line 243 of file m2mb_profile.h.