wlantest: Add PTK derivation based on passphrases

Allow pre-configuration of passphrases (-p<passphrase>) to provide
enough information for wlantest to be able to derive PMK for each
BSS and PTK for each STA going through 4-Way Handshake (at least
message 2 and 3 needs to be received).
This commit is contained in:
Jouni Malinen 2010-11-06 22:57:49 +02:00
parent 32234bba52
commit 53650bcab4
6 changed files with 285 additions and 11 deletions

View file

@ -40,6 +40,7 @@ OBJS_lib += ../src/utils/libutils.a
OBJS_lib += ../src/crypto/libcrypto.a
OBJS += ../src/common/ieee802_11_common.o
OBJS += ../src/common/wpa_common.o
OBJS += wlantest.o
OBJS += readpcap.o