]> git.ipfire.org Git - thirdparty/hostap.git/commit - hostapd/hostapd.conf
SAE: Add support for Anti-Clogging mechanism
authorJouni Malinen <j@w1.fi>
Mon, 31 Dec 2012 14:58:36 +0000 (16:58 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 12 Jan 2013 15:51:52 +0000 (17:51 +0200)
commitd136c376f2aa5414ad30f345085a00971e2156aa
treea334870ae8f0825e3455f778f346bc35abdfb999
parent4838ff3ef4cc2c77eed68885deca090d041d63c1
SAE: Add support for Anti-Clogging mechanism

hostapd can now be configured to use anti-clogging mechanism based on
the new sae_anti_clogging_threshold parameter (which is
dot11RSNASAEAntiCloggingThreshold in the standard). The token is
generated using a temporary key and the peer station's MAC address.
wpa_supplicant will re-try SAE authentication with the token included if
commit message is rejected with a token request.

Signed-hostap: Jouni Malinen <j@w1.fi>
hostapd/config_file.c
hostapd/hostapd.conf
src/ap/ap_config.c
src/ap/ap_config.h
src/ap/hostapd.h
src/ap/ieee802_11.c
src/common/sae.c
src/common/sae.h
wpa_supplicant/sme.c
wpa_supplicant/wpa_supplicant_i.h