aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant/scan.c
Commit message (Expand)AuthorAgeFilesLines
* wpa_s: don't accumulate delayed sched scan requests (UPSTREAM)Victor Goldenshtein2012-11-131-0/+3
* Avoid normal scans before sched scan if max_scan_ssids=1 (UPSTREAM)Eyal Shapira2012-10-291-0/+5
* P2P: Allow P2P functionality to be disabled per interfaceJouni Malinen2012-10-291-1/+2
* Revert "Add P2P IEs to probe requests only when in P2P (UPSTREAM)"Eyal Shapira2012-10-291-1/+1
* Add P2P IEs to probe requests only when in P2P (UPSTREAM)Eyal Shapira2012-08-131-1/+1
* Fix adding extra ies in sched scan (UPSTREAM)Eyal Shapira2012-08-121-7/+9
* Allow immediate scan request even if another scan was scheduled laterDmitry Shmidt2012-08-021-1/+2
* Android: Implement SETBAND for scan requestsJouni Malinen2012-08-021-0/+60
* Fix reporting hidden APs during scanDmitry Shmidt2012-08-021-0/+2
* Fix scan notification in case of canceling scanDmitry Shmidt2012-08-021-0/+1
* Disconnect if we can't roam following beacon lossEyal Shapira2012-08-021-2/+10
* wpa_supplicant: don't scan ssids that were scheduled scannedEliad Peller2012-08-021-1/+13
* sched scan: add support for short and long intervalsEyal Shapira2012-08-021-6/+28
* sched scan: Avoid changing state to SCANNINGEyal Shapira2012-08-021-10/+2
* sched scan: Logic changesEyal Shapira2012-08-021-118/+55
* sched scan: Avoid scan if no enabled networksEyal Shapira2012-08-021-1/+3
* sched scan: Continue to scan even if previous scan cancel failsEyal Shapira2012-08-021-8/+15
* sched scan: Update scan according to changes in network listEyal Shapira2012-08-021-2/+2
* sched scan: Turn passive scan into activeEyal Shapira2012-08-021-0/+5
* autoscan: Fix potential freeing of uninitialized pointerJouni Malinen2012-07-031-1/+1
* Add automatic scanning supportTomasz Bursztyka2012-06-261-4/+26
* Add debug prints of scan result IEsJouni Malinen2012-05-111-0/+8
* Validate WEP key lengths based on driver capabilitiesJouni Malinen2012-05-101-13/+16
* HS 2.0: Add Hotspot 2.0 indication into Probe RequestJay Katabathuni2012-05-081-0/+6
* Ignore network blocks that have invalid WEP key lengthJouni Malinen2012-05-071-10/+12
* Fix sched_scan for max-num-of-scan_ssid=1 networksJouni Malinen2012-04-171-0/+4
* Fix sched_scan debug print regarding timeoutJouni Malinen2012-04-171-4/+4
* Add disable_scan_offload parameter to disable automatic scan offloadingJouni Malinen2012-04-171-1/+1
* P2P: Use scan optimization for post-provisioning connectionJouni Malinen2012-02-291-3/+5
* P2P: Use specific SSID in scan for provisioning stepJouni Malinen2012-02-291-0/+14
* P2P: Advertise immediate availability of WPS credentialJouni Malinen2012-02-271-1/+3
* Add BSSID filter for testing purposesJouni Malinen2012-02-161-0/+45
* WPS: Do not use sched_scan for provisioning stepJouni Malinen2012-02-151-0/+14
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-111-8/+2
* Interleave wildcard and specific SSID scans when max_ssids=1Eyal Shapira2012-01-291-8/+26
* P2P: Fix WSC IE inclusion for P2P disabled caseJouni Malinen2012-01-271-4/+6
* WPS: Use single channel scan if AP channel already knownJouni Malinen2011-12-311-0/+10
* Fix compiler warning with CONFIG_NO_STDOUT_DEBUG=yJouni Malinen2011-12-111-0/+2
* Increase min sched_scan interval from 2 to 10 secondsJouni Malinen2011-11-291-1/+1
* Use normal scan before sched_scan if that can speed up connectionJouni Malinen2011-11-281-9/+31
* Add broadcast SSID for sched_scan for scan_ssid=0 networksJouni Malinen2011-11-281-0/+18
* Use common code for disabled network case in sched_scanJouni Malinen2011-11-281-5/+3
* Drop sched_scan filter if not enough match sets supportedJouni Malinen2011-11-281-2/+7
* Make sched_scan debug clearer on timeout useJouni Malinen2011-11-281-3/+9
* Fix sched_scan filter_ssids setting for no filters caseJouni Malinen2011-11-281-0/+5
* Fix sched_scan filter setting for max_match_sets == 0Jouni Malinen2011-11-251-1/+2
* Do not try to add wildcard SSID into active sched_scanJouni Malinen2011-11-191-2/+3
* sched scan: Fix passive scanningEyal Shapira2011-11-181-6/+7
* Clean up debug dump for scan results sortingJouni Malinen2011-10-301-9/+30
* Prefer 5 GHz networks over 2.4 GHz networksGary Morain2011-10-301-5/+41