summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-02-13 23:47:44 +0100
committerJo-Philipp Wich <jow@openwrt.org>2015-02-13 23:47:44 +0100
commitc716d8e7e770eb2ad2be8a99be1543c211f964d4 (patch)
tree39c21778bb71e0b472cbaa3eff6a9d2e1e05aaf7
parent3b165435af6f925c50cf4ff2b0e3554f5b57c65e (diff)
downloadluci2-ui-c716d8e7e770eb2ad2be8a99be1543c211f964d4.tar.gz
luci2.wireless: add getPhyName() rpc call
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
-rw-r--r--luci2/htdocs/luci2/wireless.js7
-rw-r--r--luci2/share/acl.d/luci2.json3
2 files changed, 9 insertions, 1 deletions
diff --git a/luci2/htdocs/luci2/wireless.js b/luci2/htdocs/luci2/wireless.js
index 39121a6..1ba6b81 100644
--- a/luci2/htdocs/luci2/wireless.js
+++ b/luci2/htdocs/luci2/wireless.js
@@ -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',
diff --git a/luci2/share/acl.d/luci2.json b/luci2/share/acl.d/luci2.json
index 9e21474..30ef91c 100644
--- a/luci2/share/acl.d/luci2.json
+++ b/luci2/share/acl.d/luci2.json
@@ -35,7 +35,8 @@
"iwinfo": [
"devices",
"info",
- "assoclist"
+ "assoclist",
+ "phyname"
],
"system": [
"info",