add rescan option to network selection screen
This commit is contained in:
parent
92baeaf0b2
commit
6da6743d34
7
fluxion
7
fluxion
|
@ -827,9 +827,14 @@ function selection {
|
||||||
echo
|
echo
|
||||||
echo -e ""$green "("$white"*"$green ")Active clients"$transparent""
|
echo -e ""$green "("$white"*"$green ")Active clients"$transparent""
|
||||||
echo ""
|
echo ""
|
||||||
echo " Select Target "
|
echo -e " Select target. For rescan type$red r$transparent"
|
||||||
echo -n " #> "
|
echo -n " #> "
|
||||||
read choice
|
read choice
|
||||||
|
|
||||||
|
if [[ $choice -eq "r" ]]; then
|
||||||
|
deltax
|
||||||
|
fi
|
||||||
|
|
||||||
idlenght=${aidlenght[$choice]}
|
idlenght=${aidlenght[$choice]}
|
||||||
ssid=${assid[$choice]}
|
ssid=${assid[$choice]}
|
||||||
channel=$(echo ${achannel[$choice]}|tr -d [:space:])
|
channel=$(echo ${achannel[$choice]}|tr -d [:space:])
|
||||||
|
|
Loading…
Reference in New Issue