Commit Graph

278 Commits (vlan_per_psk)

Author SHA1 Message Date
Jouni Malinen b39f58347d wlantest: Add support for decrypting TDLS frames
Derive TPK based on TDLS TPK Handshake and decrypt frames on the
direct link with TPK-TK.
14 years ago
Jouni Malinen 0f3e4f2a83 wlantest: Add support for reading DLT_IEEE802_11 pcap files 14 years ago
Jouni Malinen 350132bec5 wlantest: Add support for reading pcap files with prism header 14 years ago
Jouni Malinen 38484f69f9 wlantest: Update STA State based on broadcast Deauth/Disassoc 14 years ago
Jouni Malinen a912dd16c5 wlantest: Implement IEEE 802.11 duplicate detection
This cleans up debug logs by avoiding incorrect entries on TKIP/CCMP
replays and some state changes.
14 years ago
Jouni Malinen 107ad4e323 wlantest: Show broadcast Deauth/Disassoc info in debug 14 years ago
Jouni Malinen f665867bd1 wlantest: Check STA State when validating need for CCMP for mgmt
If the STA is in State 1 or 2, Deauth/Disassoc frames are not
protected, so no need to complain about them being sent without CCMP.
14 years ago
Jouni Malinen 783a082ccc wlantest: Add per-BSS counters for BIP deauth/disassoc 14 years ago
Jouni Malinen cdd71e307e wlantest: Add per-STA counter for (Re)AssocResp comeback frames 14 years ago
Jouni Malinen fc686b1994 wlantest: Use helper functions to parse BSS/STA parameters 14 years ago
Jouni Malinen 2fc0cd54db wlantest: Add functionality for fetching STA/BSS information 14 years ago
Jouni Malinen 221519dea3 wlantest: Derive PMK to existing BSSes when a new passphrase is added 14 years ago
Jouni Malinen 81d5989176 wlantest: Fix CCMP header generation to include reserved field 14 years ago
Jouni Malinen 0778c8f5ed wlantest: Add more debugging details for PMK selection 14 years ago
Jouni Malinen 902621e2b0 wlantest: Show encrypted version on injected frame in debug 14 years ago
Jouni Malinen 13b9f3a1f9 wlantest: Add history file for wlantest_cli 14 years ago
Jouni Malinen 8953e9681a edit: Move history save file specification to caller 14 years ago
Jouni Malinen ee3b84beb3 wlantest: Parse ICMP echo packet and record STA ping success 14 years ago
Jouni Malinen 161d0339c6 wlantest: Move RX EAPOL processing into its own file 14 years ago
Jouni Malinen 0954399c90 wlantest: Use proper cmd length in fetching STA list 14 years ago
Jouni Malinen 79a670cbf7 wlantest: Add pre-command completion functions
This allows the parameters to each command to be completed.
14 years ago
Jouni Malinen ef49bb80a9 wlantest: Add interactive mode to wlantest_cli 14 years ago
Jouni Malinen 57f7d03f91 wlantest: Do not add new BSS/STA entries based on ctrl commands
Introduce bss_find()/sta_find() as an alternative bss_get()/sta_get()
command that do not allocate new BSS/STA entry if no existing entry
is found.
14 years ago
Jouni Malinen fbdd21327e wlantest: Add add_passphrase command
This can be used to add a new known passphrase without having to
restart wlantest.
14 years ago
Jouni Malinen a16c859034 wlantest: Add command for fetching wlantest version 14 years ago
Jouni Malinen 990153b4dd wlantest: Add support for injecting (Re)Association Request frames 14 years ago
Jouni Malinen 2e4c34691b wlantest: Add support for protecting injected broadcast frames 14 years ago
Jouni Malinen 4adc5e0f0b wlantest: Add support for injecting Deauth/Disassoc frames 14 years ago
Jouni Malinen 799aa95b23 wlantest: Update SA Query trans id based on injected frame
This allows the SA Query transaction id matching code to be used
to verify that a valid response is received for the injected
request.
14 years ago
Jouni Malinen 571ab37b86 wlantest: Add support for CCMP protection for injected frames 14 years ago
Jouni Malinen 7d23e971f0 wlantest: Add preliminary infrastructure for injecting frames
This adds new commands for wlantest_cli to request wlantest to
inject frames. This version can only send out Authentication
frames and unprotected SA Query Request frames, but there is
now place to add more frames and encryption with future commits.
14 years ago
Jouni Malinen 6d5ce9fc90 wlantest: Add BSS/STA statistics counters
These counters can be cleared and queried from external programs to
script various testing tasks.
14 years ago
Jouni Malinen d356bd630b wlantest: Add flush command for dropping all BSS data 14 years ago
Jouni Malinen 6f2346c144 wlantest: Add list_bss and list_sta commands
These can be used to list the current BSS and STA information
maintained in wlantest.
14 years ago
Jouni Malinen a6c1810297 wlantest: Fix wlantest_cli dependency to include wlantest library 14 years ago
Jouni Malinen 644fb8c8a0 wlantest: Add control interface and wlantest_cli
This can be used to manage wlantest operation during run time.
14 years ago
Jouni Malinen 77ac47278a wlantest: Validate EAPOL-Key reserved fields
In addition, this handles WPA difference in Key Info for Secure
bit in msg 3/4 and 4/4 (not set, since GTK is not yet available).
14 years ago
Jouni Malinen ad41bb2ea9 wlantest: Add debug print for ignored group addressed Action frames 14 years ago
Jouni Malinen f3b9ed70c5 wlantest: Validate MMIE KeyID reserved bits 14 years ago
Jouni Malinen 16b8b6eadf wlantest: Validate reserved bits in TKIP/CCMP header 14 years ago
Jouni Malinen 20062114cd wlantest: Verify that TKIP/CCMP frames set ExtIV=1 14 years ago
Jouni Malinen 4dac84539e wlantest: Implement TKIP replay detection 14 years ago
Jouni Malinen 6c9c513783 wlantest: Add support for WPA key handshakes
The Key Data field is handled differently in msg 3/4 and 1/2 in WPA,
so add separate code for processing non-RSN case.
14 years ago
Jouni Malinen 2924b0eb79 wlantest: Add support for TKIP decryption 14 years ago
Jouni Malinen a9dd29d3e1 wlantest: Use negotiated AKM/cipher to select PMK-to-PTK parameters 14 years ago
Jouni Malinen 42e79f82dc wlantest: Fix mgmt CCMP decrypt to not crash on failures 14 years ago
Jouni Malinen 2102ecf0b5 wlantest: Verify that unicast robust mgmt frames are protected 14 years ago
Jouni Malinen 070d6173e2 wlantest: Verify MFP use in association with MFPR BSS 14 years ago
Jouni Malinen 994d6a88c5 wlantest: Use MFPC field instead of igtk_set to check if BIP is needed 14 years ago
Jouni Malinen 9bb6cdaaaf wlantest: Verify that WPA/RSN IE matches in EAPOL-Key and mgmt frames
Verify that WPA/RSN IE in (Re)Association Request is identical to the
one used in EAPOL-Key message 2/4.

