hostapd/src/ap
Jouni Malinen 1bdb7ab3af Re-initialize GMK and Key Counter on first station connection
This adds more time for the system entropy pool to be filled before
requesting random data for generating the WPA/WPA2 encryption keys.
This can be helpful especially on embedded devices that do not have
hardware random number generator and may lack good sources of
randomness especially early in the bootup sequence when hostapd is
likely to be started.

GMK and Key Counter are still initialized once in the beginning to
match the RSN Authenticator state machine behavior and to make sure
that the driver does not transmit broadcast frames unencrypted.
However, both GMK (and GTK derived from it) and Key Counter will be
re-initialized when the first station connects and is about to
enter 4-way handshake.
2010-11-24 00:52:46 +02:00
..
accounting.c Rename some src/ap files to avoid duplicate file names 2009-12-26 00:05:40 +02:00
accounting.h Move generic AP functionality implementation into src/ap 2009-12-25 01:12:50 +02:00
ap_config.c EAP-pwd: Add support for EAP-pwd server and peer functionality 2010-09-14 21:51:40 -10:00
ap_config.h Allow client isolation to be configured (ap_isolate=1) 2010-11-09 16:27:15 +02:00
ap_drv_ops.c Allow client isolation to be configured (ap_isolate=1) 2010-11-09 16:27:15 +02:00
ap_drv_ops.h P2P: Disable periodic NoA when non-P2P STA is connected 2010-09-09 07:17:20 -07:00
ap_list.c Include header files explicitly in *.c, not via header files 2009-12-26 00:31:51 +02:00
ap_list.h Move generic AP functionality implementation into src/ap 2009-12-25 01:12:50 +02: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 P2P: Extend P2P manager functionality to work with driver MLME 2010-10-08 18:16:07 +03:00
beacon.h P2P: Extend P2P manager functionality to work with driver MLME 2010-10-08 18:16:07 +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 hostapd: Fix compiler warning 2010-10-25 13:38:06 +03:00
hostapd.c hostapd: Fix config reload for multi-BSS 2010-11-09 16:35:49 +02:00
hostapd.h P2P: Send AP mode WPS-FAIL event to parent interface 2010-10-14 20:57:00 +03:00
hw_features.c AP: Verify that HT40 secondary channel is supported 2010-11-12 18:31:56 +02:00
hw_features.h Fix rate table handling 2010-11-09 16:17:50 +02: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 EAP standalone server 2010-11-07 16:25:35 +02:00
ieee802_1x.h Make EAPOL Authenticator buildable with Microsoft compiler 2010-02-19 18:35:40 +02:00
ieee802_11.c Fix WDS STA reassociation 2010-11-09 16:00:09 +02:00
ieee802_11.h Remove unused ieee802_11_send_deauth() 2010-08-25 21:18:54 +03:00
ieee802_11_auth.c Fix Windows compilation issues with AP mode code 2010-04-04 08:14:14 +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 Fix segfault in hostapd_eid_ht_capabilities() with some drivers 2010-09-05 12:47: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 Rename some src/ap files to avoid duplicate file names 2009-12-26 00:05:40 +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 P2P: Disable periodic NoA when non-P2P STA is connected 2010-09-09 07:17:20 -07:00
sta_info.h P2P: Disable periodic NoA when non-P2P STA is connected 2010-09-09 07:17:20 -07:00
tkip_countermeasures.c Rename some src/ap files to avoid duplicate file names 2009-12-26 00:05:40 +02:00
tkip_countermeasures.h Move generic AP functionality implementation into src/ap 2009-12-25 01:12:50 +02:00
utils.c Allow Probe Request callbacks to terminate iteration 2009-12-28 13:14:58 +02:00
vlan_init.c Fix build without CONFIG_FULL_DYNAMIC_VLAN 2010-04-17 21:01:35 +03:00
vlan_init.h Move generic AP functionality implementation into src/ap 2009-12-25 01:12:50 +02:00
wmm.c Allow advertising of U-APSD functionality in Beacon 2010-04-11 11:32:15 +03:00
wmm.h Rename some src/ap files to avoid duplicate file names 2009-12-26 00:05:40 +02:00
wpa_auth.c Re-initialize GMK and Key Counter on first station connection 2010-11-24 00:52:46 +02:00
wpa_auth.h Allow advertising of U-APSD functionality in Beacon 2010-04-11 11:32:15 +03:00
wpa_auth_ft.c FT: Send RRB data directly when managed by same hostapd process 2010-07-25 20:30:12 -07:00
wpa_auth_glue.c FT: Send RRB data directly when managed by same hostapd process 2010-07-25 20:30:12 -07: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 Re-initialize GMK and Key Counter on first station connection 2010-11-24 00:52:46 +02:00
wpa_auth_ie.c Share WPA IE parser function for RSN authenticator/supplicant 2010-11-12 21:52:14 +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: Change concurrent radio AP to use only one WPS UPnP instance 2010-11-11 14:50:13 +02:00
wps_hostapd.h hostapd: Add wps_config ctrl_interface command for configuring AP 2010-10-21 16:49:41 +03:00