.. |
Makefile
|
7992b07f6a
Remove unnecessary SUBDIRS loops from src/*/Makefile
|
15 years ago |
accounting.c
|
3acdf771b8
hostapd_driver_ops reduction
|
14 years ago |
accounting.h
|
1057d78eb8
Move generic AP functionality implementation into src/ap
|
15 years ago |
ap_config.c
|
d2da224948
AP: Enable WMM with default parameters by default for HT
|
14 years ago |
ap_config.h
|
2944824315
hostapd: Add require_ht configuration parameter
|
14 years ago |
ap_drv_ops.c
|
7392f11e96
Convert most commonly used drv ops to real function calls
|
14 years ago |
ap_drv_ops.h
|
7392f11e96
Convert most commonly used drv ops to real function calls
|
14 years ago |
ap_list.c
|
81f4f6195e
Include header files explicitly in *.c, not via header files
|
15 years ago |
ap_list.h
|
1057d78eb8
Move generic AP functionality implementation into src/ap
|
15 years ago |
ap_mlme.c
|
81f4f6195e
Include header files explicitly in *.c, not via header files
|
15 years ago |
ap_mlme.h
|
6226e38d00
Rename some src/ap files to avoid duplicate file names
|
15 years ago |
authsrv.c
|
df684d82ff
EAP-pwd: Add support for EAP-pwd server and peer functionality
|
14 years ago |
authsrv.h
|
2586bc64d0
Move authentication server setup into separate file
|
15 years ago |
beacon.c
|
1161ff1ef5
hostapd: Allow TDLS use to be prohibited in the BSS
|
14 years ago |
beacon.h
|
dce044cce5
P2P: Extend P2P manager functionality to work with driver MLME
|
14 years ago |
ctrl_iface_ap.c
|
e44f8bf20a
P2P: Add P2P configuration and callbacks in hostapd code
|
15 years ago |
ctrl_iface_ap.h
|
0e2d35c614
Move ctrl_iface_ap.c into src/ap
|
15 years ago |
drv_callbacks.c
|
e67b55fb11
wpa_s AP: Deliver EVENT_RX_PROBE_REQ events to AP processing
|
14 years ago |
hostapd.c
|
d2da224948
AP: Enable WMM with default parameters by default for HT
|
14 years ago |
hostapd.h
|
e67b55fb11
wpa_s AP: Deliver EVENT_RX_PROBE_REQ events to AP processing
|
14 years ago |
hw_features.c
|
2944824315
hostapd: Add require_ht configuration parameter
|
14 years ago |
hw_features.h
|
5a5009dc92
Fix rate table handling
|
14 years ago |
iapp.c
|
81f4f6195e
Include header files explicitly in *.c, not via header files
|
15 years ago |
iapp.h
|
ad44e244b1
Move iapp.c into src/ap
|
15 years ago |
ieee802_11.c
|
2944824315
hostapd: Add require_ht configuration parameter
|
14 years ago |
ieee802_11.h
|
1161ff1ef5
hostapd: Allow TDLS use to be prohibited in the BSS
|
14 years ago |
ieee802_11_auth.c
|
3acdf771b8
hostapd_driver_ops reduction
|
14 years ago |
ieee802_11_auth.h
|
1057d78eb8
Move generic AP functionality implementation into src/ap
|
15 years ago |
ieee802_11_ht.c
|
8421e95c71
Fix segfault in hostapd_eid_ht_capabilities() with some drivers
|
15 years ago |
ieee802_1x.c
|
6905dcb1e0
AP: Introduce sta authorized wrappers
|
14 years ago |
ieee802_1x.h
|
6fa2ec2d2b
Make EAPOL Authenticator buildable with Microsoft compiler
|
15 years ago |
p2p_hostapd.c
|
dce044cce5
P2P: Extend P2P manager functionality to work with driver MLME
|
14 years ago |
p2p_hostapd.h
|
dce044cce5
P2P: Extend P2P manager functionality to work with driver MLME
|
14 years ago |
peerkey_auth.c
|
3642c4313a
Annotate places depending on strong random numbers
|
14 years ago |
pmksa_cache_auth.c
|
6226e38d00
Rename some src/ap files to avoid duplicate file names
|
15 years ago |
pmksa_cache_auth.h
|
6226e38d00
Rename some src/ap files to avoid duplicate file names
|
15 years ago |
preauth_auth.c
|
1ce77dcc66
Fix memory leak on RSN preauth init error path
|
15 years ago |
preauth_auth.h
|
6226e38d00
Rename some src/ap files to avoid duplicate file names
|
15 years ago |
sta_info.c
|
0661eed204
AP: Add callback for STA authorized transitions
|
14 years ago |
sta_info.h
|
6905dcb1e0
AP: Introduce sta authorized wrappers
|
14 years ago |
tkip_countermeasures.c
|
6905dcb1e0
AP: Introduce sta authorized wrappers
|
14 years ago |
tkip_countermeasures.h
|
1057d78eb8
Move generic AP functionality implementation into src/ap
|
15 years ago |
utils.c
|
cd7d80f373
Allow Probe Request callbacks to terminate iteration
|
15 years ago |
vlan_init.c
|
0e8a96a911
Get rid of struct hostapd_driver_ops abstraction
|
14 years ago |
vlan_init.h
|
1057d78eb8
Move generic AP functionality implementation into src/ap
|
15 years ago |
wmm.c
|
cee7d66b1d
hostapd: Start removing struct hostapd_driver_ops abstraction
|
14 years ago |
wmm.h
|
6226e38d00
Rename some src/ap files to avoid duplicate file names
|
15 years ago |
wpa_auth.c
|
bc8318acbc
WPA: Add more info for EAPOL-Key Nonce/MIC debugging
|
14 years ago |
wpa_auth.h
|
721abef9b3
Allow advertising of U-APSD functionality in Beacon
|
15 years ago |
wpa_auth_ft.c
|
3642c4313a
Annotate places depending on strong random numbers
|
14 years ago |
wpa_auth_glue.c
|
3acdf771b8
hostapd_driver_ops reduction
|
14 years ago |
wpa_auth_glue.h
|
70db2ab308
Move rest of the generic AP mode functionality into src/ap
|
15 years ago |
wpa_auth_i.h
|
08704cd885
hostapd: Verify availability of random data when using WPA/WPA2
|
14 years ago |
wpa_auth_ie.c
|
f3b87561d7
Share WPA IE parser function for RSN authenticator/supplicant
|
14 years ago |
wpa_auth_ie.h
|
0f857f43df
FT: Validate MDIE and FTIE in FT 4-way handshake message 2/4
|
15 years ago |
wps_hostapd.c
|
d601247ca9
P2P: Allow WPS_PBC command on GO to select on P2P Device Address
|
14 years ago |
wps_hostapd.h
|
d601247ca9
P2P: Allow WPS_PBC command on GO to select on P2P Device Address
|
14 years ago |