Browse Source

WPS: Added note about update_config and added WPS to ChangeLog

Jouni Malinen 16 years ago
parent
commit
30f5c941aa
3 changed files with 19 additions and 1 deletions
  1. 1 1
      hostapd/ChangeLog
  2. 10 0
      wpa_supplicant/ChangeLog
  3. 8 0
      wpa_supplicant/README-WPS

+ 1 - 1
hostapd/ChangeLog

@@ -8,7 +8,7 @@ ChangeLog for hostapd
 	  be enabled by adding CONFIG_WPS=y into .config and setting the
 	  be enabled by adding CONFIG_WPS=y into .config and setting the
 	  runtime configuration variables in hostapd.conf (see WPS section in
 	  runtime configuration variables in hostapd.conf (see WPS section in
 	  the example configuration file); new hostapd_cli commands wps_pin and
 	  the example configuration file); new hostapd_cli commands wps_pin and
-	  wps_pbc are used to configuration WPS negotiation; see README-WPS for
+	  wps_pbc are used to configure WPS negotiation; see README-WPS for
 	  more details
 	  more details
 	* added IEEE 802.11n HT capability configuration (ht_capab)
 	* added IEEE 802.11n HT capability configuration (ht_capab)
 	* added support for generating Country IE based on nl80211 regulatory
 	* added support for generating Country IE based on nl80211 regulatory

+ 10 - 0
wpa_supplicant/ChangeLog

@@ -1,5 +1,15 @@
 ChangeLog for wpa_supplicant
 ChangeLog for wpa_supplicant
 
 
+????-??-?? - v0.6.7
+	* added support for Wi-Fi Protected Setup (WPS)
+	  (wpa_supplicant can now be configured to act as a WPS Enrollee to
+	  enroll credentials for a network using PIN and PBC methods; in
+	  addition, wpa_supplicant can act as a wireless WPS Registrar to
+	  configure an AP); WPS support can be enabled by adding CONFIG_WPS=y
+	  into .config and setting the runtime configuration variables in
+	  wpa_supplicant.conf (see WPS section in the example configuration
+	  file); new wpa_cli commands wps_pin, wps_pbc, and wps_reg are used to
+	  manage WPS negotiation; see README-WPS for more details
 2008-11-23 - v0.6.6
 2008-11-23 - v0.6.6
 	* added Milenage SIM/USIM emulator for EAP-SIM/EAP-AKA
 	* added Milenage SIM/USIM emulator for EAP-SIM/EAP-AKA
 	  (can be used to simulate test SIM/USIM card with a known private key;
 	  (can be used to simulate test SIM/USIM card with a known private key;

+ 8 - 0
wpa_supplicant/README-WPS

@@ -76,6 +76,14 @@ The network configuration blocks needed for WPS are added
 automatically based on control interface commands, so they do not need
 automatically based on control interface commands, so they do not need
 to be added explicitly in the configuration file.
 to be added explicitly in the configuration file.
 
 
+WPS registration will generate new network blocks for the acquired
+credentials. If these are to be stored for future use (after
+restarting wpa_supplicant), wpa_supplicant will need to be configured
+to allow configuration file updates:
+
+update_config=1
+
+
 
 
 External operations
 External operations
 -------------------
 -------------------