setAccessPointConnectionPriority

suspend fun setAccessPointConnectionPriority(ssid: String, connectionPriority: Int, ssidStealth: Boolean)

Updates the connection priority of the access point.

Parameters

ssid

SSID

connectionPriority

Connection priority (1 to 5). Default is 1. Theta X fixed to 1 (The access point registered later has a higher priority.)

ssidStealth

SSID stealth. Default is false.

Throws