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

Driver interface for RADIUS server or WPS ER only (no driver) More...

#include "includes.h"
#include "common.h"
#include "driver.h"

Data Structures

struct  none_driver_data
 

Variables

const struct wpa_driver_ops wpa_driver_none_ops
 

Detailed Description

Driver interface for RADIUS server or WPS ER only (no driver)

Variable Documentation

const struct wpa_driver_ops wpa_driver_none_ops
Initial value:
= {
.name = "none",
.desc = "no driver (RADIUS server/WPS ER)",
.hapd_init = none_driver_hapd_init,
.hapd_deinit = none_driver_hapd_deinit,
.send_ether = none_driver_send_ether,
.init = none_driver_init,
.deinit = none_driver_deinit,
}