Body of the WiFiNetworkDiagnostics disconnection event

MatterSpecification.v13.Core § 11.15.8.1

interface DisconnectionEvent {
    reasonCode: number;
}

Hierarchy (view full)

Properties

Properties

reasonCode: number

This field shall contain the Reason Code field value for the Disassociation or Deauthentication event that caused the disconnection and the value shall align with Table 9-49 "Reason codes" of IEEE 802.11-2020.

MatterSpecification.v13.Core § 11.15.8.1.1