Type alias WifiConnectAttempt

WifiConnectAttempt: {
    bssid: string;
    result: WifiConnectAttemptResult;
}

Type declaration

  • bssid: string

    MAC address of the access point to which the connection attempt was made.

  • result: WifiConnectAttemptResult

    Result of the connection attempt.

Generated using TypeDoc