Searched refs:scanning (Results 1 – 20 of 20) sorted by relevance
/hostap-latest/wpa_supplicant/ |
D | scan.h | 60 int scanning);
|
D | scan.c | 1083 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()
|
D | defconfig | 595 # during scanning. 630 # Background scanning modules 631 # These can be used to request wpa_supplicant to perform background scanning
|
D | android.config | 523 # Background scanning modules 524 # These can be used to request wpa_supplicant to perform background scanning
|
D | ChangeLog | 543 * 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
|
D | README-Windows.txt | 188 scanning; this allows APs with hidden SSIDs to be used)
|
D | rrm.c | 1045 if (wpa_s->scanning || wpas_p2p_in_progress(wpa_s) || in wpas_rrm_scan_timeout()
|
D | hs20_supplicant.c | 1211 if (wpa_s->scanning) { in hs20_fetch_osu()
|
D | wpa_supplicant_i.h | 828 int scanning; member
|
D | wnm_sta.c | 1508 if (wpa_s->wnm_dissoc_timer && !wpa_s->scanning && in ieee802_11_rx_bss_trans_mgmt_req()
|
D | README-HS20 | 79 # Parameters for controlling scanning
|
D | events.c | 6857 resched = wpa_s->scanning && wpas_scan_scheduled(wpa_s); in wpa_supplicant_event()
|
D | ctrl_iface.c | 9380 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()
|
D | wpa_supplicant.c | 8422 if (wpa_s->wpa_state == WPA_SCANNING && !wpa_s->scanning) in wpa_supplicant_ctrl_iface_ctrl_rsp_handle()
|
/hostap-latest/wpadebug/ |
D | README | 24 wpadebug depends on zxing core to launch QR code display/scanning.
|
/hostap-latest/doc/ |
D | ctrl_iface.doxygen | 392 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
|
D | driver_wrapper.doxygen | 87 \subsection driver_roaming Roaming control and scanning support
|
D | dbus.doxygen | 215 …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/ |
D | defconfig | 351 # during scanning.
|
/hostap-latest/wpa_supplicant/dbus/ |
D | dbus_new_handlers.c | 3626 dbus_bool_t scanning = wpa_s->scanning ? TRUE : FALSE; in wpas_dbus_getter_scanning() local 3629 &scanning, error); in wpas_dbus_getter_scanning()
|