wlantest: Add the missing command line option -W to the usage text

Signed-off-by: Gokul Sivakumar <gokulkumar792@gmail.com>
This commit is contained in:
Gokul Sivakumar 2021-11-03 22:20:24 +05:30 committed by Jouni Malinen
parent 2ac53e48d5
commit a9ec233624

View file

@ -27,7 +27,7 @@ static void usage(void)
"[-P<RADIUS shared secret>]\n" "[-P<RADIUS shared secret>]\n"
" [-n<write pcapng file>]\n" " [-n<write pcapng file>]\n"
" [-w<write pcap file>] [-f<MSK/PMK file>]\n" " [-w<write pcap file>] [-f<MSK/PMK file>]\n"
" [-L<log file>] [-T<PTK file>]\n"); " [-L<log file>] [-T<PTK file>] [-W<WEP key>]\n");
} }