[−][src]Module i3status_rs::blocks::net
Structs
| DEFAULT_DEV_REGEX | |
| ETHTOOL_SPEED_REGEX | |
| IWCTL_SSID_REGEX | |
| IW_BITRATE_REGEX | |
| IW_SIGNAL_REGEX | |
| IW_SSID_REGEX | |
| IpAddrInfo | |
| IpDev | |
| Net | |
| NetConfig | |
| NetworkDevice | |
| WHITESPACE_REGEX | |
| WPA_SSID_REGEX |
Enums
| Unit |
Functions
| decode_escaped_unicode | |
| exec_ssid_cmd | |
| get_iw_ssid | Attempt to get the SSID the given device is connected to from iw.
Returns Err if:
- |
| get_iwctl_ssid | Attempt to get the SSID the given device is connected to from iwctl.
Returns Err if
- |
| get_nmcli_ssid | Attempt to get the SSID the given device is connected to from nmcli.
Returns Err if:
- |
| get_ssid | |
| get_wpa_ssid | Attempt to get the SSID the given device is connected to from wpa_cli.
Returns Err if:
- |
| maybe_ssid_convert | |
| read_file |