wpa_supplicant / hostapd 2.0

drivers Directory Reference

Directory dependency graph for src/drivers/:
src/drivers/

Files

file  android_drv.h [code]
 

Android driver interface.


file  driver.h [code]
 

Driver interface definition.


file  driver_atheros.c
 

hostapd / Driver interaction with Atheros driver


file  driver_bsd.c
 

WPA Supplicant - driver interaction with BSD net80211 layer.


file  driver_common.c
 

Common driver-related functions.


file  driver_hostap.c
 

Driver interaction with Linux Host AP driver.


file  driver_hostap.h [code]
 

Driver interaction with Linux Host AP driver.


file  driver_madwifi.c
 

WPA Supplicant - driver interaction with MADWIFI 802.11 driver.


file  driver_ndis.c
 

WPA Supplicant - Windows/NDIS driver interface.


file  driver_ndis.h [code]
 

WPA Supplicant - Windows/NDIS driver interface.


file  driver_ndis_.c
 

WPA Supplicant - Windows/NDIS driver interface - event processing.


file  driver_nl80211.c
 

Driver interaction with Linux nl80211/cfg80211.


file  driver_none.c
 

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


file  driver_privsep.c
 

WPA Supplicant - privilege separated driver interface.


file  driver_roboswitch.c
 

WPA Supplicant - roboswitch driver interface.


file  driver_test.c
 

Testing driver interface for a simulated network driver.


file  driver_wext.c
 

Driver interaction with generic Linux Wireless Extensions.


file  driver_wext.h [code]
 

WPA Supplicant - driver_wext exported functions.


file  driver_wired.c
 

Wired Ethernet driver interface.


file  drivers.c
 

Driver interface list.


file  linux_ioctl.c
 

Linux ioctl helper functions for driver wrappers.


file  linux_ioctl.h [code]
 

Linux ioctl helper functions for driver wrappers.


file  linux_wext.h [code]
 

Driver interaction with generic Linux Wireless Extensions.


file  ndis_events.c
 

ndis_events - Receive NdisMIndicateStatus() events using WMI


file  netlink.c
 

Netlink helper functions for driver wrappers.


file  netlink.h [code]
 

Netlink helper functions for driver wrappers.


file  nl80211_copy.h [code]
file  priv_netlink.h [code]
 

wpa_supplicant - Private copy of Linux netlink/rtnetlink definitions.


file  rfkill.c
 

Linux rfkill helper functions for driver wrappers.


file  rfkill.h [code]
 

Linux rfkill helper functions for driver wrappers.



Detailed Description

Driver wrappers

This directory includes the driver interface definition and all the driver wrappers that can be used to interact with different drivers without making rest of the software dependent on which particular driver is used.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines