TDLS: Decline Setup Request with status code 37 if BSSID does not match
[mech_eap.git] / src / rsn_supp / tdls.c
2014-09-02 Sunil DuttTDLS: Decline Setup Request with status code 37 if...
2014-09-02 Mahesh A SaptasagarTDLS: Add RSN and Timeout interval IEs in TDLS Discover...
2014-07-02 Jouni MalinenRSN supplicant: Use os_memcmp_const() for hash/password...
2014-06-29 Jouni MalinenTDLS: Clean up add/set peer operations
2014-06-29 Arik NemtsovTDLS: Tear down connection on malformed Setup Confirm
2014-06-29 Arik NemtsovTDLS: Abort local setup when failing to add STA
2014-06-29 Arik NemtsovTDLS: Update peer STA as soon as full peer info is...
2014-06-29 Arik NemtsovTDLS: Remove peer from global peer-list on free
2014-06-17 Arik NemtsovTDLS: Do not bail when failing to process IEs in Discov...
2014-06-17 Arik NemtsovTDLS: Do not reject TPK M3 when failing to process IEs
2014-06-16 Jouni MalinenTDLS: Fix TPK M1 error case (CID 68214)
2014-06-16 Arik NemtsovTDLS: Bail on STA add failure in tpk_m1 processing
2014-06-16 Arik NemtsovTDLS: Handle unreachable link teardown for external...
2014-06-07 Jouni MalinenTDLS: Add extra validation step for responder RSN IE...
2014-04-29 Arik NemtsovTDLS: Fully tear down existing link before setup
2014-04-29 Arik NemtsovTDLS: Disable links during AP deauth in external flow
2014-04-29 Jouni MalinenTDLS: Make wpa_tdls_send_teardown() static
2014-04-29 Pradeep Reddy POTTETITDLS: Pass peer's capability info to the driver in...
2014-04-05 Jouni MalinenTDLS: Add test mode for MIC failure testing
2014-03-27 Sunil DuttPass TDLS peer capability information in tdls_mgmt
2014-03-12 Sunil DuttTDLS: Use QoS info from WMM IE obtained in TDLS frames
2014-01-14 Sunil DuttTDLS: Pass peer's Supported channel and oper class...
2013-11-22 Sunil DuttTDLS: Do not reenable TDLS link on retransmitted setup...
2013-11-17 Paul Stewartdbus_new: Add DBus TDLS methods
2013-09-30 Sunil DuttTDLS: Do not start concurrent TDLS setup
2013-09-30 Sunil DuttTDLS: Use wpa_tdls_disable_peer_link() in TPK M1 processing
2013-09-30 Sunil DuttTDLS: Use wpa_tdls_disable_peer_link() to avoid peer...
2013-09-30 Sunil DuttTDLS: Use helper function for disable link operation
2013-09-30 Sunil DuttTDLS: Clean up wpa_tdls_teardown_link() uses
2013-09-15 Sunil DuttTDLS: Do not modify RNonce for an TPK M1 frame with...
2013-09-15 Sunil DuttTDLS: Disable the created link on a failed TDLS handshake
2013-08-01 Sunil DuttTDLS: Handle transmission failures of TPK Handshake...
2013-06-20 Sunil DuttTDLS: Validate ext_supp_rates in copy_supp_rates
2013-05-20 Sunil DuttTDLS: Retry TDLS Setup Response more quickly
2013-05-07 Sunil DuttTDLS: Do not overwrite the reason code in the Tear...
2013-05-06 Sunil DuttTDLS: Pass peer's AID information to kernel
2013-04-03 Jouni MalinenTDLS: Fix key configuration with current mac80211
2013-03-28 Sunil DuttTDLS: Support both external and internal setup in disab...
2013-03-28 Jouni MalinenTDLS: Fix TDLS Setup Request processing in existing...
2013-03-27 Jouni MalinenTDLS: Fix TPK M2 processing in concurrent initiation...
2013-03-14 Sunil DuttTDLS: Disable link to existing peer with lower address
2013-02-25 Sunil DuttTDLS: Pass peer's VHT Capability information during...
2013-02-14 Sunil DuttTDLS: Pass peer's Capability and Ext Capability info...
2013-02-14 Sunil DuttTDLS: Pass peer's HT Capability and QOS information...
2013-02-12 Sunil DuttTDLS: Tear down peers when disconnecting from the AP
2013-02-05 Sunil DuttTDLS: Fix MIC calculation for teardown frame to depend...
2013-02-05 Sunil DuttTDLS: Remove link, if any, on an implicit set up request
2013-02-05 Jouni MalinenTDLS: Move existing-entry check into wpa_tdls_add_peer()
2013-02-05 Sunil DuttTDLS: Use existing peer entry if available when process...
2013-01-12 Jouni MalinenTDLS: Use merge_byte_arrays() helper
2012-03-30 Subrat DashTDLS: Add support for TDLS frame RX with bridge interfaces
2012-02-11 Jouni MalinenRemove the GPL notification from files contributed...
2011-10-27 Jouni MalinenTDLS: Do not clear peer data too early for teardown
2011-10-27 Jouni MalinenTDLS: Disable link on various error cases
2011-10-27 Jouni MalinenTDLS: Disable previous link to fix renegotiation
2011-10-27 Jouni MalinenTDLS: Fix concurrent initialization test code
2011-10-27 Jouni MalinenTDLS: Fix teardown on renegotiation
2011-10-27 Jouni MalinenTDLS: Fix long frame test for teardown
2011-10-23 Arik NemtsovTDLS: Make use of wpa_tdls_add_peer to avoid code dupli...
2011-10-23 Arik NemtsovTDLS: Support mgmt-frame Tx for ctrl-iface operations
2011-10-23 Arik NemtsovTDLS: Add peer as a STA during link setup
2011-10-23 Arik NemtsovTDLS: Collect peer capabilities and supp-rates during...
2011-10-23 Arik NemtsovTDLS: Implement low-ack event for lost TDLS peers
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...