WPS: Add a standalone tool for building NFC password tokens
authorJouni Malinen <j@w1.fi>
Thu, 28 Jun 2012 17:42:50 +0000 (20:42 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 28 Jun 2012 18:01:37 +0000 (21:01 +0300)
commit40a5e3bfde0170f5fcbb38375c15c5f15f33bc7c
tree382a3c1203ae1e8dfa78b73ba94594c12c1b59e2
parent72df0cd28ce14432a650f13ed9011853ba0df659
WPS: Add a standalone tool for building NFC password tokens

nfc_pw_token can be used to build random NFC password token for WPS.
This tool prints out the wpa_supplicant.conf (or hostapd.conf)
parameters and the hexdump of the WPS password token (with and without
NDEF encapsulation) so that it can be written to a NFC tag with an
external program.

Signed-hostap: Jouni Malinen <j@w1.fi>
wpa_supplicant/Makefile
wpa_supplicant/nfc_pw_token.c [new file with mode: 0644]