1 Star 0 Fork 5.1K

袁莹-Andrea / docs

forked from OpenHarmony / docs 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
WifiScanParams.md 5.25 KB
Copy Edit Raw Blame History
wenjun authored 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/AndreaYYmm/docs.git
git@gitee.com:AndreaYYmm/docs.git
AndreaYYmm
docs
docs
master

Search