aboutsummaryrefslogtreecommitdiffstats
path: root/src/rsn_supp/tdls.c
Commit message (Expand)AuthorAgeFilesLines
* TDLS: Add support for TDLS frame RX with bridge interfacesSubrat Dash2012-03-301-1/+3
* Remove the GPL notification from files contributed by AtherosJouni Malinen2012-02-111-8/+2
* TDLS: Do not clear peer data too early for teardownJouni Malinen2011-10-271-5/+6
* TDLS: Disable link on various error casesJouni Malinen2011-10-271-0/+10
* TDLS: Disable previous link to fix renegotiationJouni Malinen2011-10-271-0/+8
* TDLS: Fix concurrent initialization test codeJouni Malinen2011-10-271-0/+13
* TDLS: Fix teardown on renegotiationJouni Malinen2011-10-271-1/+5
* TDLS: Fix long frame test for teardownJouni Malinen2011-10-271-1/+2
* TDLS: Make use of wpa_tdls_add_peer to avoid code duplicationArik Nemtsov2011-10-231-11/+2
* TDLS: Support mgmt-frame Tx for ctrl-iface operationsArik Nemtsov2011-10-231-0/+6
* TDLS: Add peer as a STA during link setupArik Nemtsov2011-10-231-2/+21
* TDLS: Collect peer capabilities and supp-rates during link setupArik Nemtsov2011-10-231-21/+63
* TDLS: Implement low-ack event for lost TDLS peersArik Nemtsov2011-10-231-0/+16
* TDLS: Support sending TDLS discovery requestsArik Nemtsov2011-10-231-0/+12
* TDLS: Support sending a teardown frame from usermodeArik Nemtsov2011-10-231-10/+54
* TDLS: Process discovery requests and send discovery responsesArik Nemtsov2011-10-231-1/+87
* TDLS: Get TDLS related capabilities from driverArik Nemtsov2011-10-231-5/+21
* TDLS: Use a valid dialog-token in a setup requestArik Nemtsov2011-10-231-1/+1
* TDLS: Validate FTIE length before processing itJouni Malinen2011-04-131-5/+7
* TDLS: Disable teardown MIC validation workaroundJouni Malinen2011-04-071-7/+0
* TDLS: Allow TDLS to be disabled at runtime for testing purposesJouni Malinen2011-03-241-0/+21
* TDLS: Add tdls_testing 0x400 for ignoring AP prohibit TDLSJouni Malinen2011-03-061-0/+17
* TDLS: Do not allow setup to be started if AP prohibits TDLSJouni Malinen2011-03-061-0/+50
* TDLS: Add tdls_testing 0x200 for declining TDLS Setup ResponseJouni Malinen2011-03-061-0/+9
* TDLS: Allow wpa_cli tdls_setup to start renegotiationJouni Malinen2011-03-061-0/+16
* TDLS: Add testing mode for disabling TPK expirationJouni Malinen2011-03-061-0/+8
* TDLS: Add testing code for concurrent initiationJouni Malinen2011-03-061-0/+22
* TDLS: Fix higher/lower MAC address check for concurrent initJouni Malinen2011-03-061-16/+11
* TDLS: Tear down old link when receiving TDLS Setup RequestJouni Malinen2011-03-061-2/+24
* TDLS: Add tdls_testing flag (bit 6) for testing long TPK lifetimeJouni Malinen2011-03-061-0/+6
* TDLS: Use more thorough validation of TPK handshakeJouni Malinen2011-03-061-67/+114
* TDLS: Replace os_memset() of all peer data with safer approachJouni Malinen2011-03-061-24/+12
* TDLS: Remove unnecessary storing of Link ID IE in peer dataJouni Malinen2011-03-061-14/+20
* TDLS: Fix terminology to match with IEEE 802.11zJouni Malinen2011-03-061-105/+100
* TDLS: Move TPK M1 sending to a separate functionJouni Malinen2011-03-061-169/+178
* TDLS: Allow unencrypted network negotiation through wpa_supplicantJouni Malinen2011-03-061-225/+281
* TDLS: Clean up and fix Key Lifetime processingJouni Malinen2011-03-061-150/+115
* TDLS: Add new testing modes for TPK lifetime testingJouni Malinen2011-03-061-0/+24
* TDLS: Clear peer entries on association/disassociationJouni Malinen2011-03-061-12/+35
* TDLS: Add a special testing feature for changing TDLS behaviorJouni Malinen2011-03-061-0/+95
* TDLS: Add initial support for TDLS (IEEE Std 802.11z-2010)Ganesh Prasadh2011-03-061-0/+1700