Lines Matching refs:scanning
2 * WPA Supplicant - Scanning
570 if (wpa_s->scanning) {
571 /* If we are already in scanning state, we shall ignore this new scan request*/
572 wpa_dbg(wpa_s, MSG_DEBUG, "Skip scan - already scanning");
633 * If autoscan has set its own scanning parameters
666 /* Find the starting point from which to continue scanning */
910 * background scanning which generates frequent scan results, and that
993 wpa_dbg(wpa_s, MSG_DEBUG, "Already sched scanning");
1056 /* Find the starting point from which to continue scanning */
1250 * @scanning: Whether scanning is currently in progress
1252 * This function is to generate scanning notifycations. It is called whenever
1253 * there may have been a change in scanning (scan started, completed, stopped).
1254 * wpas_notify_scanning() is called whenever the scanning state changed from the
1258 int scanning)
1260 if (wpa_s->scanning != scanning) {
1261 wpa_s->scanning = scanning;