Home
last modified time | relevance | path

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

/hostap-3.6.0/wpa_supplicant/
Dscan.h45 int scanning);
Dscan.c932 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()
Ddefconfig557 # during scanning.
592 # Background scanning modules
593 # 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
DChangeLog493 * 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
DREADME-Windows.txt188 scanning; this allows APs with hidden SSIDs to be used)
Drrm.c1036 if (wpa_s->scanning || wpas_p2p_in_progress(wpa_s) || in wpas_rrm_scan_timeout()
Dhs20_supplicant.c1212 if (wpa_s->scanning) { in hs20_fetch_osu()
Dwpa_supplicant_i.h817 int scanning; member
Dwnm_sta.c1474 if (wpa_s->wnm_dissoc_timer && !wpa_s->scanning) { in ieee802_11_rx_bss_trans_mgmt_req()
DREADME-HS2079 # Parameters for controlling scanning
Devents.c5646 resched = wpa_s->scanning && wpas_scan_scheduled(wpa_s); in wpa_supplicant_event()
Dwpa_supplicant.c7929 if (wpa_s->wpa_state == WPA_SCANNING && !wpa_s->scanning) in wpa_supplicant_ctrl_iface_ctrl_rsp_handle()
Dctrl_iface.c8972 if (!wpa_s->sched_scanning && !wpa_s->scanning && in wpas_ctrl_scan()
/hostap-3.6.0/wpadebug/
DREADME24 wpadebug depends on zxing core to launch QR code display/scanning.
/hostap-3.6.0/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.doxygen708 …<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/
Ddefconfig338 # during scanning.
/hostap-3.6.0/wpa_supplicant/dbus/
Ddbus_new_handlers.c3358 dbus_bool_t scanning = wpa_s->scanning ? TRUE : FALSE; in wpas_dbus_getter_scanning() local
3361 &scanning, error); in wpas_dbus_getter_scanning()