interface State {
    bssid: null | Uint8Array;
    channelNumber: null | number;
    currentMaxRate?: null | number | bigint;
    rssi: null | number;
    securityType: null | WiFiNetworkDiagnostics.SecurityType;
    wiFiVersion: null | WiFiNetworkDiagnostics.WiFiVersion;
}

Hierarchy

  • StateType
    • State

Properties

bssid: null | Uint8Array

The BSSID attribute shall indicate the BSSID for which the Wi-Fi network the Node is currently connected.

MatterSpecification.v13.Core § 11.15.6.1

channelNumber: null | number

The ChannelNumber attribute shall indicate the channel that Wi-Fi communication is currently operating on.

MatterSpecification.v13.Core § 11.15.6.4

currentMaxRate?: null | number | bigint

The CurrentMaxRate attribute shall indicate the current maximum PHY rate of transfer of data in bits-per-second.

MatterSpecification.v13.Core § 11.15.6.12

rssi: null | number

The RSSI attribute shall indicate the current RSSI of the Node’s Wi-Fi radio in dBm.

MatterSpecification.v13.Core § 11.15.6.5

The SecurityType attribute shall indicate the current type of Wi-Fi security used.

MatterSpecification.v13.Core § 11.15.6.2

The WiFiVersion attribute shall indicate the current 802.11 standard version in use by the Node, per the table below.

MatterSpecification.v13.Core § 11.15.6.3