setAccessPointDynamically

suspend fun setAccessPointDynamically(ssid: String, ssidStealth: Boolean? = null, authMode: ThetaRepository.AuthModeEnum = AuthModeEnum.NONE, password: String? = null, connectionPriority: Int? = null, proxy: ThetaRepository.Proxy? = null)

Set access point. IP address is set dynamically.

Parameters

ssid

SSID

ssidStealth

SSID stealth. Default is false.

authMode

AuthModeEnum Authentication mode.

password

Password. This can be set when security is not "none".

connectionPriority

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

proxy

Proxy information to be used for the access point.

Throws