From 71566e04840201f13b1e869fd17a3576460dff9a Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Fri, 29 Jan 2010 16:41:40 +0100 Subject: dio: further improved support for multiple devices --- wifi.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wifi.lua') 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 -- cgit v1.2.3