]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
wlantest: Add the missing command line option -W to the usage text
authorGokul Sivakumar <gokulkumar792@gmail.com>
Wed, 3 Nov 2021 16:50:24 +0000 (22:20 +0530)
committerJouni Malinen <j@w1.fi>
Sat, 11 Dec 2021 19:54:39 +0000 (21:54 +0200)
Signed-off-by: Gokul Sivakumar <gokulkumar792@gmail.com>
wlantest/wlantest.c

index e1a3e0650fca3f98e6b86351d54deb7a2d6ad022..fd6dc202465563f41897530dbeb4f1605c23005c 100644 (file)
@@ -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");
 }