HomeSort by relevance Sort by last modified time
    Searched refs:autoscan (Results 1 - 9 of 9) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
autoscan.c 16 #include "autoscan.h"
48 const char *name = wpa_s->conf->autoscan;
54 if (wpa_s->autoscan && wpa_s->autoscan_priv)
77 wpa_printf(MSG_ERROR, "autoscan: Could not find module "
87 wpa_s->autoscan = ops;
89 wpa_printf(MSG_DEBUG, "autoscan: Initialized module '%s' with "
111 if (wpa_s->autoscan && wpa_s->autoscan_priv) {
112 wpa_printf(MSG_DEBUG, "autoscan: Deinitializing module '%s'",
113 wpa_s->autoscan->name);
114 wpa_s->autoscan->deinit(wpa_s->autoscan_priv)
    [all...]
config.h 860 * autoscan - Automatic scan parameters or %NULL if none
864 * <autoscan module name>:<module parameters>
866 char *autoscan; member in struct:wpa_config
    [all...]
wpa_supplicant_i.h 851 const struct autoscan_ops *autoscan; member in struct:wpa_supplicant
    [all...]
config_file.c 689 STR(autoscan);
    [all...]
config.c     [all...]
ctrl_iface.c 47 #include "autoscan.h"
    [all...]
Makefile 1500 OBJS += autoscan.o
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c 24 #include "../autoscan.h"
    [all...]
  /external/harfbuzz_ng/
git.mk 78 $(srcdir)/autoscan.log \

Completed in 151 milliseconds