mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
Add wpa_cli list_networks
This commit is contained in:
parent
c5ffab8332
commit
1bf7a32bd5
1 changed files with 2 additions and 1 deletions
|
@ -10,8 +10,9 @@ www-data ALL=(ALL) NOPASSWD:/sbin/wpa_cli -i wl* scan_results
|
|||
www-data ALL=(ALL) NOPASSWD:/sbin/wpa_cli -i wl* scan
|
||||
www-data ALL=(ALL) NOPASSWD:/sbin/wpa_cli -i wl* reconfigure
|
||||
www-data ALL=(ALL) NOPASSWD:/sbin/wpa_cli -i wl* add_network
|
||||
www-data ALL=(ALL) NOPASSWD:/sbin/wpa_cli -i wl* list_networks
|
||||
www-data ALL=(ALL) NOPASSWD:/sbin/wpa_cli -i enable_network [0-9]
|
||||
www-data ALL=(ALL) NOPASSWD:/sbin/wpa_cli -i disconnect [0-9]j
|
||||
www-data ALL=(ALL) NOPASSWD:/sbin/wpa_cli -i disconnect [0-9]
|
||||
www-data ALL=(ALL) NOPASSWD:/sbin/wpa_cli -i wl* select_network [0-9]
|
||||
www-data ALL=(ALL) NOPASSWD:/sbin/wpa_cli -i wl* set_network [0-9] *
|
||||
www-data ALL=(ALL) NOPASSWD:/sbin/wpa_cli -i wl* remove_network [0-9]
|
||||
|
|
Loading…
Reference in a new issue