Searched refs:autoscan (Results 1 – 25 of 34) sorted by relevance
12
/external/wpa_supplicant_8/wpa_supplicant/ |
D | autoscan.c | 48 const char *name = wpa_s->conf->autoscan; in autoscan_init() 54 if (wpa_s->autoscan && wpa_s->autoscan_priv) in autoscan_init() 87 wpa_s->autoscan = ops; in autoscan_init() 111 if (wpa_s->autoscan && wpa_s->autoscan_priv) { in autoscan_deinit() 113 wpa_s->autoscan->name); in autoscan_deinit() 114 wpa_s->autoscan->deinit(wpa_s->autoscan_priv); in autoscan_deinit() 115 wpa_s->autoscan = NULL; in autoscan_deinit() 129 if (wpa_s->autoscan && wpa_s->autoscan_priv) { in autoscan_notify_scan() 130 interval = wpa_s->autoscan->notify_scan(wpa_s->autoscan_priv, in autoscan_notify_scan()
|
D | config.h | 866 char *autoscan; member
|
D | android.config | 463 # See wpa_supplicant.conf for more information on autoscan usage. 465 # Enabling directly a module will enable autoscan support.
|
D | defconfig | 483 # See wpa_supplicant.conf for more information on autoscan usage. 485 # Enabling directly a module will enable autoscan support.
|
D | wpa_supplicant_i.h | 851 const struct autoscan_ops *autoscan; member
|
D | config_file.c | 689 STR(autoscan); in wpa_config_write_network()
|
D | config.c | 2261 os_free(config->autoscan); in wpa_config_free() 4207 { STR(autoscan), 0 },
|
D | Makefile | 1500 OBJS += autoscan.o
|
D | ctrl_iface.c | 6406 os_free(wpa_s->conf->autoscan); in wpa_supplicant_ctrl_iface_autoscan() 6407 wpa_s->conf->autoscan = new_params; in wpa_supplicant_ctrl_iface_autoscan() 6409 if (wpa_s->conf->autoscan == NULL) in wpa_supplicant_ctrl_iface_autoscan()
|
/external/harfbuzz_ng/ |
D | git.mk | 78 $(srcdir)/autoscan.log \
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_new_handlers.c | 2055 os_free(wpa_s->conf->autoscan); in wpas_dbus_handler_autoscan() 2056 wpa_s->conf->autoscan = tmp; in wpas_dbus_handler_autoscan() 2063 os_free(wpa_s->conf->autoscan); in wpas_dbus_handler_autoscan() 2064 wpa_s->conf->autoscan = NULL; in wpas_dbus_handler_autoscan()
|
/external/marisa-trie/ |
D | aclocal.m4 | 159 # C support machinery. Also note that it means that autoscan, seeing
|
/external/openfst/ |
D | aclocal.m4 | 165 # C support machinery. Also note that it means that autoscan, seeing
|
/external/libopus/ |
D | aclocal.m4 | 187 # C support machinery. Also note that it means that autoscan, seeing
|
/external/google-tv-pairing-protocol/cpp/ |
D | aclocal.m4 | 317 # C support machinery. Also note that it means that autoscan, seeing
|
/external/libexif/ |
D | aclocal.m4 | 159 # C support machinery. Also note that it means that autoscan, seeing
|
/external/libusb-compat/ |
D | aclocal.m4 | 314 # C support machinery. Also note that it means that autoscan, seeing
|
/external/google-breakpad/ |
D | aclocal.m4 | 175 # C support machinery. Also note that it means that autoscan, seeing
|
/external/libcap-ng/libcap-ng-0.7/ |
D | aclocal.m4 | 165 # C support machinery. Also note that it means that autoscan, seeing
|
/external/protobuf/ |
D | aclocal.m4 | 155 # C support machinery. Also note that it means that autoscan, seeing
|
/external/libedit/ |
D | aclocal.m4 | 155 # C support machinery. Also note that it means that autoscan, seeing
|
/external/libvncserver/ |
D | aclocal.m4 | 325 # C support machinery. Also note that it means that autoscan, seeing
|
/external/bison/ |
D | aclocal.m4 | 154 # C support machinery. Also note that it means that autoscan, seeing
|
/external/libpng/ |
D | aclocal.m4 | 175 # C support machinery. Also note that it means that autoscan, seeing
|
/external/elfutils/src/ |
D | aclocal.m4 | 215 # C support machinery. Also note that it means that autoscan, seeing
|
12