1 Star 0 Fork 4.9K

平凡 / docs

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

WifiDeviceConfig

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 

bssid [WIFI_MAC_LEN]

unsigned char 

preSharedKey [WIFI_MAX_KEY_LEN]

char 

securityType

int 

netId

int 

freq

unsigned int 

wapiPskType

int 

Details

Field Documentation

bssid

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

Description:

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

freq

unsigned int WifiDeviceConfig::freq

Description:

Frequency

netId

int WifiDeviceConfig::netId

Description:

Allocated networkId

preSharedKey

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

Description:

Key. For its length, see WIFI_MAX_KEY_LEN.

securityType

int WifiDeviceConfig::securityType

Description:

Security type. It is defined in WifiSecurityType.

ssid

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

Description:

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

wapiPskType

int WifiDeviceConfig::wapiPskType

Description:

PSK type, see WifiPskType.

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

搜索帮助