Const
Readonly
attributes: { Readonly
bssid: Attribute<Uint8Array | null, any>The BSSID attribute shall indicate the BSSID for which the Wi-Fi network the Node is currently connected.
Readonly
channelThe ChannelNumber attribute shall indicate the channel that Wi-Fi communication is currently operating on.
Readonly
currentThe CurrentMaxRate attribute shall indicate the current maximum PHY rate of transfer of data in bits-per-second.
Readonly
rssi: Attribute<number | null, any>The RSSI attribute shall indicate the current RSSI of the Node’s Wi-Fi radio in dBm.
Readonly
securityThe SecurityType attribute shall indicate the current type of Wi-Fi security used.
Readonly
wiThe WiFiVersion attribute shall indicate the current 802.11 standard version in use by the Node, per the table below.
Readonly
events: { Readonly
associationThe AssociationFailure event shall indicate that a Node has attempted to connect, or reconnect, to a Wi-Fi access point, but is unable to successfully associate or authenticate, after exhausting all internal retries of its supplicant.
Readonly
connectionThe ConnectionStatus Event shall indicate that a Node’s connection status to a Wi-Fi network has changed. Connected, in this context, shall mean that a Node acting as a Wi-Fi station is successfully associated to a Wi-Fi Access Point.
Readonly
disconnection: OptionalEvent<TypeFromFields, any>The Disconnection Event shall indicate that a Node’s Wi-Fi connection has been disconnected as a result of de-authenticated or dis-association and indicates the reason.
Readonly
extensions: readonly [{ This metadata controls which WiFiNetworkDiagnosticsCluster elements matter.js activates for specific feature combinations.
Readonly
features: { Readonly
errorErrorCounts
Node makes available the counts for the number of errors that have occurred during the reception and transmission of packets on the Wi-Fi interface.
Readonly
packetPacketCounts
Node makes available the counts for the number of received and transmitted packets on the Wi-Fi interface.
Readonly
id: 54Readonly
name: "WiFiNetworkDiagnostics"Readonly
revision: 1
These elements and properties are present in all WiFiNetworkDiagnostics clusters.