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

WPA Supplicant - auto scan exponential module. More...

#include "includes.h"
#include "common.h"
#include "wpa_supplicant_i.h"
#include "autoscan.h"

Data Structures

struct  autoscan_exponential_data
 

Variables

const struct autoscan_ops autoscan_exponential_ops
 

Detailed Description

WPA Supplicant - auto scan exponential module.

Variable Documentation

const struct autoscan_ops autoscan_exponential_ops
Initial value:
= {
.name = "exponential",
.init = autoscan_exponential_init,
.deinit = autoscan_exponential_deinit,
.notify_scan = autoscan_exponential_notify_scan,
}