Skip to main content

Module wifi

Module wifi 

Source
Expand description

WiFi station mode driver.

Call Wifi::start_station once from main() to configure the radio, spawn the connection and network tasks, then await Wifi::wait_for_connection before starting any network-dependent tasks.

Macrosยง

mk_static ๐Ÿ”’

Structsยง

Wifi
Struct to hold relevenat states for other modules (http server/client)

Constantsยง

AP_GATEWAY_IP ๐Ÿ”’
AP_PASSWORD ๐Ÿ”’
AP_SSID ๐Ÿ”’
MAX_STATION_CONNECT_RETRIES ๐Ÿ”’

Functionsยง

connection ๐Ÿ”’
connection_ap ๐Ÿ”’
net_task ๐Ÿ”’
run_dhcp ๐Ÿ”’