Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-09-10 18:24:01 +02:00
parent 01f5d9987d
commit 1e22c4af89

View File

@ -37,8 +37,8 @@ reload_brcm() {
# starts mon0
start_monitor_interface() {
rfkill unblock all
iw dev wlan0 set power_save off
ifconfig wlan0 up
iw dev wlan0 set power_save off
airmon-ng start wlan0
}