[][src]Module wio_terminal::wifi_rpcs

The RPCs which can be called to control the wifi.

Structs

AdapterInit

Initializes the layer 3 subsystem.

DHCPClientStart

Starts the DHCP client.

DHCPClientStop

Stops any DHCP client management.

GetIPInfo

Returns the IP configuration the station is using.

GetMacAddress

Returns the mac address as a colon-separated hex string.

GetVersion

Returns a string indicating the firmware version on the wifi chip.

IsScanning

Returns true if the wifi chip is currently scanning.

ScanGetAP

Returns N number of scan results. This RPC must only be called after starting a scan, and after IsScanning returns false.

ScanGetNumAPs

Returns the number of APs which were detected.

ScanResult

Describes a wifi network or station discovered via scanning.

ScanStart

Initiates a network scan. A return value of 0 indicates success afaict.

WifiConnect

Connects to the network with the provided properties.

WifiOff

Turns off Wifi.

WifiOn

Turns on Wifi.