7532953cabda22695fabf6ce65f01da0f5718b02
[openwrt/staging/nbd.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 "udebug": {
14 "methods": [ "get_config" ]
15 }
16 },
17 "subscribe": [ "udebug" ],
18 "publish": [ "hostapd", "hostapd.*", "wpa_supplicant", "wpa_supplicant.*" ],
19 "send": [ "bss.*", "wps_credentials" ]
20 }