add more information

This commit is contained in:
Tobias Powalowski 2022-12-13 17:47:02 +01:00
parent 0ee33e7325
commit ab2b28e54e

View file

@ -12,8 +12,8 @@ usage()
echo -e "\033[1m---------------------------------------\033[0m" echo -e "\033[1m---------------------------------------\033[0m"
echo "Create a simulated wireless SSID for testing purposes" echo "Create a simulated wireless SSID for testing purposes"
echo "with mac80211_hwsim module." echo "with mac80211_hwsim module."
echo "- wlan0 will be the AP" echo "- wlan0 will be setup for the AP"
echo "- wlan1 will be for STATION mode" echo "- wlan1 will be setup for STATION mode, use this for scanning your AP"
echo -e "usage: \033[1m${APPNAME} <SSID>\033[0m" echo -e "usage: \033[1m${APPNAME} <SSID>\033[0m"
exit 0 exit 0
} }