module documentation

WiFi - WiFi networking interface.

Class WiFi Class to manage WiFi functionality on a MicroPython device.
Constant WIFI_STATE_CONNECTED Undocumented
Constant WIFI_STATE_CONNECTING Undocumented
Constant WIFI_STATE_IDLE Undocumented
Constant WIFI_STATE_INACTIVE Undocumented
Constant WIFI_STATE_ISSUE Undocumented
Constant WIFI_STATE_TIMEOUT Undocumented
WIFI_STATE_CONNECTED =

Undocumented

Value
const(2)
WIFI_STATE_CONNECTING =

Undocumented

Value
const(1)
WIFI_STATE_IDLE =

Undocumented

Value
const(0)
WIFI_STATE_INACTIVE =

Undocumented

Value
const((-1))
WIFI_STATE_ISSUE =

Undocumented

Value
const(3)
WIFI_STATE_TIMEOUT =

Undocumented

Value
const(4)