WifiLinkedInfo
Overview
Related Modules:
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
Details
Field Documentation
bssid
unsigned char WifiLinkedInfo::bssid[[WIFI_MAC_LEN]($api-api-LinkIoT-Wifiservice.md#gabc871a0934ad71ec71b29de3f9bc4815)]
Description:
Basic service set ID (BSSID). For its length, see WIFI_MAC_LEN.
connState
[WifiConnState]($api-api-LinkIoT-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]($api-api-LinkIoT-Wifiservice.md#ga7e01d8c5079081de486637b4482c937a)]
Description:
Service set ID (SSID). For its length, see WIFI_MAX_SSID_LEN.