hostap/src/ap
2011-10-23 12:42:55 +03:00
..
accounting.c Remove references to time_t/time() 2011-09-12 22:14:30 +03:00
accounting.h Move generic AP functionality implementation into src/ap 2009-12-25 01:12:50 +02:00
ap_config.c Add support for Time Advertisement 2011-10-18 00:24:16 +03:00
ap_config.h Add support for Time Advertisement 2011-10-18 00:24:16 +03:00
ap_drv_ops.c Add support for Time Advertisement 2011-10-18 00:24:16 +03:00
ap_drv_ops.h AP: Do station poll in driver wrapper 2011-10-20 21:03:08 +03:00
ap_list.c Remove references to time_t/time()/random() 2011-04-11 18:33:48 +03:00
ap_list.h Remove references to time_t/time()/random() 2011-04-11 18:33:48 +03:00
ap_mlme.c Include header files explicitly in *.c, not via header files 2009-12-26 00:31:51 +02:00
ap_mlme.h Rename some src/ap files to avoid duplicate file names 2009-12-26 00:05:40 +02:00
authsrv.c EAP-pwd: Add support for EAP-pwd server and peer functionality 2010-09-14 21:51:40 -10:00
authsrv.h Move authentication server setup into separate file 2009-12-25 13:43:43 +02:00
beacon.c Interworking: Filter Probe Request frames based on HESSID and ANT 2011-10-21 12:43:53 +03:00
beacon.h Start deprecating various AP mode driver_ops 2011-10-17 18:35:25 +03:00
ctrl_iface_ap.c P2P: Add P2P configuration and callbacks in hostapd code 2010-09-09 07:17:17 -07:00
ctrl_iface_ap.h Move ctrl_iface_ap.c into src/ap 2009-12-25 12:25:55 +02:00
drv_callbacks.c AP: Pass only bssid/addr/wds to EVENT_RX_FROM_UNKNOWN 2011-10-20 21:51:32 +03:00
hostapd.c Add support for Time Advertisement 2011-10-18 00:24:16 +03:00
hostapd.h Add support for Time Advertisement 2011-10-18 00:24:16 +03:00
hw_features.c Share a single wpa_scan_results_free() implementation 2011-10-22 22:09:40 +03:00
hw_features.h Better messages when channel cannot be used in AP mode 2011-05-16 22:01:11 +03:00
iapp.c Include header files explicitly in *.c, not via header files 2009-12-26 00:31:51 +02:00
iapp.h Move iapp.c into src/ap 2009-12-25 13:04:45 +02:00
ieee802_1x.c Fix typo in comment related to EAPOL 2011-10-22 21:41:09 +03:00
ieee802_1x.h Make EAPOL Authenticator buildable with Microsoft compiler 2010-02-19 18:35:40 +02:00
ieee802_11.c Remove unused variables 2011-10-23 12:42:55 +03:00
ieee802_11.h AP: Do station poll in driver wrapper 2011-10-20 21:03:08 +03:00
ieee802_11_auth.c Remove references to time_t/time() 2011-09-12 22:14:30 +03:00
ieee802_11_auth.h Move generic AP functionality implementation into src/ap 2009-12-25 01:12:50 +02:00
ieee802_11_ht.c hostapd: Don't mask out non-symmetric STA HT caps 2011-06-23 20:18:21 +03:00
ieee802_11_shared.c Add support for Time Advertisement 2011-10-18 00:24:16 +03:00
Makefile Remove unnecessary SUBDIRS loops from src/*/Makefile 2010-04-17 17:10:31 +03:00
p2p_hostapd.c P2P: Extend P2P manager functionality to work with driver MLME 2010-10-08 18:16:07 +03:00
p2p_hostapd.h P2P: Extend P2P manager functionality to work with driver MLME 2010-10-08 18:16:07 +03:00
peerkey_auth.c Annotate places depending on strong random numbers 2010-11-24 01:05:20 +02:00
pmksa_cache_auth.c Rename some src/ap files to avoid duplicate file names 2009-12-26 00:05:40 +02:00
pmksa_cache_auth.h Rename some src/ap files to avoid duplicate file names 2009-12-26 00:05:40 +02:00
preauth_auth.c Fix memory leak on RSN preauth init error path 2010-01-06 21:14:09 +02:00
preauth_auth.h Rename some src/ap files to avoid duplicate file names 2009-12-26 00:05:40 +02:00
sta_info.c AP: Do station poll in driver wrapper 2011-10-20 21:03:08 +03:00
sta_info.h Fix typos found by codespell 2011-09-22 00:43:59 +03:00
tkip_countermeasures.c Remove references to time_t/time() 2011-09-12 22:14:30 +03:00
tkip_countermeasures.h Move generic AP functionality implementation into src/ap 2009-12-25 01:12:50 +02:00
utils.c P2P: Filter Probe Request frames based on DA and BSSID in Listen state 2011-07-15 20:28:46 +03:00
vlan_init.c Get rid of struct hostapd_driver_ops abstraction 2010-11-24 16:50:06 +02:00
vlan_init.h Move generic AP functionality implementation into src/ap 2009-12-25 01:12:50 +02:00
wmm.c Make sure reserved field in WMM IE is set to 0 2011-02-10 22:10:40 +02:00
wmm.h Rename some src/ap files to avoid duplicate file names 2009-12-26 00:05:40 +02:00
wpa_auth.c AP: Reorder WPA/Beacon initialization 2011-08-09 14:56:16 +03:00
wpa_auth.h AP: Reorder WPA/Beacon initialization 2011-08-09 14:56:16 +03:00
wpa_auth_ft.c FT: Share IE parser implementation for Authenticator and Supplicant 2011-07-16 11:13:39 +03:00
wpa_auth_glue.c Fix hostapd_wpa_auth_send_ether() return value 2011-10-23 12:33:17 +03:00
wpa_auth_glue.h Move rest of the generic AP mode functionality into src/ap 2009-12-25 20:06:07 +02:00
wpa_auth_i.h Work around SNonce updates on EAPOL-Key 1/4 retransmission 2011-03-29 17:39:12 +03:00
wpa_auth_ie.c hostapd: Add testing mode for RSN element extensions 2011-03-21 13:59:05 +02:00
wpa_auth_ie.h FT: Validate MDIE and FTIE in FT 4-way handshake message 2/4 2010-04-10 22:40:35 +03:00
wps_hostapd.c WPS: Send AP Settings as a wrapped Credential attribute to ctrl_iface 2011-09-30 22:26:37 +03:00
wps_hostapd.h WPS UPnP: Fix UPnP initialization for non-bridge case with some drivers 2011-05-19 12:55:47 +03:00