]> git.ipfire.org Git - thirdparty/hostap.git/commit
WPS: Use separate list of NFC Password Tokens in the Registrar
authorJouni Malinen <j@w1.fi>
Wed, 27 Jun 2012 19:15:55 +0000 (22:15 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 27 Jun 2012 19:15:55 +0000 (22:15 +0300)
commit0e3c16546b419fc95cd6c0e7131a9114c075f34b
tree9a06aa8e594e900871e2754892f950fb73bba06a
parentbb45b6d79ae71274e7f8936a73cc9926c914bc10
WPS: Use separate list of NFC Password Tokens in the Registrar

This adds a cleaner mechanism for handling NFC Password Tokens in the
WPS Registrar. There could be more than one active NFC Password Token in
use and as such, a list of tokens needs to be maintained. The old
WPS_OOB interface is still using the old mechanism that supports only a
single active NFC Password Token.

Signed-hostap: Jouni Malinen <j@w1.fi>
src/wps/wps.c
src/wps/wps.h
src/wps/wps_i.h
src/wps/wps_registrar.c