wpa_supplicant / hostapd 2.0
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

struct wpa_driver_ops wpa_driver_none_ops

Detailed Description

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

Copyright
Copyright (c) 2008, Atheros Communications

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


Variable Documentation

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,
        .send_eapol = none_driver_send_eapol,
}
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines