HomeSort by relevance Sort by last modified time
    Searched full:autoscan (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/wpa_supplicant_8/wpa_supplicant/
autoscan.c 17 #include "autoscan.h"
49 const char *name = wpa_s->conf->autoscan;
60 if (wpa_s->autoscan && wpa_s->autoscan_priv)
83 wpa_printf(MSG_ERROR, "autoscan: Could not find module "
105 wpa_s->autoscan = ops;
107 wpa_printf(MSG_DEBUG, "autoscan: Initialized module '%s' with "
129 if (wpa_s->autoscan && wpa_s->autoscan_priv) {
130 wpa_printf(MSG_DEBUG, "autoscan: Deinitializing module '%s'",
131 wpa_s->autoscan->name);
132 wpa_s->autoscan->deinit(wpa_s->autoscan_priv)
    [all...]
autoscan_periodic.c 13 #include "autoscan.h"
54 wpa_printf(MSG_DEBUG, "autoscan periodic: interval is %d",
74 wpa_printf(MSG_DEBUG, "autoscan periodic: scan result notification");
autoscan_exponential.c 13 #include "autoscan.h"
59 wpa_printf(MSG_DEBUG, "autoscan exponential: base exponential is %d "
81 wpa_printf(MSG_DEBUG, "autoscan exponential: scan result "
android.config 468 # Autoscan
470 # See wpa_supplicant.conf for more information on autoscan usage.
472 # Enabling directly a module will enable autoscan support.
defconfig 496 # Autoscan
498 # See wpa_supplicant.conf for more information on autoscan usage.
500 # Enabling directly a module will enable autoscan support.
config.h 906 * autoscan - Automatic scan parameters or %NULL if none
910 * <autoscan module name>:<module parameters>
912 char *autoscan; member in struct:wpa_config
    [all...]
wpa_cli.c 677 "autoscan", "wps_nfc_dev_pw_id", "wps_nfc_dh_pubkey",
760 "interworking", "access_network_type", "pbc_in_m1", "autoscan",
    [all...]
wpa_supplicant.conf 309 #autoscan=<autoscan module name>:<module parameters>
310 # autoscan is like bgscan but on disconnected or inactive state.
312 #autoscan=exponential:3:300
316 #autoscan=periodic:30
319 # autoscan is ignored.
    [all...]
wpa_supplicant_i.h 907 const struct autoscan_ops *autoscan; member in struct:wpa_supplicant
    [all...]
Android.mk 1475 OBJS += autoscan.c
    [all...]
config_file.c 689 STR(autoscan);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c 24 #include "../autoscan.h"
    [all...]
  /external/harfbuzz_ng/
git.mk 81 $(srcdir)/autoscan.log \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
configure.info 317 If you have an existing body of code, the `autoscan' program may
319 that you will want to use. *Note Invoking autoscan: (autoconf)Invoking
320 autoscan.
696 `autoscan', which will create a `configure.scan' file which we can use
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
exdisp.h     [all...]
  /external/c-ares/
aclocal.m4 132 # C support machinery. Also note that it means that autoscan, seeing
    [all...]
  /external/libevent/
aclocal.m4 161 # C support machinery. Also note that it means that autoscan, seeing
    [all...]
  /external/libexif/
aclocal.m4 159 # C support machinery. Also note that it means that autoscan, seeing
    [all...]
  /external/libopus/
aclocal.m4 187 # C support machinery. Also note that it means that autoscan, seeing
    [all...]
  /external/libusb-compat/
aclocal.m4 314 # C support machinery. Also note that it means that autoscan, seeing
    [all...]
  /external/netperf/
aclocal.m4 165 # C support machinery. Also note that it means that autoscan, seeing
    [all...]
  /ndk/sources/host-tools/make-3.81/
aclocal.m4 132 # C support machinery. Also note that it means that autoscan, seeing
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
aclocal.m4 159 # C support machinery. Also note that it means that autoscan, seeing
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
aclocal.m4 159 # C support machinery. Also note that it means that autoscan, seeing
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
aclocal.m4 159 # C support machinery. Also note that it means that autoscan, seeing
    [all...]

Completed in 638 milliseconds

1 2 3