hostapd: add missing ubus ACL entries for AP+client (#13449)
[openwrt/staging/jow.git] / package / network / services / hostapd / files / wpad_acl.json
index c77ccd8ea0c0bbd714b54a4a4b17db91cb8a460b..d00fd945ba5824321779d2d187aa4ff96fc9b69c 100644 (file)
@@ -3,6 +3,12 @@
        "access": {
                "service": {
                        "methods": [ "event" ]
+               },
+               "wpa_supplicant": {
+                       "methods": [ "phy_set_state", "phy_set_macaddr_list", "phy_status" ]
+               },
+               "hostapd": {
+                       "methods": [ "apsta_state" ]
                }
        },
        "publish": [ "hostapd", "hostapd.*", "wpa_supplicant", "wpa_supplicant.*" ],