]> git.ipfire.org Git - thirdparty/hostap.git/commit
WPS: Support parallel UPnP WPS protocol runs
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 30 Nov 2015 14:57:11 +0000 (16:57 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 30 Nov 2015 14:57:11 +0000 (16:57 +0200)
commit0e559dc5ad501bf3b95142bfe88ceaa5952ef351
treeec269164ea437708cc3fe9cddcc6ed9bf33de1f9
parentc00f19061cd8abfaf0714f07f80c3fe297de0603
WPS: Support parallel UPnP WPS protocol runs

This allows multiple external registrars to execute a WPS protocol run
with a WPS AP over UPnP. Previously, hostapd supported only a single WPS
peer entry at a time and if multiple ERs tried to go through a WPS
protocol instance concurrently, only one such exchange could succeed.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/wps/wps_upnp.c
src/wps/wps_upnp.h
src/wps/wps_upnp_i.h
src/wps/wps_upnp_web.c