You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hostap/wlantest
Jouni Malinen 9231c2476f wlantest: Fix bip_protect() memory allocation
The addition operator is of higher precedence than the ternary
conditional and the construction here needs to use parentheses to
calculate the buffer length properly when generating test frames with
BIP protection.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
8 years ago
..
Makefile Add QUIET=1 option for make 10 years ago
bip.c wlantest: Fix bip_protect() memory allocation 8 years ago
bss.c wlantest: Add support for FT-PSK initial association key derivation 9 years ago
ccmp.c wlantest: Fix CCMP-256 cipher 11 years ago
crc32.c Remove the GPL notification from files contributed by Jouni Malinen 13 years ago
ctrl.c Add Suite B 192-bit AKM 10 years ago
gcmp.c Declare all read only data structures as const 9 years ago
inject.c Preparations for variable length KCK and KEK 10 years ago
monitor.c wlantest: Add support for writing pcapng files 11 years ago
process.c wlantest: Tag and ignore generated packets 10 years ago
readpcap.c wlantest: Add -N command line argument to remove write buffering 9 years ago
rx_data.c Preparations for variable length KCK and KEK 10 years ago
rx_eapol.c wlantest: Add support for FT-PSK initial association key derivation 9 years ago
rx_ip.c wlantest: Recognize hwsim_test packets 11 years ago
rx_mgmt.c wlantest: Add support for FT-PSK initial association key derivation 9 years ago
rx_tdls.c Simplify Timeout Interval element parsing 9 years ago
sta.c Add Suite B 192-bit AKM 10 years ago
test_vectors.c Declare all read only data structures as const 9 years ago
tkip.c wlantest: Implement tkip_encrypt() 12 years ago
wep.c Remove the GPL notification from files contributed by Jouni Malinen 13 years ago
wired.c Remove the GPL notification from files contributed by Jouni Malinen 13 years ago
wlantest.c wlantest: Add -N command line argument to remove write buffering 9 years ago
wlantest.h wlantest: Add -N command line argument to remove write buffering 9 years ago
wlantest_cli.c wlantest: Add a BSS probe_response counter 11 years ago
wlantest_ctrl.h wlantest: Add a BSS probe_response counter 11 years ago
writepcap.c wlantest: Add -N command line argument to remove write buffering 9 years ago