netmgr_wifi_ap_info_t结构体 参考

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]
 

详细描述

this struct defines wifi ap info

在文件 netmgr.h63 行定义.

结构体成员变量说明

◆ ap_power

int8_t ap_power

signal strength of wifi ap

在文件 netmgr.h67 行定义.

◆ bssid

uint8_t bssid[NETMGR_BSSID_MAX_LEN]

bssid of wifi ap

在文件 netmgr.h66 行定义.

◆ channel

uint8_t channel

signal channel of wifi ap

在文件 netmgr.h68 行定义.

◆ contain_chinese

bool contain_chinese

true:contain chinese false:no chinese

在文件 netmgr.h70 行定义.

◆ gbk_ssid

char gbk_ssid[NETMGR_SSID_MAX_LEN+1]

gbk ssid string

在文件 netmgr.h72 行定义.

◆ pwd

uint8_t pwd[NETMGR_PWD_MAX_LEN+1]

password of wifi ap

在文件 netmgr.h65 行定义.

◆ sec_type

uint8_t sec_type

details see netmgr_wifi_sec_type

在文件 netmgr.h69 行定义.

◆ ssid

char ssid[NETMGR_SSID_MAX_LEN+1]

ssid of wifi ap

在文件 netmgr.h64 行定义.

◆ ssid_format

netmgr_ssid_format_e ssid_format

ssid string format

在文件 netmgr.h71 行定义.


该结构体的文档由以下文件生成: