summaryrefslogtreecommitdiff
path: root/wlantest
Commit message (Expand)AuthorAgeFilesLines
* wlantest: Add support for FT-PSK initial association key derivationJouni Malinen2015-08-064-7/+58
* wlantest: Fix a copy-paste error in a debug messageJouni Malinen2015-05-241-2/+1
* Declare all read only data structures as constMikael Kanstrup2015-04-253-8/+8
* Simplify Timeout Interval element parsingJouni Malinen2015-04-222-5/+3
* wlantest: Verify FTIE length before checking MICJouni Malinen2015-04-221-2/+4
* wlantest: Fix Beacon and Probe Response frame parserJouni Malinen2015-04-221-4/+10
* Add Suite B 192-bit AKMJouni Malinen2015-01-272-3/+8
* Preparations for variable length KCK and KEKJouni Malinen2015-01-275-66/+82
* wlantest: Extend BIP validation to support GMAC-128 and GMAC-256Jouni Malinen2015-01-241-12/+33
* wlantest: New mgmt_group_cipher values for BSS info and debug logJouni Malinen2015-01-242-3/+19
* wlantest: Extend BIP support to cover BIP-CMAC-256Jouni Malinen2015-01-246-28/+74
* Add QUIET=1 option for makeJouni Malinen2014-12-291-0/+4
* Clean up debug prints to use wpa_printf()Jouni Malinen2014-12-261-1/+1
* Suite B: Select EAPOL-Key integrity and key-wrap algorithms based on AKMJouni Malinen2014-11-161-9/+16
* Suite B: Add AKM 00-0F-AC:11Jouni Malinen2014-11-162-1/+6
* AES: Extend key wrap design to support longer AES keysJouni Malinen2014-10-071-1/+1
* wlantest: Add decryption of CCMP-256, GCMP, GCMP-256Ashok Kumar Ponnaiah2014-09-034-14/+56
* wlantest: Indicate if a TKIP/CCMP replay has Retry=1Ashok Kumar Ponnaiah2014-09-032-6/+12
* wlantest: Recognize CCMP-256, GCMP, and GCMP-256 ciphersAshok Kumar Ponnaiah2014-09-032-3/+16
* wlantest: Add support for OSENJouni Malinen2014-05-155-8/+63
* wlantest: Tag and ignore generated packetsJohannes Berg2014-04-132-7/+13
* radiotap: Update radiotap parser to library versionJohannes Berg2014-04-131-4/+4
* Declare wpa_debug_* variables in src/utils/wpa_debug.hJouni Malinen2013-12-314-13/+0
* wlantest: Add a BSS probe_response counterJouni Malinen2013-12-263-0/+3
* wlantest: Add per-TID RX/TX countersJouni Malinen2013-12-245-2/+239
* Use monotonic clock for relative time for eloop if availableJohannes Berg2013-11-201-1/+3
* wlantest: Add more pcapng notes on EAPOL processingJouni Malinen2013-11-171-28/+32
* wlantest: Allow additional PTKs to be specified from a fileJouni Malinen2013-11-174-5/+154
* wlantest: Add support for debug log timestampsJouni Malinen2013-11-171-2/+6
* wlantest: Add support for log output into a fileJouni Malinen2013-11-172-2/+14
* wlantest: Add RELOG command to reopen log/capture filesJouni Malinen2013-11-175-10/+54
* Validate P802.11ac test vector resultJouni Malinen2013-11-171-19/+92
* Extend GCMP test vectors to include both MPDUsJouni Malinen2013-11-172-38/+190
* Use ARRAY_SIZE() macroJouni Malinen2013-10-261-10/+8
* wlantest: Always write radiotap pcap-ngJohannes Berg2013-06-221-4/+36
* wlantest: Recognize hwsim_test packetsJouni Malinen2013-05-261-0/+20
* wlantest: Select correct TDLS context if multiple existsJouni Malinen2013-05-261-10/+20
* wlantest: Track TDLS setup noncesJouni Malinen2013-05-262-2/+51
* wlantest: Use add_note() to annotate framesJouni Malinen2013-05-267-371/+394
* wlantest: Add support for writing pcapng filesJouni Malinen2013-05-265-11/+336
* wlantest: Fix the injection of protected broadcast framesChaitanya T K2013-05-041-3/+2
* wlantest: Fix CCMP-256 cipherJouni Malinen2013-04-051-2/+2
* wlantest: Get rid of compiler warningJouni Malinen2013-03-291-2/+0
* wlantest: Add wlantest_cli command add_wepJouni Malinen2013-03-291-1/+29
* wlantest: Add radiotap header when re-writing DLT_IEEE802_11 fileJouni Malinen2013-01-171-1/+37
* wlantest: Add -F option for assuming FCS is includedJouni Malinen2013-01-173-2/+21
* wlantest: Process TX status frames as RX frames tooJouni Malinen2012-12-161-1/+4
* wlantest: Add BIP-GMAC-128/256 test vectorsJouni Malinen2012-09-093-0/+142
* wlantest: Add CCMP-256 test vectorJouni Malinen2012-09-093-0/+153
* Move AES-CCM implementation into src/cryptoJouni Malinen2012-09-091-198/+1