aboutsummaryrefslogtreecommitdiffstats
path: root/src/rsn_supp
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 Jouni MalinenJouni Malinen2012-02-1112-96/+24
* Remove the GPL notification from files contributed by AtherosJouni Malinen2012-02-111-8/+2
* Fix pmksa_cache_get() arguments in !IEEE80211_X_EAPOL buildsAntonio Quartulli2012-02-111-1/+2
* Use PMKSA cache entries with only a single network contextJouni Malinen2012-02-044-17/+35
* Check wpa_supplicant_parse_ies() return value more consistentlyJouni Malinen2011-12-041-3/+6
* Move wpa_sm_remove_pmkid() call to PMKSA cache entry freeingJouni Malinen2011-11-201-3/+1
* Remove unnecessary include file inclusionJouni Malinen2011-11-132-2/+0
* 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-232-0/+7
* TDLS: Add peer as a STA during link setupArik Nemtsov2011-10-233-2/+36
* TDLS: Collect peer capabilities and supp-rates during link setupArik Nemtsov2011-10-233-23/+77
* TDLS: Implement low-ack event for lost TDLS peersArik Nemtsov2011-10-232-0/+17
* TDLS: Support sending TDLS discovery requestsArik Nemtsov2011-10-232-0/+13
* TDLS: Support sending a teardown frame from usermodeArik Nemtsov2011-10-232-12/+56
* TDLS: Process discovery requests and send discovery responsesArik Nemtsov2011-10-231-1/+87
* TDLS: Get TDLS related capabilities from driverArik Nemtsov2011-10-233-5/+42
* TDLS: Use a valid dialog-token in a setup requestArik Nemtsov2011-10-231-1/+1
* Clear OKC-based PMKSA caching entries if PMK is changedJouni Malinen2011-10-021-0/+8
* Fix typos found by codespellPavel Roskin2011-09-221-1/+1
* RSN: Add a debug message when considing addition of OKC entryJouni Malinen2011-09-161-0/+1
* Flush PMKSA cache entries and invalidate EAP state on network changesJouni Malinen2011-09-074-23/+55
* Clear driver PMKSA cache entry on PMKSA cache expirationJouni Malinen2011-09-071-0/+1
* FT: Share IE parser implementation for Authenticator and SupplicantJouni Malinen2011-07-161-172/+0
* FT: Fix FT IE parser to not count TIE as protected IEJouni Malinen2011-07-161-2/+0
* FT: Fix the calculation of MIC Control field in FTIEHong Wu2011-07-161-2/+2
* nl80211: Support GTK rekey offloadJohannes Berg2011-07-123-0/+27
* FT: Disable PMKSA cache for FT-IEEE8021XHong Wu2011-07-051-2/+4
* Avoid theoretical NULL pointer dereference from debug codeJouni Malinen2011-04-141-1/+4
* 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-243-0/+23
* 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-065-0/+58
* 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-062-0/+17
* 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