|
wpa_supplicant / hostapd 2.0
|
WPA Supplicant - background scan and roaming module: simple. More...
#include "includes.h"#include "common.h"#include "eloop.h"#include "drivers/driver.h"#include "config_ssid.h"#include "wpa_supplicant_i.h"#include "driver_i.h"#include "scan.h"#include "bgscan.h"Data Structures | |
| struct | bgscan_simple_data |
Variables | |
| struct bgscan_ops | bgscan_simple_ops |
WPA Supplicant - background scan and roaming module: simple.
This software may be distributed under the terms of the BSD license. See README for more details.
| struct bgscan_ops bgscan_simple_ops |
{
.name = "simple",
.init = bgscan_simple_init,
.deinit = bgscan_simple_deinit,
.notify_scan = bgscan_simple_notify_scan,
.notify_beacon_loss = bgscan_simple_notify_beacon_loss,
.notify_signal_change = bgscan_simple_notify_signal_change,
}
1.7.3