wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Macros | Variables
bgscan_learn.c File Reference

WPA Supplicant - background scan and roaming module: learn. More...

#include "includes.h"
#include "common.h"
#include "eloop.h"
#include "list.h"
#include "common/ieee802_11_defs.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_learn_bss
 
struct  bgscan_learn_data
 

Macros

#define MAX_BSS   50
 

Variables

const struct bgscan_ops bgscan_learn_ops
 

Detailed Description

WPA Supplicant - background scan and roaming module: learn.

Variable Documentation

const struct bgscan_ops bgscan_learn_ops
Initial value:
= {
.name = "learn",
.init = bgscan_learn_init,
.deinit = bgscan_learn_deinit,
.notify_scan = bgscan_learn_notify_scan,
.notify_beacon_loss = bgscan_learn_notify_beacon_loss,
.notify_signal_change = bgscan_learn_notify_signal_change,
}