Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-10-29 08:53:42 +01:00
parent 9c41396240
commit 05123d7932

View File

@ -46,6 +46,7 @@ start_monitor_interface() {
# stops mon0
stop_monitor_interface() {
airmon-ng stop wlan0mon
reload_brcm
ifconfig wlan0 up
}