mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
9720b094ae
This significantly improves config reload behavior and also fixes some corner cases related to running AP + mesh interfaces at the same time. Signed-off-by: Felix Fietkau <nbd@nbd.name>
17 lines
355 B
JSON
17 lines
355 B
JSON
{
|
|
"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" ]
|
|
}
|