accounting.c [code] | Hostapd / RADIUS Accounting |
accounting.h [code] | Hostapd / RADIUS Accounting |
aes.c [code] | AES (Rijndael) cipher |
aes.h [code] | AES functions |
aes_wrap.c [code] | AES-based functions |
aes_wrap.h [code] | AES-based functions |
ap.h [code] | Hostapd / Station table data structures |
ap_list.c [code] | Hostapd / AP table |
ap_list.h [code] | Hostapd / AP table |
beacon.c [code] | Hostapd / IEEE 802.11 Management: Beacon and Probe Request/Response |
beacon.h [code] | Hostapd / IEEE 802.11 Management: Beacon and Probe Request/Response |
build_config.h [code] | Wpa_supplicant/hostapd - Build time configuration defines |
common.c [code] | Wpa_supplicant/hostapd / common helper functions, etc |
common.h [code] | Wpa_supplicant/hostapd / common helper functions, etc |
config.c [code] | Hostapd / Configuration file |
config.h [code] | Hostapd / Configuration file |
config_types.h [code] | Hostapd / Shared configuration file defines |
crypto.c [code] | WPA Supplicant / wrapper functions for libcrypto |
crypto.h [code] | WPA Supplicant / wrapper functions for crypto libraries |
ctrl_iface.c [code] | Hostapd / UNIX domain socket -based control interface |
ctrl_iface.h [code] | Hostapd / UNIX domain socket -based control interface |
defs.h [code] | WPA Supplicant - Common definitions |
des.c [code] | DES and 3DES-EDE ciphers |
driver.c [code] | Hostapd / Kernel driver communication with Linux Host AP driver |
driver.h [code] | |
driver_bsd.c [code] | Hostapd / Driver interaction with BSD net80211 layer |
driver_devicescape.c [code] | Hostapd / Kernel driver communication with Devicescape IEEE 802.11 stack |
driver_madwifi.c [code] | Hostapd / Driver interaction with MADWIFI 802.11 driver |
driver_prism54.c [code] | Hostapd / Driver interaction with Prism54 PIMFOR interface |
driver_test.c [code] | Hostapd / Driver interface for development testing |
driver_wired.c [code] | Hostapd / Kernel driver communication for wired (Ethernet) drivers |
eap.c [code] | Hostapd / EAP Standalone Authenticator state machine (RFC 4137) |
eap.h [code] | Hostapd / EAP Standalone Authenticator state machine (RFC 4137) |
eap_aka.c [code] | Hostapd / EAP-AKA (RFC 4187) |
eap_defs.h [code] | EAP server/peer: Shared EAP definitions |
eap_gpsk.c [code] | Hostapd / EAP-GPSK (draft-ietf-emu-eap-gpsk-01.txt) server |
eap_gpsk_common.c [code] | EAP server/peer: EAP-GPSK shared routines |
eap_gpsk_common.h [code] | EAP server/peer: EAP-GPSK shared routines |
eap_gtc.c [code] | Hostapd / EAP-GTC (RFC 3748) |
eap_i.h [code] | Hostapd / EAP Authenticator state machine internal structures (RFC 4137) |
eap_identity.c [code] | Hostapd / EAP-Identity |
eap_md5.c [code] | Hostapd / EAP-MD5 server |
eap_methods.c [code] | Hostapd / EAP method registration |
eap_methods.h [code] | Hostapd / EAP method registration |
eap_mschapv2.c [code] | Hostapd / EAP-MSCHAPv2 (draft-kamath-pppext-eap-mschapv2-00.txt) server |
eap_pax.c [code] | Hostapd / EAP-PAX (draft-clancy-eap-pax-11.txt) server |
eap_pax_common.c [code] | EAP server/peer: EAP-PAX shared routines |
eap_pax_common.h [code] | EAP server/peer: EAP-PAX shared routines |
eap_peap.c [code] | Hostapd / EAP-PEAP (draft-josefsson-pppext-eap-tls-eap-07.txt) |
eap_psk.c [code] | Hostapd / EAP-PSK (draft-bersani-eap-psk-11.txt) server |
eap_psk_common.c [code] | EAP server/peer: EAP-PSK shared routines |
eap_psk_common.h [code] | EAP server/peer: EAP-PSK shared routines |
eap_sake.c [code] | Hostapd / EAP-SAKE (RFC 4763) server |
eap_sake_common.c [code] | EAP server/peer: EAP-SAKE shared routines |
eap_sake_common.h [code] | EAP server/peer: EAP-SAKE shared routines |
eap_sim.c [code] | Hostapd / EAP-SIM (RFC 4186) |
eap_sim_common.c [code] | EAP peer: EAP-SIM/AKA shared routines |
eap_sim_common.h [code] | EAP peer: EAP-SIM/AKA shared routines |
eap_sim_db.c [code] | Hostapd / EAP-SIM database/authenticator gateway |
eap_sim_db.h [code] | Hostapd / EAP-SIM database/authenticator gateway |
eap_tls.c [code] | Hostapd / EAP-TLS (RFC 2716) |
eap_tls_common.c [code] | Hostapd / EAP-TLS/PEAP/TTLS common functions |
eap_tls_common.h [code] | Hostapd / EAP-TLS/PEAP/TTLS common functions |
eap_tlv.c [code] | Hostapd / EAP-TLV (draft-josefsson-pppext-eap-tls-eap-07.txt) |
eap_ttls.c [code] | Hostapd / EAP-TTLS (draft-ietf-pppext-eap-ttls-05.txt) |
eap_ttls.h [code] | EAP server/peer: EAP-TTLS (draft-ietf-pppext-eap-ttls-03.txt) |
eap_vendor_test.c [code] | Hostapd / Test method for vendor specific (expanded) EAP type |
eapol_sm.c [code] | Hostapd / IEEE 802.1X Authenticator - EAPOL state machine |
eapol_sm.h [code] | Hostapd / IEEE 802.1X Authenticator - EAPOL state machine |
eloop.c [code] | Event loop based on select() loop |
eloop.h [code] | Event loop |
eloop_none.c [code] | Event loop - empty template (basic structure, but no OS specific operations) |
eloop_win.c [code] | Event loop based on Windows events and WaitForMultipleObjects |
hlr_auc_gw.c [code] | HLR/AuC testing gateway for hostapd EAP-SIM/AKA database/authenticator |
hostap_common.h [code] | Hostapd / Kernel driver communication with Linux Host AP driver |
hostapd.c [code] | Hostapd / Initialization and configuration |
hostapd.h [code] | Hostapd / Initialization and configuration Host AP kernel driver |
hostapd_cli.c [code] | Hostapd - command line interface for hostapd daemon |
hw_features.c [code] | Hostapd / Hardware feature query and different modes |
hw_features.h [code] | Hostapd / Hardware feature query and different modes |
iapp.c [code] | Hostapd / IEEE 802.11F-2003 Inter-Access Point Protocol (IAPP) |
iapp.h [code] | Hostapd / IEEE 802.11F-2003 Inter-Access Point Protocol (IAPP) |
ieee802_11.c [code] | Hostapd / IEEE 802.11 Management |
ieee802_11.h [code] | Hostapd / IEEE 802.11 Management |
ieee802_11_auth.c [code] | Hostapd / IEEE 802.11 authentication (ACL) |
ieee802_11_auth.h [code] | Hostapd / IEEE 802.11 authentication (ACL) |
ieee802_11h.c [code] | Hostapd / IEEE 802.11h |
ieee802_11h.h [code] | Hostapd / IEEE 802.11h |
ieee802_1x.c [code] | Hostapd / IEEE 802.1X Authenticator |
ieee802_1x.h [code] | Hostapd / IEEE 802.1X Authenticator |
includes.h [code] | Wpa_supplicant/hostapd - Default include files |
l2_packet.h [code] | WPA Supplicant - Layer2 packet interface definition |
l2_packet_freebsd.c [code] | WPA Supplicant - Layer2 packet handling with FreeBSD |
l2_packet_linux.c [code] | WPA Supplicant - Layer2 packet handling with Linux packet sockets |
l2_packet_ndis.c [code] | WPA Supplicant - Layer2 packet handling with Microsoft NDISUIO |
l2_packet_none.c [code] | WPA Supplicant - Layer2 packet handling example with dummy functions |
l2_packet_pcap.c [code] | WPA Supplicant - Layer2 packet handling with libpcap/libdnet and WinPcap |
l2_packet_winpcap.c [code] | WPA Supplicant - Layer2 packet handling with WinPcap RX thread |
md4.c [code] | MD4 hash implementation |
md5.c [code] | MD5 hash implementation and interface functions |
md5.h [code] | MD5 hash implementation and interface functions |
milenage.c [code] | 3GPP AKA - Milenage algorithm (3GPP TS 35.205, .206, .207, .208) |
milenage.h [code] | UMTS AKA - Milenage algorithm (3GPP TS 35.205, .206, .207, .208) |
mlme.c [code] | Hostapd / IEEE 802.11 MLME |
mlme.h [code] | Hostapd / IEEE 802.11 MLME |
ms_funcs.c [code] | WPA Supplicant / shared MSCHAPV2 helper functions / RFC 2433 / RFC 2759 |
ms_funcs.h [code] | WPA Supplicant / shared MSCHAPV2 helper functions / RFC 2433 / RFC 2759 |
nt_password_hash.c [code] | Hostapd - Plaintext password to NtPasswordHash |
os.h [code] | Wpa_supplicant/hostapd / OS specific functions |
os_internal.c [code] | Wpa_supplicant/hostapd / Internal implementation of OS specific functions |
os_none.c [code] | Wpa_supplicant/hostapd / Empty OS specific functions |
os_unix.c [code] | Wpa_supplicant/hostapd / OS specific functions for UNIX/POSIX systems |
os_win32.c [code] | Wpa_supplicant/hostapd / OS specific functions for Win32 systems |
pmksa_cache.c [code] | Hostapd - PMKSA cache for IEEE 802.11i RSN |
pmksa_cache.h [code] | Hostapd - PMKSA cache for IEEE 802.11i RSN |
preauth.c [code] | Hostapd - Authenticator for IEEE 802.11i RSN pre-authentication |
preauth.h [code] | Hostapd - Authenticator for IEEE 802.11i RSN pre-authentication |
prism54.h [code] | |
priv_netlink.h [code] | |
radius.c [code] | Hostapd / RADIUS message processing |
radius.h [code] | Hostapd / RADIUS message processing |
radius_client.c [code] | Hostapd / RADIUS client |
radius_client.h [code] | Hostapd / RADIUS client |
radius_server.c [code] | Hostapd / RADIUS authentication server |
radius_server.h [code] | Hostapd / RADIUS authentication server |
rc4.c [code] | RC4 stream cipher |
rc4.h [code] | RC4 stream cipher |
reconfig.c [code] | Hostapd / Configuration reloading |
sha1.c [code] | SHA1 hash implementation and interface functions |
sha1.h [code] | SHA1 hash implementation and interface functions |
sha256.c [code] | SHA-256 hash implementation and interface functions |
sha256.h [code] | SHA256 hash implementation and interface functions |
sta_info.c [code] | Hostapd / Station table |
sta_info.h [code] | Hostapd / Station table |
state_machine.h [code] | Wpa_supplicant/hostapd - State machine definitions |
tls.h [code] | WPA Supplicant / SSL/TLS interface definition |
tls_gnutls.c [code] | WPA Supplicant / SSL/TLS interface functions for openssl |
tls_none.c [code] | WPA Supplicant / SSL/TLS interface functions for no TLS case |
tls_openssl.c [code] | WPA Supplicant / SSL/TLS interface functions for openssl |
version.h [code] | |
vlan_init.c [code] | Hostapd / VLAN initialization |
vlan_init.h [code] | Hostapd / VLAN initialization |
wireless_copy.h [code] | |
wme.c [code] | Hostapd / WMM (Wi-Fi Multimedia) |
wme.h [code] | Hostapd / WMM (Wi-Fi Multimedia) |
wpa.c [code] | Hostapd - IEEE 802.11i-2004 / WPA Authenticator |
wpa.h [code] | Hostapd - IEEE 802.11i-2004 / WPA Authenticator |
wpa_common.h [code] | WPA definitions shared between hostapd and wpa_supplicant |
wpa_ctrl.c [code] | Wpa_supplicant/hostapd control interface library |
wpa_ctrl.h [code] | Wpa_supplicant/hostapd control interface library |
doc/code_structure.doxygen [code] | |
doc/ctrl_iface.doxygen [code] | |
doc/driver_wrapper.doxygen [code] | |
doc/eap.doxygen [code] | |
doc/mainpage.doxygen [code] | |
doc/porting.doxygen [code] |