TDLS: Support sending TDLS discovery requests
[mech_eap.git] / src / rsn_supp / tdls.c
2011-10-23 Arik NemtsovTDLS: Support sending TDLS discovery requests
2011-10-23 Arik NemtsovTDLS: Support sending a teardown frame from usermode
2011-10-23 Arik NemtsovTDLS: Process discovery requests and send discovery...
2011-10-23 Arik NemtsovTDLS: Get TDLS related capabilities from driver
2011-10-23 Arik NemtsovTDLS: Use a valid dialog-token in a setup request
2011-04-13 Jouni MalinenTDLS: Validate FTIE length before processing it
2011-04-07 Jouni MalinenTDLS: Disable teardown MIC validation workaround
2011-03-24 Jouni MalinenTDLS: Allow TDLS to be disabled at runtime for testing...
2011-03-06 Jouni MalinenTDLS: Add tdls_testing 0x400 for ignoring AP prohibit...
2011-03-06 Jouni MalinenTDLS: Do not allow setup to be started if AP prohibits...
2011-03-06 Jouni MalinenTDLS: Add tdls_testing 0x200 for declining TDLS Setup...
2011-03-06 Jouni MalinenTDLS: Allow wpa_cli tdls_setup to start renegotiation
2011-03-06 Jouni MalinenTDLS: Add testing mode for disabling TPK expiration
2011-03-06 Jouni MalinenTDLS: Add testing code for concurrent initiation
2011-03-06 Jouni MalinenTDLS: Fix higher/lower MAC address check for concurrent...
2011-03-06 Jouni MalinenTDLS: Tear down old link when receiving TDLS Setup...
2011-03-06 Jouni MalinenTDLS: Add tdls_testing flag (bit 6) for testing long...
2011-03-06 Jouni MalinenTDLS: Use more thorough validation of TPK handshake
2011-03-06 Jouni MalinenTDLS: Replace os_memset() of all peer data with safer...
2011-03-06 Jouni MalinenTDLS: Remove unnecessary storing of Link ID IE in peer...
2011-03-06 Jouni MalinenTDLS: Fix terminology to match with IEEE 802.11z
2011-03-06 Jouni MalinenTDLS: Move TPK M1 sending to a separate function
2011-03-06 Jouni MalinenTDLS: Allow unencrypted network negotiation through...
2011-03-06 Jouni MalinenTDLS: Clean up and fix Key Lifetime processing
2011-03-06 Jouni MalinenTDLS: Add new testing modes for TPK lifetime testing
2011-03-06 Jouni MalinenTDLS: Clear peer entries on association/disassociation
2011-03-06 Jouni MalinenTDLS: Add a special testing feature for changing TDLS...
2011-03-06 Ganesh PrasadhTDLS: Add initial support for TDLS (IEEE Std 802.11z...