aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant/sme.c
Commit message (Expand)AuthorAgeFilesLines
* SME: Fix handle Netgear APs WEP shared quirks (UPSTREAM-SQ)William List2012-08-091-1/+1
* Roam back to the origin AP when assoc/auth times outEyal Shapira2012-08-021-4/+41
* initiate roaming on beacon_lossEliad Peller2012-08-021-0/+1
* SME: Handle Netgear APs WEP shared quirksEyal Shapira2012-07-301-2/+11
* SME: correctly check mode HT caps for enabling OBSS scanArik Nemtsov2012-07-301-3/+16
* Set state to DISCONNECTED on auth/assoc failuresJouni Malinen2012-06-251-0/+2
* HS 2.0: Add HS 2.0 Indication element into (Re)Association RequestJouni Malinen2012-05-081-0/+16
* Scan only 2.4 GHz band for OBSS scansJouni Malinen2012-05-031-1/+43
* Add handling of OBSS scan requests and 20/40 BSS coex reportsRajkumar Manoharan2012-05-031-0/+216
* Allow background scan period to be configuredBala Shanmugam2012-03-301-0/+2
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-111-8/+2
* Support HT capability overridesBen Greear2012-01-291-0/+11
* SME: Fix processing of Authentication timeout and failureEyal Shapira2012-01-291-2/+2
* SME: Fix processing of Authentication timeoutJouni Malinen2011-12-041-0/+1
* SME: Fix processing of Authentication request failureJouni Malinen2011-12-041-1/+2
* Use wpa_key_mgmt_*() helpersJouni Malinen2011-11-241-12/+3
* Mark local functions staticJouni Malinen2011-11-181-1/+1
* Remove unnecessary include file inclusionJouni Malinen2011-11-131-1/+0
* Add no_cck parameter for send_action() driver_opsJouni Malinen2011-10-291-1/+1
* Remove user space client MLMEJouni Malinen2011-10-221-2/+1
* Add Extended Capability element to AssocReq for InterworkingJouni Malinen2011-10-161-0/+18
* Use sched_scan in driver initLuciano Coelho2011-10-151-0/+1
* nl80211: Fix WPA_VERSIONS attribute for Connect commandJouni Malinen2011-09-021-3/+5
* P2P: Set p2p auth/assoc parameter based on connection typeJouni Malinen2011-07-171-5/+3
* nl80211: Change vif type to P2P_CLI upon P2P authenticationEliad Peller2011-07-171-0/+1
* SME: Add timers for authentication and asscoiationBen Greear2011-02-241-15/+103
* Use wpa_msg() instead of wpa_printf()Ben Greear2011-02-101-61/+61
* P2P: Add option for offloading off-channel TX to the driverJohannes Berg2010-12-291-1/+1
* Use SA Query procedure to recovery from AP/STA state mismatchJouni Malinen2010-12-191-0/+158
* nl80211: Set cipher suites when using user space SMEJouni Malinen2010-12-131-0/+2
* SME: Optimize recovery from assocication command failuresJouni Malinen2010-11-261-1/+2
* Extend load balancing optimization in BSS blacklistingJouni Malinen2010-11-261-113/+4
* SME: Optimize recovery from common load balancing mechanismsJouni Malinen2010-11-251-5/+43
* SME: Fix re-try after auth/assoc timeout/failureJouni Malinen2010-11-251-22/+77
* P2P: Add mechanism for configuring UAPSD parameters for groupJouni Malinen2010-09-091-0/+5
* P2P: Include P2P IE in (Re)AssocReq to infra AP if it uses P2P IEJouni Malinen2010-09-091-2/+1
* P2P: Add P2P IE into (Re)Association Request framesJouni Malinen2010-09-091-0/+18
* P2P: Let the driver wrapper know if association is for P2P groupJouni Malinen2010-09-091-0/+3
* sme: Check for prev_bssid from sme_event_disassocSamuel Ortiz2010-08-181-2/+2
* sme: Try all authentication algorithms when the first one failsSamuel Ortiz2010-08-171-1/+27
* SME: Retry scan after authentication failureJouni Malinen2010-07-171-0/+1
* SME: Handle association without own extra IEsJouni Malinen2010-04-111-1/+2
* SME: Do not try to use FT over-the-air if PTK is not availableJouni Malinen2010-04-101-1/+2
* FT: Clean up wpa_sm_set_ft_params() by using common parseJouni Malinen2010-04-101-1/+1
* FT: Set FT Capability and Policy properly in MDIE during initial MD assocJouni Malinen2010-04-091-1/+1
* FT: Copy FT Capability and Policy to MDIE from target APJouni Malinen2010-04-091-1/+1
* Fix SME to update WPA/RSN IE for rsn_supp module based on AssocReqJouni Malinen2010-04-071-0/+16
* FT: Process reassoc resp FT IEs when using wpa_supplicant SMEJouni Malinen2010-03-131-0/+1
* FT: Request reassociation after successful FT Action frame exchangeJouni Malinen2010-03-131-5/+14
* SME: Request a new scan if SME association command failsJouni Malinen2010-01-241-0/+1