1 Star 0 Fork 4.9K

Lin_bruin / docs

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

HotspotConfig

Overview

Related Modules:

Wifiservice

Description:

Represents the hotspot configuration.

A hotspot configuration must contain the SSID (or BSSID), security type, and key (if the security type is open).

Since:

1.0

Version:

1.0

Summary

Data Fields

Variable Name

Description

ssid [WIFI_MAX_SSID_LEN]

char 

securityType

int 

band

int 

channelNum

int 

preSharedKey [WIFI_MAX_KEY_LEN]

char 

Details

Field Documentation

band

int HotspotConfig::band

Description:

Frequency band

channelNum

int HotspotConfig::channelNum

Description:

Channel number

preSharedKey

char HotspotConfig::preSharedKey[[WIFI_MAX_KEY_LEN](Wifiservice.md#ga6017e2d011b6cffcd3663db81a2b52d8)]

Description:

Key. For its length, see WIFI_MAX_SSID_LEN.

securityType

int HotspotConfig::securityType

Description:

Security type

ssid

char HotspotConfig::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/dreaminghell/docs.git
git@gitee.com:dreaminghell/docs.git
dreaminghell
docs
docs
master

搜索帮助