luci2.wireless: add getPhyName() rpc call
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 13 Feb 2015 22:47:44 +0000 (23:47 +0100)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 13 Feb 2015 22:47:44 +0000 (23:47 +0100)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
luci2/htdocs/luci2/wireless.js
luci2/share/acl.d/luci2.json

index 39121a6..1ba6b81 100644 (file)
@@ -9,6 +9,13 @@ Class.extend({
                }
        }),
 
+       getPhyName: L.rpc.declare({
+               object: 'iwinfo',
+               method: 'phyname',
+               params: [ 'section' ],
+               expect: { 'phyname': '' }
+       }),
+
        getDeviceStatus: L.rpc.declare({
                object: 'iwinfo',
                method: 'info',
index 9e21474..30ef91c 100644 (file)
@@ -35,7 +35,8 @@
                                "iwinfo": [
                                        "devices",
                                        "info",
-                                       "assoclist"
+                                       "assoclist",
+                                       "phyname"
                                ],
                                "system": [
                                        "info",