WPS: Add new mechanism for communicating NFC tag read events
authorJouni Malinen <j@w1.fi>
Wed, 27 Jun 2012 17:54:56 +0000 (20:54 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 27 Jun 2012 18:22:13 +0000 (21:22 +0300)
commitbb45b6d79ae71274e7f8936a73cc9926c914bc10
treee599d1e24af7aa926c4dc4ebe538270a077daf19
parent3f2c8ba6d39d5c5184a8fdd121998dd0d7629f1f
WPS: Add new mechanism for communicating NFC tag read events

hostapd ctrl_iface can now be used to deliver payload from read
operation of an NFC tag. This allows operations without having to have
low-level NFC code within hostapd. For now, the new wps_nfc_tag_read
command can be used with NFC password tokens for the case where the AP
has an NFC device that is used to read an NFC tag from the station
Enrollee.

Signed-hostap: Jouni Malinen <j@w1.fi>
hostapd/ctrl_iface.c
hostapd/hostapd_cli.c
src/ap/wps_hostapd.c
src/ap/wps_hostapd.h
src/wps/wps.h
src/wps/wps_registrar.c