From 51ca03f470c72f618c75eb06147da5e52a1319a9 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Thu, 28 Jun 2012 21:28:49 +0300 Subject: WPS: Document NFC use cases with password/config token Signed-hostap: Jouni Malinen --- hostapd/hostapd.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'hostapd/hostapd.conf') diff --git a/hostapd/hostapd.conf b/hostapd/hostapd.conf index a7b8ba6..795b82e 100644 --- a/hostapd/hostapd.conf +++ b/hostapd/hostapd.conf @@ -1088,6 +1088,18 @@ own_ip_addr=127.0.0.1 # set to ag to allow both RF bands to be advertized. #wps_rf_bands=ag +# NFC password token for WPS +# These parameters can be used to configure a fixed NFC password token for the +# AP. This can be generated, e.g., with nfc_pw_token from wpa_supplicant. When +# these parameters are used, the AP is assumed to be deployed with a NFC tag +# that includes the matching NFC password token (e.g., written based on the +# NDEF record from nfc_pw_token). +# +#wps_nfc_dev_pw_id: Device Password ID (16..65535) +#wps_nfc_dh_pubkey: Hexdump of DH Public Key +#wps_nfc_dh_privkey: Hexdump of DH Private Key +#wps_nfc_dev_pw: Hexdump of Device Password + ##### Wi-Fi Direct (P2P) ###################################################### # Enable P2P Device management -- cgit v1.1