]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Added notes about WPS UPnP support and external Registrars
authorJouni Malinen <jouni.malinen@atheros.com>
Thu, 29 Jan 2009 17:19:30 +0000 (19:19 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 29 Jan 2009 17:19:30 +0000 (19:19 +0200)
hostapd/README-WPS
hostapd/defconfig

index 59848bd5560eb3be1df300178b410b0cb8e73181..b46d76796614620de4c8f6c08db4f7578810b7bb 100644 (file)
@@ -48,9 +48,9 @@ hostapd includes an optional WPS component that can be used as an
 internal WPS Registrar to manage addition of new WPS enabled clients
 to the network. In addition, WPS Enrollee functionality in hostapd can
 be used to allow external WPS Registrars to configure the access
-point, e.g., for initial network setup. The current version of hostapd
-does not support use of external WPS Registrars for adding new client
-devices.
+point, e.g., for initial network setup. In addition, hostapd can proxy a
+WPS registration between a wireless Enrollee and an external Registrar
+(e.g., Microsoft Vista or Atheros JumpStart) with UPnP.
 
 
 hostapd configuration
@@ -64,6 +64,7 @@ CONFIG_DRIVER_MADWIFI=y
 CFLAGS += -I/usr/src/madwifi-0.9.3
 CONFIG_EAP=y
 CONFIG_WPS=y
+CONFIG_WPS_UPNP=y
 
 
 Following section shows an example runtime configuration
@@ -106,6 +107,10 @@ device_type=6-0050F204-1
 os_version=01020300
 config_methods=label display push_button keypad
 
+# if external Registrars are allowed, UPnP support could be added:
+#upnp_iface=br0
+#friendly_name=WPS Access Point
+
 
 External operations
 -------------------
index 348d665fdca69e7062b86b22a8742f73e4cc7559..2591e71809569a4803da24009ba2fb5a07576c57 100644 (file)
@@ -108,6 +108,8 @@ CONFIG_EAP_TTLS=y
 
 # Wi-Fi Protected Setup (WPS)
 #CONFIG_WPS=y
+# Enable UPnP support for external WPS Registrars
+#CONFIG_WPS_UPNP=y
 
 # EAP-IKEv2
 #CONFIG_EAP_IKEV2=y