netmgr_wifi_ap_list_t结构体 参考

this struct defines netmgr message callback function 更多...

#include <netmgr.h>

成员变量

char ssid [NETMGR_SSID_MAX_LEN+1]
 
int8_t ap_power
 
uint8_t bssid [NETMGR_BSSID_MAX_LEN]
 
uint8_t channel
 
uint8_t sec_type
 

详细描述

this struct defines netmgr message callback function

在文件 netmgr.h200 行定义.

结构体成员变量说明

◆ ap_power

int8_t ap_power

Received Signal Strength Indication, min: -110, max: 0

在文件 netmgr.h202 行定义.

◆ bssid

uint8_t bssid[NETMGR_BSSID_MAX_LEN]

The BSSID of an access point.

在文件 netmgr.h203 行定义.

◆ channel

uint8_t channel

The RF frequency, 1-13

在文件 netmgr.h204 行定义.

◆ sec_type

uint8_t sec_type

details see netmgr_wifi_sec_type

在文件 netmgr.h205 行定义.

◆ ssid

char ssid[NETMGR_SSID_MAX_LEN+1]

The SSID of an access point.

在文件 netmgr.h201 行定义.


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