Searched refs:bgscan (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/wpa_supplicant/
H A Dbgscan.c20 #include "bgscan.h"
36 const char *name = ssid->bgscan;
63 wpa_printf(MSG_ERROR, "bgscan: Could not find module "
71 wpa_s->bgscan = ops;
72 wpa_printf(MSG_DEBUG, "bgscan: Initialized module '%s' with "
81 if (wpa_s->bgscan && wpa_s->bgscan_priv) {
82 wpa_printf(MSG_DEBUG, "bgscan: Deinitializing module '%s'",
83 wpa_s->bgscan->name);
84 wpa_s->bgscan->deinit(wpa_s->bgscan_priv);
85 wpa_s->bgscan
[all...]
H A Dconfig_ssid.h359 * bgscan - Background scan and roaming parameters or %NULL if none
363 * <bgscan module name>:<module parameters>
365 char *bgscan; member in struct:wpa_ssid
H A Dwpa_supplicant_i.h433 const struct bgscan_ops *bgscan; member in struct:wpa_supplicant
H A Dconfig.c1506 { STR(bgscan) },
1672 os_free(ssid->bgscan);
H A Devents.c38 #include "bgscan.h"
1236 if (wpa_s->current_ssid && wpa_s->current_ssid->bgscan) {
1239 "bgscan");
1241 * Live without bgscan; it is only used as a
H A DMakefile1189 OBJS += bgscan.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/wpa_supplicant/
H A Dbgscan.c20 #include "bgscan.h"
36 const char *name = ssid->bgscan;
63 wpa_printf(MSG_ERROR, "bgscan: Could not find module "
71 wpa_s->bgscan = ops;
72 wpa_printf(MSG_DEBUG, "bgscan: Initialized module '%s' with "
81 if (wpa_s->bgscan && wpa_s->bgscan_priv) {
82 wpa_printf(MSG_DEBUG, "bgscan: Deinitializing module '%s'",
83 wpa_s->bgscan->name);
84 wpa_s->bgscan->deinit(wpa_s->bgscan_priv);
85 wpa_s->bgscan
[all...]
H A Dconfig_ssid.h359 * bgscan - Background scan and roaming parameters or %NULL if none
363 * <bgscan module name>:<module parameters>
365 char *bgscan; member in struct:wpa_ssid
H A Dwpa_supplicant_i.h433 const struct bgscan_ops *bgscan; member in struct:wpa_supplicant
H A Dconfig.c1506 { STR(bgscan) },
1672 os_free(ssid->bgscan);
H A Devents.c38 #include "bgscan.h"
1236 if (wpa_s->current_ssid && wpa_s->current_ssid->bgscan) {
1239 "bgscan");
1241 * Live without bgscan; it is only used as a
H A DMakefile1189 OBJS += bgscan.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/wpa_supplicant/
H A Dbgscan.c20 #include "bgscan.h"
36 const char *name = ssid->bgscan;
63 wpa_printf(MSG_ERROR, "bgscan: Could not find module "
71 wpa_s->bgscan = ops;
72 wpa_printf(MSG_DEBUG, "bgscan: Initialized module '%s' with "
81 if (wpa_s->bgscan && wpa_s->bgscan_priv) {
82 wpa_printf(MSG_DEBUG, "bgscan: Deinitializing module '%s'",
83 wpa_s->bgscan->name);
84 wpa_s->bgscan->deinit(wpa_s->bgscan_priv);
85 wpa_s->bgscan
[all...]
H A Dconfig_ssid.h359 * bgscan - Background scan and roaming parameters or %NULL if none
363 * <bgscan module name>:<module parameters>
365 char *bgscan; member in struct:wpa_ssid
H A Dwpa_supplicant_i.h433 const struct bgscan_ops *bgscan; member in struct:wpa_supplicant
H A Dconfig.c1506 { STR(bgscan) },
1672 os_free(ssid->bgscan);
H A Devents.c38 #include "bgscan.h"
1236 if (wpa_s->current_ssid && wpa_s->current_ssid->bgscan) {
1239 "bgscan");
1241 * Live without bgscan; it is only used as a
H A DMakefile1189 OBJS += bgscan.o

Completed in 197 milliseconds