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:
parent
32234bba52
commit
53650bcab4
6 changed files with 285 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue