pub fn wifi_task(
runner: WifiRunner,
) -> Result<SpawnToken<impl Sized>, SpawnError>Expand description
Drive the network stack and manage station association.
Joins the embassy_net runner with the controller actor; neither future
returns, so this task runs for the lifetime of the program.