Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:scanning

2  * WPA Supplicant - Scanning
730 if (wpa_s->scanning) {
732 * If we are already in scanning state, we shall reschedule the
735 wpa_dbg(wpa_s, MSG_DEBUG, "Already scanning - Reschedule the incoming scan req");
786 * restarting scanning once the host is woken up and PNO stopped.
823 * If autoscan has set its own scanning parameters
862 /* Find the starting point from which to continue scanning */
1306 wpa_dbg(wpa_s, MSG_DEBUG, "Already sched scanning");
1369 /* Find the starting point from which to continue scanning */
1618 * @scanning: Whether scanning is currently in progress
1620 * This function is to generate scanning notifycations. It is called whenever
1621 * there may have been a change in scanning (scan started, completed, stopped).
1622 * wpas_notify_scanning() is called whenever the scanning state changed from the
1626 int scanning)
1628 if (wpa_s->scanning != scanning) {
1629 wpa_s->scanning = scanning;