Browse Source

debug-ft-hwsim: sleep 1 sec to let interfaces start

This assures (unless the system is very slow) that the macchanger
commands will succeed.
Mathy 7 years ago
parent
commit
b420f63be8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      krackattack/debug-ft-hwsim/initradios.sh

+ 1 - 0
krackattack/debug-ft-hwsim/initradios.sh

@@ -15,6 +15,7 @@ function bridgeup {
 rfkill unblock wifi 2> /dev/null || true
 rmmod mac80211_hwsim 2> /dev/null || true
 modprobe mac80211_hwsim radios=3
+sleep 1
 
 macchanger -m 02:00:00:00:00:00 wlan0 > /dev/null || true
 macchanger -m 02:00:00:00:01:00 wlan1 > /dev/null || true