wpa_supplicant / hostapd
2.5
|
WPA Supplicant - background scan and roaming interface. More...
#include "includes.h"
#include "common.h"
#include "wpa_supplicant_i.h"
#include "config_ssid.h"
#include "bgscan.h"
Functions | |
int | bgscan_init (struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, const char *name) |
void | bgscan_deinit (struct wpa_supplicant *wpa_s) |
int | bgscan_notify_scan (struct wpa_supplicant *wpa_s, struct wpa_scan_results *scan_res) |
void | bgscan_notify_beacon_loss (struct wpa_supplicant *wpa_s) |
void | bgscan_notify_signal_change (struct wpa_supplicant *wpa_s, int above, int current_signal, int current_noise, int current_txrate) |
WPA Supplicant - background scan and roaming interface.