]> git.ipfire.org Git - thirdparty/hostap.git/commit
WPS: Disable AP PIN after 10 consecutive failures
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 30 Jan 2012 15:31:06 +0000 (17:31 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 30 Jan 2012 15:36:14 +0000 (17:36 +0200)
commit32cdcf15b2d6716d6d348262e4870b3d64289926
tree26dec94fb3cfe0c73230b397175f203bdad28012
parent80e8a5eef15cbca4e92037e6a92d75bdd0317700
WPS: Disable AP PIN after 10 consecutive failures

While the exponential increase in the lockout period provides an
efficient mitigation mechanism against brute force attacks, this
additional trigger to enter indefinite lockout period (cleared by
restarting hostapd) will limit attacks even further by giving maximum of
10 attempts (without authorized user action) even in a very long term
attack.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
src/ap/hostapd.h
src/ap/wps_hostapd.c
src/wps/wps.h
src/wps/wps_enrollee.c
wpa_supplicant/wps_supplicant.c