Searched refs:scanning (Results 1 – 20 of 20) sorted by relevance
/hostap-3.6.0/wpa_supplicant/ |
D | scan.h | 45 int scanning);
|
D | scan.c | 932 if (wpa_s->scanning) { in wpa_supplicant_scan() 1890 int scanning) in wpa_supplicant_notify_scanning() argument 1892 if (wpa_s->scanning != scanning) { in wpa_supplicant_notify_scanning() 1893 wpa_s->scanning = scanning; in wpa_supplicant_notify_scanning()
|
D | defconfig | 557 # during scanning. 592 # Background scanning modules 593 # 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 | 493 * allow passive scanning to be forced with passive_scan=1 590 e.g., when rfkill blocking happens during scanning or when 644 - fix a case where auto_interworking=1 could end up stopping scanning 699 - avoid more concurrent scanning cases during full group formation 954 * added autoscan module to control scanning behavior while not connected 1236 dynamic changes to background scanning interval based on changes in 1325 up scanning process considerably if it is known that only a small 1451 * added driver_wext workaround for race condition between scanning and 2202 * driver_ndis: enable radio before starting scanning, disable radio 2359 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 | 1036 if (wpa_s->scanning || wpas_p2p_in_progress(wpa_s) || in wpas_rrm_scan_timeout()
|
D | hs20_supplicant.c | 1212 if (wpa_s->scanning) { in hs20_fetch_osu()
|
D | wpa_supplicant_i.h | 817 int scanning; member
|
D | wnm_sta.c | 1474 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 | 5646 resched = wpa_s->scanning && wpas_scan_scheduled(wpa_s); in wpa_supplicant_event()
|
D | wpa_supplicant.c | 7929 if (wpa_s->wpa_state == WPA_SCANNING && !wpa_s->scanning) in wpa_supplicant_ctrl_iface_ctrl_rsp_handle()
|
D | ctrl_iface.c | 8972 if (!wpa_s->sched_scanning && !wpa_s->scanning && in wpas_ctrl_scan()
|
/hostap-3.6.0/wpadebug/ |
D | README | 24 wpadebug depends on zxing core to launch QR code display/scanning.
|
/hostap-3.6.0/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 | 708 …<p>A state of the interface. Possible values are: return "disconnected", "inactive", "scanning", "… 713 <p>Determines if the interface is already scanning or not</p> 1107 <dd>Determines if scanning was successful. If so, results are available.</dd>
|
/hostap-3.6.0/hostapd/ |
D | defconfig | 338 # during scanning.
|
/hostap-3.6.0/wpa_supplicant/dbus/ |
D | dbus_new_handlers.c | 3358 dbus_bool_t scanning = wpa_s->scanning ? TRUE : FALSE; in wpas_dbus_getter_scanning() local 3361 &scanning, error); in wpas_dbus_getter_scanning()
|