1 Star 0 Fork 5.1K

袁莹-Andrea / docs

forked from OpenHarmony / docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
WifiScanInfo.md 5.10 KB
一键复制 编辑 原始数据 按行查看 历史
wenjun 提交于 2020-09-08 10:08 . add OpenHarmony 1.0 baseline

WifiScanInfo

Overview

Related Modules:

Wifiservice

Description:

Represents the Wi-Fi scan result information.

Since:

1.0

Version:

1.0

Summary

Data Fields

Variable Name

Description

ssid [WIFI_MAX_SSID_LEN]

char 

bssid [WIFI_MAC_LEN]

unsigned char 

securityType

int 

rssi

int 

band

int 

frequency

int 

Details

Field Documentation

band

int WifiScanInfo::band

Description:

Frequency band

bssid

unsigned char WifiScanInfo::bssid[[WIFI_MAC_LEN](Wifiservice.md#gabc871a0934ad71ec71b29de3f9bc4815)]

Description:

Basic service set ID (BSSID). For its length, see WIFI_MAC_LEN.

frequency

int WifiScanInfo::frequency

Description:

Frequency in MHz

rssi

int WifiScanInfo::rssi

Description:

Received signal strength indicator (RSSI)

securityType

int WifiScanInfo::securityType

Description:

Security type. For details, see WifiSecurityType.

ssid

char WifiScanInfo::ssid[[WIFI_MAX_SSID_LEN](Wifiservice.md#ga7e01d8c5079081de486637b4482c937a)]

Description:

Service set ID (SSID). For its length, see WIFI_MAX_SSID_LEN.

1
https://gitee.com/AndreaYYmm/docs.git
git@gitee.com:AndreaYYmm/docs.git
AndreaYYmm
docs
docs
master

搜索帮助