check_interfaces

Function check_interfaces 

Source
fn check_interfaces(
    interfaces: &HashMap<String, HashMap<String, String>>,
    hub: &Sender<Event>,
)
Expand description

Checks WiFi interfaces for completed status and sends NetUp if detected.

This is a separate function to enable unit testing without requiring a full zbus::Message.