]> git.ipfire.org Git - thirdparty/hostap.git/history - wpa_supplicant/scan.c
wpa_supplicant: Complete radio works on disable event
[thirdparty/hostap.git] / wpa_supplicant / scan.c
2014-02-15  Andrei Otcheretianskiwpa_supplicant: Complete radio works on disable event
2014-01-30  Eytan Lifshitzwpa_supplicant: Fix wrong size memory allocation
2014-01-22  Raja Maniwpa_supplicant: Schedule PNO on completion of ongoing...
2014-01-21  Raja ManiSkip normal scan when PNO is already in progress
2014-01-07  Jouni MalinenFix req_scan-deplete-timeout and update eloop API for...
2014-01-07  Jouni MalinenDo not start wpa_radio work during externally triggered...
2014-01-07  Jouni MalinenRemove unneeded scan delay on connection-in-progress
2014-01-07  Jouni MalinenUse radio work for GAS requests
2014-01-05  Jouni MalinenUse radio work for P2P scan requests
2014-01-05  Jouni MalinenUse radio work for scan requests
2014-01-05  Jouni MalinenAdd helper functions for cloning and freeing scan param...
2014-01-03  Jouni MalinenFix scan-cache-clearing operation to avoid unnecessary...
2014-01-02  Jouni MalinenAsk driver to report only new scan results if requested
2013-12-29  Jouni MalinenWPS: Replace wpas_wps_in_progress with identical wpas_w...
2013-12-26  Jouni MalinenWPS: Reduce scan wait time during WPS processing
2013-12-26  Jouni MalinenReschedule own scan request if an externally started...
2013-12-26  Jouni MalinenOptional scan id for ctrl_iface SCAN requests
2013-12-26  Jouni MalinenTrack whether scan was started by us or an external...
2013-12-26  Jouni MalinenAllow passive scan to be requested with SCAN passive=1
2013-12-26  Jouni MalinenAllow channel list to be specified for SCAN command
2013-12-26  Jouni MalinenMove int_array helpfer functions to utils/common.c
2013-12-24  Johannes Bergwpa_supplicant: Use monotonic time for RX/BSS times
2013-11-24  Loic PoulainRestore scan_req if sta scan is rescheduled in the...
2013-11-20  Johannes BergUse monotonic clock for relative time for eloop if...
2013-11-18  Jithu JanceHandle legacy scan interruption of sched_scan/PNO
2013-11-17  Jouni MalinenRemove old mechanism of skipping scan request rescheduling
2013-11-17  Dmitry ShmidtDeplete scan request if new time is less than remaining
2013-11-01  Jouni MalinenP2P: Debug print reason for specific SSID for scan
2013-10-22  Pontus FuchsDon't start second scan when changing scan interval
2013-10-21  Jouni MalinenGAS: Do not start new scan operation during an ongoing...
2013-10-21  Kyeyoon ParkGAS: Delay GAS query Tx while scanning/connecting
2013-10-14  Jouni MalinenP2P: Allow GO to be discovered based on Beacon frame
2013-07-21  Ilan PeerChange share_vif_oper_freq() to handle multiple freqs
2013-07-20  Chengyi ZhaoCancel delayed scheduled scan when wpa_supplicant cleans up
2013-05-18  Jouni MalinenAdd band option (2.4 vs. 5) for filtering scans
2013-05-10  Deepthi GowriDefer scan if connection is in progress on any of the...
2013-05-09  Ben Greearwpa_supplicant: Allow vifs to scan only current channel
2013-05-07  Sheng FangAdd a configration parameter for sched_scan interval
2013-05-05  Ben Greearwpa_supplicant: Allow global scan frequencies configuration
2013-05-04  Jouni MalinenHS 2.0: Move Probe Request Indication IE addition to...
2013-03-31  Jouni MalinenAdd ignore_old_scan_res configuration parameter
2013-03-18  Jouni MalinenP2P: Postpone P2P scan only if station mode scan is...
2013-03-18  Jouni MalinenP2P: Re-start P2P operation if station mode scanning...
2013-03-10  David Spinadelwpa_supplicant: Save prev_sched_ssid only if needed
2013-03-10  David Spinadelwpa_supplicant: Do not allow too short sched scan
2013-02-12  Jouni MalinenUse more accurate timestamps for scan results
2013-02-07  Dmitry ShmidtAdd 'SCAN TYPE=ONLY' functionality
2013-02-05  Jouni MalinenHS 2.0: Fix IE buffer length for extra scan IEs
2013-02-03  Pontus FuchsUpdate scan interval gracefully
2012-12-27  Jouni MalinenRemove unused wpa_scan_get_vendor_ie_multi_beacon()
2012-12-27  Jouni MalinenAdd Doxygen documentation for functionality related...
2012-11-25  Jouni MalinenDocument wpa_s->scan_req
2012-11-25  Jouni MalinenP2P: Avoid multi-channel scans when they are not needed
2012-10-30  Jouni MalinenRestore wpa_s->scan_req if scan trigger fails
2012-10-10  Jouni MalinenP2P: Allow P2P functionality to be disabled per interface
2012-09-24  Jouni MalinenP2P: Fix pending-sta-scan processing for concurrent...
2012-09-23  Jouni MalinenP2P: Add more debug prints for GO start routines
2012-09-23  Jouni MalinenAdd debug print for no-enabled-networks case
2012-09-14  Jouni MalinenP2P: Move p2p_cb_on_scan_complete to global context
2012-08-28  Jouni MalinenInterworking: Add optional use of network selection...
2012-08-23  Jouni MalinenP2P: Allow scan operations during p2p_find
2012-08-13  Eyal ShapiraFix adding extra IEs in sched scan
2012-08-13  Jouni MalinenConvert os_realloc() for an array to use os_realloc_array()
2012-07-03  Jouni Malinenautoscan: Fix potential freeing of uninitialized pointer
2012-06-26  Tomasz BursztykaAdd automatic scanning support
2012-05-11  Jouni MalinenAdd debug prints of scan result IEs
2012-05-10  Jouni MalinenValidate WEP key lengths based on driver capabilities
2012-05-08  Jay KatabathuniHS 2.0: Add Hotspot 2.0 indication into Probe Request
2012-05-07  Jouni MalinenIgnore network blocks that have invalid WEP key length
2012-04-17  Jouni MalinenFix sched_scan for max-num-of-scan_ssid=1 networks
2012-04-17  Jouni MalinenFix sched_scan debug print regarding timeout
2012-04-17  Jouni MalinenAdd disable_scan_offload parameter to disable automatic...
2012-02-28  Jouni MalinenP2P: Use scan optimization for post-provisioning connection
2012-02-28  Jouni MalinenP2P: Use specific SSID in scan for provisioning step
2012-02-27  Jouni MalinenP2P: Advertise immediate availability of WPS credential
2012-02-16  Jouni MalinenAdd BSSID filter for testing purposes
2012-02-15  Jouni MalinenWPS: Do not use sched_scan for provisioning step
2012-02-11  Jouni MalinenRemove the GPL notification from files contributed...
2012-01-29  Eyal ShapiraInterleave wildcard and specific SSID scans when max_ss...
2012-01-27  Jouni MalinenP2P: Fix WSC IE inclusion for P2P disabled case
2011-12-31  Jouni MalinenWPS: Use single channel scan if AP channel already...
2011-12-11  Jouni MalinenFix compiler warning with CONFIG_NO_STDOUT_DEBUG=y
2011-11-29  Jouni MalinenIncrease min sched_scan interval from 2 to 10 seconds
2011-11-28  Jouni MalinenUse normal scan before sched_scan if that can speed...
2011-11-28  Jouni MalinenAdd broadcast SSID for sched_scan for scan_ssid=0 networks
2011-11-28  Jouni MalinenUse common code for disabled network case in sched_scan
2011-11-28  Jouni MalinenDrop sched_scan filter if not enough match sets supported
2011-11-28  Jouni MalinenMake sched_scan debug clearer on timeout use
2011-11-28  Jouni MalinenFix sched_scan filter_ssids setting for no filters...
2011-11-25  Jouni MalinenFix sched_scan filter setting for max_match_sets == 0
2011-11-19  Jouni MalinenDo not try to add wildcard SSID into active sched_scan
2011-11-18  Eyal Shapirasched scan: Fix passive scanning
2011-10-30  Jouni MalinenClean up debug dump for scan results sorting
2011-10-30  Gary MorainPrefer 5 GHz networks over 2.4 GHz networks
2011-10-29  Jouni MalinenP2P: Indicate scan during group formation as P2P probe
2011-10-22  Jouni MalinenRemove user space client MLME
2011-10-22  Jouni MalinenShare a single wpa_scan_results_free() implementation
2011-10-21  Jouni MalinenInterworking: Allow ANT to be configured for Probe...
2011-10-16  Jouni MalinenIEEE 802.11u: Allow Interworking and HESSID to be confi...
2011-10-15  Luciano CoelhoAdd delayed scheduled scan request
next