Skip to content

Commit 50ab732

Browse files
author
=
committed
cleanup help
1 parent caf94e6 commit 50ab732

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

hcxnmealog.c

+8-6
Original file line numberDiff line numberDiff line change
@@ -930,12 +930,14 @@ fprintf(stdout, "%s %s (C) %s ZeroBeat\n"
930930
" ENCRYPTION (encrypted / open)\n"
931931
" RSN INFORMATION ELEMENT\n"
932932
" bitmask:\n"
933-
" 0000000000000001 AES (CCM)\n"
934-
" 0000000000000010 TKIP\n"
935-
" 0000000100000000 PSK\n"
936-
" 0000001000000000 FT using PSK\n"
937-
" 0000010000000000 WPA\n"
938-
" 0000100000000000 SAE (SHA256)\n"
933+
" cipher suites\n"
934+
" 0000000000000001 AES (CCM)\n"
935+
" 0000000000000010 TKIP\n"
936+
" authentication key management\n"
937+
" 0000000100000000 PSK\n"
938+
" 0000001000000000 FT using PSK\n"
939+
" 0000010000000000 WPA\n"
940+
" 0000100000000000 SAE (SHA256)\n"
939941
" WPA INFORMATION ELEMENT\n"
940942
" bitmask:\n"
941943
" 00000001 WPA-IE present\n"

0 commit comments

Comments
 (0)