pub fn wifi_text() -> Option<String>
Expand description
Fetch the active ESSID and associated signal quality for the active wifi network.
Makes use of the iwgetid
command line program and will return None
if there are errors
in calling it or reading required system files to determine the signal quality.