From: Jo-Philipp Wich Date: Fri, 13 Feb 2015 22:47:44 +0000 (+0100) Subject: luci2.wireless: add getPhyName() rpc call X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=c716d8e7e770eb2ad2be8a99be1543c211f964d4;p=project%2Fluci2%2Fui.git luci2.wireless: add getPhyName() rpc call Signed-off-by: Jo-Philipp Wich --- 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",