this struct defines wifi ap info 更多...
#include <netmgr.h>
成员变量 | |
char | ssid [NETMGR_SSID_MAX_LEN+1] |
uint8_t | pwd [NETMGR_PWD_MAX_LEN+1] |
uint8_t | bssid [NETMGR_BSSID_MAX_LEN] |
int8_t | ap_power |
uint8_t | channel |
uint8_t | sec_type |
bool | contain_chinese |
netmgr_ssid_format_e | ssid_format |
char | gbk_ssid [NETMGR_SSID_MAX_LEN+1] |
uint8_t bssid[NETMGR_BSSID_MAX_LEN] |
char gbk_ssid[NETMGR_SSID_MAX_LEN+1] |
uint8_t pwd[NETMGR_PWD_MAX_LEN+1] |
char ssid[NETMGR_SSID_MAX_LEN+1] |
netmgr_ssid_format_e ssid_format |