libs/iwinfo: add dummy.mbsssid_support() stub
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 19 Aug 2009 01:55:15 +0000 (01:55 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 19 Aug 2009 01:55:15 +0000 (01:55 +0000)
libs/iwinfo/src/dummy.lua

index 5199893..4e47f18 100644 (file)
@@ -53,3 +53,7 @@ end
 function dummy.assoclist()
        return {}
 end
+
+function dummy.mbssid_support()
+       return 1
+end