projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cd31d6
)
hostapd: add missing acl entries for udebug
author
Felix Fietkau
<nbd@nbd.name>
Mon, 20 Nov 2023 13:03:43 +0000
(14:03 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Mon, 20 Nov 2023 13:10:27 +0000
(14:10 +0100)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/network/services/hostapd/files/wpad_acl.json
patch
|
blob
|
history
diff --git
a/package/network/services/hostapd/files/wpad_acl.json
b/package/network/services/hostapd/files/wpad_acl.json
index d00fd945ba5824321779d2d187aa4ff96fc9b69c..7532953cabda22695fabf6ce65f01da0f5718b02 100644
(file)
--- a/
package/network/services/hostapd/files/wpad_acl.json
+++ b/
package/network/services/hostapd/files/wpad_acl.json
@@
-9,8
+9,12
@@
},
"hostapd": {
"methods": [ "apsta_state" ]
+ },
+ "udebug": {
+ "methods": [ "get_config" ]
}
},
+ "subscribe": [ "udebug" ],
"publish": [ "hostapd", "hostapd.*", "wpa_supplicant", "wpa_supplicant.*" ],
"send": [ "bss.*", "wps_credentials" ]
}