1 Star 0 Fork 5K

pywjh / docs

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

WifiScanParams

Overview

Related Modules:

Wifiservice

Description:

Represents the Wi-Fi station configuration used to connect to a specified Wi-Fi device.

Since:

1.0

Version:

1.0

Summary

Data Fields

Variable Name

Description

ssid [WIFI_MAX_SSID_LEN]

char 

ssidLen

char 

bssid [WIFI_MAC_LEN]

char 

freqs

int 

band

int 

scanType

WifiScanType 

Details

Field Documentation

band

int WifiScanParams::band

Description:

Frequency band.

bssid

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

Description:

Basic service set ID (BSSID). Its length is defined by WIFI_MAC_LEN.

freqs

int WifiScanParams::freqs

Description:

Frequency.

scanType

[WifiScanType](Wifiservice.md#ga007bf5e22727debc02cad860e41a60a3) WifiScanParams::scanType

Description:

Wi-Fi scan type, which is defined by WifiScanType.

ssid

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

Description:

Service set ID (SSID). Its maximum length is defined by WIFI_MAX_SSID_LEN.

ssidLen

char WifiScanParams::ssidLen

Description:

Length of the SSID.

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

搜索帮助