WPS: Add new mechanism for NFC config method using password token
authorJouni Malinen <j@w1.fi>
Wed, 27 Jun 2012 15:56:41 +0000 (18:56 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 27 Jun 2012 18:22:12 +0000 (21:22 +0300)
commit3f2c8ba6d39d5c5184a8fdd121998dd0d7629f1f
treee63a9ec4c9a7a18b0de561fb48befbc5975e67a1
parent6b5a0c9466e42847d19d812a6f2854c099d78d27
WPS: Add new mechanism for NFC config method using password token

Instead of requiring low-level access to an NFC device and synchronous
operations, the new WPS_NFC_TOKEN and WPS_NFC ctrl_iface commands can be
used to build a NFC password token and initiate WPS protocol run using
that token (or pre-configured values) as separate commands. The
WPS_NFC_TOKEN output can be written to a NFC tag using an external
program, i.e., wpa_supplicant does not need to have low-level code for
NFC operations for this.

Signed-hostap: Jouni Malinen <j@w1.fi>
src/wps/wps.h
src/wps/wps_common.c
wpa_supplicant/config.c
wpa_supplicant/config.h
wpa_supplicant/config_file.c
wpa_supplicant/ctrl_iface.c
wpa_supplicant/wpa_cli.c
wpa_supplicant/wps_supplicant.c
wpa_supplicant/wps_supplicant.h