You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if is_interface_wifi_connected "${WIFI_IFACE}";then
1703
-
WIFI_IFACE_FREQ=$(iw dev "${WIFI_IFACE}" link | grep -i freq | awk '{print $2}'| sed 's/\.00*$//g')
1696
+
WIFI_IFACE_FREQ=$(iw dev "${WIFI_IFACE}" link | grep -i freq | awk '{print $2}'| sed 's/\.00*$//g')# NOTE we assume integer currently, which can be right, or wrong in the future
0 commit comments