1 Star 0 Fork 4.9K

Lin_bruin / docs

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

WifiLinkedInfo

Overview

Related Modules:

Wifiservice

Description:

Represents the Wi-Fi connection information.

This refers to the information about the hotspot connected to this station. The information is obtained using GetLinkedInfo.

Since:

1.0

Version:

1.0

Summary

Data Fields

Variable Name

Description

ssid [WIFI_MAX_SSID_LEN]

char 

bssid [WIFI_MAC_LEN]

unsigned char 

rssi

int 

connState

WifiConnState 

disconnectedReason

unsigned short 

Details

Field Documentation

bssid

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

Description:

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

connState

[WifiConnState](Wifiservice.md#ga970b7d5373775b1c7f3b31074bae50e1) WifiLinkedInfo::connState

Description:

Wi-Fi connection state, which is defined in WifiConnState

disconnectedReason

unsigned short WifiLinkedInfo::disconnectedReason

Description:

Reason for Wi-Fi disconnection

rssi

int WifiLinkedInfo::rssi

Description:

Received signal strength indicator (RSSI)

ssid

char WifiLinkedInfo::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

搜索帮助