Verify that WPA/RSN IE in Beacon/Probe Response is identical to the
one(s) used in EAPOL-Key message 3/4.
14 years ago
Jouni Malinen 327f71604c wlantest: Parse WPA/RSN IE and store info for BSS/STA
In addition, verify that the parameters that the STA is requesting
match with what is enabled in the BSS.
14 years ago
Jouni Malinen 8c2cfd973a wlantest: Dump decrypted Key Data from Group Handshake msg 1/2 14 years ago
Jouni Malinen 64f45d070b wlantest: Add option for writing a PCAP dump file
The output file includes all the capture (or read from wireless PCAP
file) frames in their original contents and another copy of each
frame that is decrypted in wlantest (including EAPOL-Key Key Data
field).
14 years ago
Jouni Malinen 5db8cf314e wlantest: Add Group Key handshake processing
Decrypt GTK/IGTK updates in Group Key message 1/2 and update the
keys. In addition, verify the MIC on both Group Key handshake
messages.
14 years ago
Jouni Malinen 30febd7001 wlantest: Fix Mgmt CCMP replay detection to use correct PN offset 14 years ago
Jouni Malinen 0819b65b17 wlantest: Process Action frames
Parse Action frames and verify SA Query transactions.
14 years ago
Jouni Malinen 47fe6880ed wlantest: Decrypt CCMP protected unicast Robust Management frames 14 years ago
Jouni Malinen 2edd5c23ad wlantest: Add replay detection for CCMP 14 years ago
Jouni Malinen 07d0a5be45 wlantest: Decrypt group addressed Data frames 14 years ago
Jouni Malinen d318c534da wlantest: Add support for decrypting CCMP protected unicast Data frames 14 years ago
Jouni Malinen 4d4c29158d wlantest: Fix BIP replay detection 14 years ago
Jouni Malinen bacc31286c wlantest: Validate MMIE MIC 14 years ago
Jouni Malinen f0a782979d wlantest: Parse KDEs from message 2/4 14 years ago
Jouni Malinen c09caa5882 wlantest: Use more consistent debug levels for keys 14 years ago
Jouni Malinen 4d9f9ee7e5 wlantest: Parse Key Data KDEs and store GTK and IGTK 14 years ago
Jouni Malinen 8672562b04 wlantest: Decrypt EAPOL-Key 3/4 Key Data 14 years ago
Jouni Malinen d06df64d14 wlantest: Derive PMK from RADIUS exchange
Decrypt MPPE keys and derive PMK from RADIUS exchange if RADIUS
shared secret is known. Use the derived PMK when trying to derive
PTK during 4-Way Handshake.
14 years ago
Jouni Malinen 3215df77ee wlantest: Add capturing and parsing of RADIUS messages
Another interface (-I) or pcap file (-R) can now be specified as a
source of RADIUS packets. These packets are now parsed, but the
MSK is not yet derived for PMK use.
14 years ago
Jouni Malinen 4bc82fc7ae wlantest: Fix LLC debug print 14 years ago
Jouni Malinen 53650bcab4 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).
14 years ago
Jouni Malinen 32234bba52 wlantest: Parse EAPOL-Key frames 14 years ago
Jouni Malinen 021a6fe499 wlantest: Maintain a copy of WPA/RSN IE from (Re)AssocReq 14 years ago
Jouni Malinen 2d73f0a875 wlantest: Move Mgmt and Data frame processing into their own files 14 years ago
Jouni Malinen b50111fbb2 wlantest: Move bss_update() into bss.c 14 years ago
Jouni Malinen d30edf54b8 wlantest: Maintain STA state based on auth/assoc/deauth/disassoc 14 years ago
Jouni Malinen 422ef7d205 wlantest: Create station list for each BSS 14 years ago
Jouni Malinen d84d389351 wlantest: Maintain table of BSS information
Whenever a Beacon or Probe Response frame is observed, add or update
a BSS entry to maintain current information about the active BSSes.
14 years ago
Jouni Malinen a149fcc77d wlantest: Add preliminary version of IEEE 802.11 protocol testing tool
This tool can be used to capture IEEE 802.11 frames either from a
monitor interface for realtime capturing or from pcap files for
offline analysis. This version is only adding basic infrastructure for
going through the frames and parsing their headers.
14 years ago