mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 08:48:31 -05:00
731e60f5c5
Signed-hostap: Jouni Malinen <j@w1.fi>
8 lines
147 B
Bash
Executable File
8 lines
147 B
Bash
Executable File
#!/bin/sh
|
|
|
|
sudo killall -q hostapd
|
|
sudo killall -q wpa_supplicant
|
|
if grep -q mac80211_hwsim /proc/modules ; then
|
|
sudo rmmod mac80211_hwsim
|
|
fi
|