#include "includes.h"
#include "common.h"
#include "wpa_supplicant_i.h"
#include "config_ssid.h"
#include "bgscan.h"
Go to the source code of this file.
Functions | |
void | bgscan_deinit (struct wpa_supplicant *wpa_s) |
int | bgscan_init (struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid) |
void | bgscan_notify_beacon_loss (struct wpa_supplicant *wpa_s) |
int | bgscan_notify_scan (struct wpa_supplicant *wpa_s) |
void | bgscan_notify_signal_change (struct wpa_supplicant *wpa_s, int above) |
Variables | |
static struct bgscan_ops * | bgscan_modules [] |
void bgscan_deinit | ( | struct wpa_supplicant * | wpa_s | ) |
int bgscan_init | ( | struct wpa_supplicant * | wpa_s, |
struct wpa_ssid * | ssid | ||
) |
void bgscan_notify_beacon_loss | ( | struct wpa_supplicant * | wpa_s | ) |
int bgscan_notify_scan | ( | struct wpa_supplicant * | wpa_s | ) |
void bgscan_notify_signal_change | ( | struct wpa_supplicant * | wpa_s, |
int | above | ||
) |
struct bgscan_ops* bgscan_modules[] [static] |