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:
parent
2ac53e48d5
commit
a9ec233624
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ static void usage(void)
|
|||
"[-P<RADIUS shared secret>]\n"
|
||||
" [-n<write pcapng 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");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue