]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP: PKEX counter t
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 3 Nov 2017 15:49:45 +0000 (17:49 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 3 Nov 2017 17:59:46 +0000 (19:59 +0200)
commit29ab69e4b02d156a3eced3bf953c2832674b921f
tree0668973086a2b0f1f27e6c3d4b445906af5876d6
parent84d53c775c67e8f9fe2f16334403e38e8e179035
DPP: PKEX counter t

Add limit on number of failed attempts that could have used PKEX code.
If the limit (5) is reached, drop the PKEX state (including the code)
and report this on the control interface to indicate that a new code
needs to be entered due to possible attack.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/ap/dpp_hostapd.c
src/common/dpp.c
src/common/dpp.h
src/common/wpa_ctrl.h
wpa_supplicant/dpp_supplicant.c