wpad_acl.json 449 B

1234567891011121314151617181920
  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.*", "hostapd-auth" ],
  19. "send": [ "bss.*", "wps_credentials" ]
  20. }