hostapd: add missing ubus ACL entries for AP+client (#13449)
[openwrt/openwrt.git] / package / network / services / hostapd / files / wpad_acl.json
1 {
2 "user": "network",
3 "access": {
4 "service": {
5 "methods": [ "event" ]
6 },
7 "wpa_supplicant": {
8 "methods": [ "phy_set_state", "phy_set_macaddr_list", "phy_status" ]
9 },
10 "hostapd": {
11 "methods": [ "apsta_state" ]
12 }
13 },
14 "publish": [ "hostapd", "hostapd.*", "wpa_supplicant", "wpa_supplicant.*" ],
15 "send": [ "bss.*", "wps_credentials" ]
16 }