Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:scan

17 	  - better coordination of concurrent scan and P2P search operations
70 * optimize WPS connection speed by disconnecting prior to WPS scan and
112 * adjusted bgscan_simple fast-scan backoff to avoid too frequent
130 * optimized scan operations for P2P use cases (use single channel scan
146 * added disabled_scan_offload parameter to disable automatic scan
150 * added support for OBSS scan requests and 20/40 BSS coexistence reports
205 * optimized scan result use for network selection
206 - use the internal BSS table instead of raw scan results
265 - Export max scan ssids supported by the driver as MaxScanSSID.
269 and expiration scan count.
276 - Treat '' in SSIDs of Interface.Scan as a request for broadcast
277 scan, instead of ignoring it.
287 cache expiration age and expiration scan count.
288 - Add ability to set scan interval (the time in seconds wpa_s waits
289 before requesting a new scan after failing to find a suitable
290 network in scan results) using scan_interval command.
318 * wext: Increase scan timeout from 5 to 10 seconds.
414 strength are present in scan results
451 * do not trigger initial scan automatically anymore if there are no
472 * added BSS table to maintain more complete scan result information
483 * fixed scan buffer processing with WEXT to handle up to 65535
488 * added support for multiple SSIDs per scan request to optimize
527 * added support for specifying subset of enabled frequencies to scan
534 * added background scan and roaming infrastructure to allow
631 * added ctrl_iface monitor event (CTRL-EVENT-SCAN-RESULTS) for
632 indicating when new scan results become available
633 * added new ctrl_iface command, BSS, to allow scan results to be
635 can be used to iterate through the scan results one BSS at the time)
656 association with drivers that take very long time to scan all
658 using a longer hardcoded timeout for the scan if the driver supports
659 notifications for scan completion (SIOCGIWSCAN event); this helps,
670 * changed scan results data structure to include all information
700 * fixed a buffer overflow in parsing TSF from scan results when using
796 * driver_ndis: added validation for IELength value in scan results to
944 * try to fetch scan results once before requesting new scan when
1074 * driver_ndis: fixed scan request in ap_scan=2 mode not to change SSID
1187 wpa_supplicant configuration (double click on the scan results to
1218 * driver_broadcom: fixed couple of memory leaks in scan result
1265 * added support for getting scan results through control interface
1335 * fixed a busy loop introduced in v0.3.5 for scan result processing
1493 * fixed couple of unaligned reads in scan result parsing to fix WPA
1497 * added support for larger scan results report (old limit was 4 kB of
1502 * fixed error handling for case where reading of scan results fails:
1503 must schedule a new scan or wpa_supplicant will remain waiting
1598 this allows networks to be grouped based on priority (the scan
1602 * sort scan results to improve AP selection
1604 * improved scan requesting and authentication timeout
1649 all candidates from each scan; not only one per scan
1652 * avoid making new scan requests during IEEE 802.1X negotiation