wpa_supplicant / hostapd 2.0
Data Structures | Variables

bgscan_simple.c File Reference

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

Detailed Description

WPA Supplicant - background scan and roaming module: simple.

Copyright
Copyright (c) 2009-2010, Jouni Malinen <j@w1.fi>

This software may be distributed under the terms of the BSD license. See README for more details.


Variable Documentation

struct bgscan_ops bgscan_simple_ops
Initial value:
 {
        .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,
}
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines