fragattacks/src/ap
Jouni Malinen 296a34f0c1 Remove STA entry from AP when starting TKIP countermeasures
Previously, the STA entry was removed only from the driver and the STA
entry within hostapd was just marked disassociated. However, this left
the WPA authenticator state machine with an entry and the session was
not terminated properly. In addition, the STA entry could have remaining
indefinitely if the STA did not reconnect after TKIP countermeasures.
Fix this by removing the STA entry from hostapd instead of just leaving
it disassociated.

Signed-hostap: Jouni Malinen <j@w1.fi>
2012-06-25 13:53:24 +03:00
..
accounting.c hostapd: Allow addition of arbitrary RADIUS attributes 2012-05-05 20:19:56 +03:00
accounting.h Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
ap_config.c RADIUS DAS: Validate Event-Timestamp 2012-06-17 17:43:36 +03:00
ap_config.h RADIUS DAS: Validate Event-Timestamp 2012-06-17 17:43:36 +03:00
ap_drv_ops.c Add hostapd_drv_send_action() 2012-02-26 22:52:37 +02:00
ap_drv_ops.h Add hostapd_drv_send_action() 2012-02-26 22:52:37 +02:00
ap_list.c hostapd: Only update already-set beacons when processing OLBC 2012-04-01 18:12:04 +03:00
ap_list.h AP: remove ssi_signal from ap_info 2012-03-05 16:38:26 +02:00
ap_mlme.c Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
ap_mlme.h Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
authsrv.c Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
authsrv.h Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
beacon.c Pass signal strength through, fix units 2012-04-01 18:48:12 +03:00
beacon.h Pass signal strength through, fix units 2012-04-01 18:48:12 +03:00
ctrl_iface_ap.c Add wpa_supplicant AP mode STA deauthenticate/disassociate commands 2012-02-25 17:22:48 +02:00
ctrl_iface_ap.h Add wpa_supplicant AP mode STA deauthenticate/disassociate commands 2012-02-25 17:22:48 +02:00
drv_callbacks.c Force driver to disassociate STA if no room for the STA entry 2012-05-27 21:21:37 -07:00
gas_serv.c Remove unused variable 2012-04-28 18:30:41 +03:00
gas_serv.h GAS server: Add support for ANQP Venue Name element 2012-02-26 22:53:22 +02:00
hostapd.c RADIUS DAS: Support Chargeable-User-Identity with Disconnect-Request 2012-06-17 19:44:46 +03:00
hostapd.h Add preliminary RADIUS dynamic authorization server (RFC 5176) 2012-05-06 22:02:42 +03:00
hw_features.c Scan only affected frequencies for 20/40 MHz co-ex check for 2012-04-08 12:12:32 +03:00
hw_features.h Fix no-NEED_AP_MLME build 2011-12-04 12:46:01 +02:00
iapp.c Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
iapp.h Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
ieee802_1x.c hostapd: Allow addition of arbitrary RADIUS attributes 2012-05-05 20:19:56 +03:00
ieee802_1x.h hostapd: Copy Chargeable-User-Identity into accounting (RFC 4372) 2012-05-05 18:05:09 +03:00
ieee802_11_auth.c Fix validation of PSK-from-RADIUS-server required response 2012-04-21 19:46:58 +03:00
ieee802_11_auth.h Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +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 WNM: Add advertisement of BSS max idle period 2012-05-27 17:35:00 -07:00
ieee802_11.c WNM: Add advertisement of BSS max idle period 2012-05-27 17:35:00 -07:00
ieee802_11.h WNM: Add advertisement of BSS max idle period 2012-05-27 17:35:00 -07:00
Makefile Remove unnecessary SUBDIRS loops from src/*/Makefile 2010-04-17 17:10:31 +03:00
p2p_hostapd.c Remove the GPL notification from files contributed by Atheros 2012-02-11 19:39:36 +02:00
p2p_hostapd.h Remove the GPL notification from files contributed by Atheros 2012-02-11 19:39:36 +02:00
peerkey_auth.c Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
pmksa_cache_auth.c Copy Chargeable-User-Identity in PMKSA caching case 2012-06-17 19:51:57 +03:00
pmksa_cache_auth.h Copy Chargeable-User-Identity in PMKSA caching case 2012-06-17 19:51:57 +03:00
preauth_auth.c Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
preauth_auth.h Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
sta_info.c P2P: Add p2p_client_list support for FullMAC Persistent GO 2012-06-17 11:58:46 +03:00
sta_info.h sta_info: Remove duplicated function declaration 2012-06-09 12:54:00 +03:00
tkip_countermeasures.c Remove STA entry from AP when starting TKIP countermeasures 2012-06-25 13:53:24 +03:00
tkip_countermeasures.h Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
utils.c Pass signal strength through, fix units 2012-04-01 18:48:12 +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 hostapd_eid_wmm_valid() return more logical return values 2011-12-17 12:41:00 +02:00
wmm.h Rename some src/ap files to avoid duplicate file names 2009-12-26 00:05:40 +02:00
wpa_auth_ft.c Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
wpa_auth_glue.c Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
wpa_auth_glue.h Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
wpa_auth_i.h Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
wpa_auth_ie.c Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
wpa_auth_ie.h Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
wpa_auth.c Generate random ANonce instead of one based on Counter 2012-02-26 12:06:36 +02:00
wpa_auth.h Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
wps_hostapd.c Pass signal strength through, fix units 2012-04-01 18:48:12 +03:00
wps_hostapd.h Add wps_cancel for hostapd_cli 2012-03-30 11:11:35 +03:00