Expand description
WiFi Access Point runtime and types
Structs§
- Config
- Configuration of the WiFi station
- Request
Client - Request client wraps the request events, awaiting oneshot channels when appropriate
- Status
- Status of the WiFi Station
- WifiAp
- Instance that runs the Wifi process
- Wifi
Setup Generic - 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§
- Broadcast
Receiver - Channel for broadcasting events.
- Wifi
Setup - A convenient default type for setting up the WiFiAp process.