aboutsummaryrefslogtreecommitdiff
path: root/wifi.lua
diff options
context:
space:
mode:
Diffstat (limited to 'wifi.lua')
-rw-r--r--wifi.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/wifi.lua b/wifi.lua
index f78aed6..8a91c1e 100644
--- a/wifi.lua
+++ b/wifi.lua
@@ -41,8 +41,8 @@ local function worker(format, iface)
return winfo
end
- -- The output differs from system to system, some stats can
- -- be separated by =, and not all drivers report all stats
+ -- Output differs from system to system, some stats can be
+ -- separated by =, and not all drivers report all stats
winfo["{ssid}"] = -- SSID can have almost anything in it
string.match(iw, 'ESSID[=:]"([%w%p]+[%s]*[%w%p]*]*)"') or winfo["{ssid}"]
winfo["{mode}"] = -- Modes are simple, but also match the "-" in Ad-Hoc