Home
last modified time | relevance | path

Searched refs:scanning (Results 1 – 20 of 20) sorted by relevance

/hostap-latest/wpa_supplicant/
Dscan.h60 int scanning);
Dscan.c1083 if (wpa_s->scanning) { in wpa_supplicant_scan()
2049 int scanning) in wpa_supplicant_notify_scanning() argument
2051 if (wpa_s->scanning != scanning) { in wpa_supplicant_notify_scanning()
2052 wpa_s->scanning = scanning; in wpa_supplicant_notify_scanning()
Ddefconfig595 # during scanning.
630 # Background scanning modules
631 # These can be used to request wpa_supplicant to perform background scanning
Dandroid.config523 # Background scanning modules
524 # These can be used to request wpa_supplicant to perform background scanning
DChangeLog543 * allow passive scanning to be forced with passive_scan=1
640 e.g., when rfkill blocking happens during scanning or when
694 - fix a case where auto_interworking=1 could end up stopping scanning
749 - avoid more concurrent scanning cases during full group formation
1004 * added autoscan module to control scanning behavior while not connected
1286 dynamic changes to background scanning interval based on changes in
1375 up scanning process considerably if it is known that only a small
1501 * added driver_wext workaround for race condition between scanning and
2252 * driver_ndis: enable radio before starting scanning, disable radio
2409 scanning and selection; this is disabled by default and can be
DREADME-Windows.txt188 scanning; this allows APs with hidden SSIDs to be used)
Drrm.c1045 if (wpa_s->scanning || wpas_p2p_in_progress(wpa_s) || in wpas_rrm_scan_timeout()
Dhs20_supplicant.c1211 if (wpa_s->scanning) { in hs20_fetch_osu()
Dwpa_supplicant_i.h828 int scanning; member
Dwnm_sta.c1508 if (wpa_s->wnm_dissoc_timer && !wpa_s->scanning && in ieee802_11_rx_bss_trans_mgmt_req()
DREADME-HS2079 # Parameters for controlling scanning
Devents.c6857 resched = wpa_s->scanning && wpas_scan_scheduled(wpa_s); in wpa_supplicant_event()
Dctrl_iface.c9380 if (!wpa_s->sched_scanning && !wpa_s->scanning && in wpas_ctrl_scan()
12157 if (wpa_s->sched_scanning || wpa_s->scanning || in wpas_ctrl_ml_probe()
Dwpa_supplicant.c8422 if (wpa_s->wpa_state == WPA_SCANNING && !wpa_s->scanning) in wpa_supplicant_ctrl_iface_ctrl_rsp_handle()
/hostap-latest/wpadebug/
DREADME24 wpadebug depends on zxing core to launch QR code display/scanning.
/hostap-latest/doc/
Dctrl_iface.doxygen392 and then continue scanning only social channels (1, 6, 11). This
647 0 = no scanning,
649 2 = wpa_supplicant does not use scanning and just requests driver to
Ddriver_wrapper.doxygen87 \subsection driver_roaming Roaming control and scanning support
Ddbus.doxygen215 …oloc6GHz</td><td>b</td><td>TRUE to force scanning of non-PSC 6 GHz channels, FALSE (or absent) to …
758 …<p>A state of the interface. Possible values are: return "disconnected", "inactive", "scanning", "…
763 <p>Determines if the interface is already scanning or not</p>
1167 <dd>Determines if scanning was successful. If so, results are available.</dd>
/hostap-latest/hostapd/
Ddefconfig351 # during scanning.
/hostap-latest/wpa_supplicant/dbus/
Ddbus_new_handlers.c3626 dbus_bool_t scanning = wpa_s->scanning ? TRUE : FALSE; in wpas_dbus_getter_scanning() local
3629 &scanning, error); in wpas_dbus_getter_scanning()