aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/files/wpad_acl.json
blob: d00fd945ba5824321779d2d187aa4ff96fc9b69c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"user": "network",
	"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.*" ],
	"send": [ "bss.*", "wps_credentials" ]
}