20 void (*deinit)(
void *priv);
23 void (*notify_beacon_loss)(
void *priv);
24 void (*notify_signal_change)(
void *priv,
int above,
38 void bgscan_notify_signal_change(
struct wpa_supplicant *wpa_s,
int above,
39 int current_signal,
int current_noise,
44 #ifdef CONFIG_BGSCAN_SIMPLE 45 extern const struct bgscan_ops bgscan_simple_ops;
47 #ifdef CONFIG_BGSCAN_LEARN 48 extern const struct bgscan_ops bgscan_learn_ops;
54 struct wpa_ssid *ssid,
const char name)
69 static inline void bgscan_notify_beacon_loss(
struct wpa_supplicant *wpa_s)
73 static inline void bgscan_notify_signal_change(
struct wpa_supplicant *wpa_s,
74 int above,
int current_signal,
u8 * ssid
ssid - Service set identifier (network name)
Definition: config_ssid.h:113
struct wpa_scan_results - Scan results : Array of pointers to allocated variable length scan result e...
Definition: driver.h:285
struct wpa_supplicant - Internal data for wpa_supplicant interface
Definition: wpa_supplicant_i.h:472
struct wpa_ssid - Network configuration data
Definition: config_ssid.h:55