mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-22 07:30:23 +00:00
Add wpa_cli disconnect cmd
This commit is contained in:
parent
84dc44d944
commit
b5d861a2b9
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ 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 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 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