Module ap

Source
Expand description

WiFi Access Point runtime and types

Structs§

Config
Configuration of the WiFi station
RequestClient
Request client wraps the request events, awaiting oneshot channels when appropriate
Status
Status of the WiFi Station
WifiAp
Instance that runs the Wifi process
WifiSetupGeneric
The generic WifiSetup struct which has generic constant parameters for adjusting queue size. WiFiSetup type is provided for convenience.

Enums§

Broadcast
Broadcast events, such as a client disconnecting or connecting, may happen at any time.

Type Aliases§

BroadcastReceiver
Channel for broadcasting events.
WifiSetup
A convenient default type for setting up the WiFiAp process.