]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
WPS: Added note about update_config and added WPS to ChangeLog
authorJouni Malinen <j@w1.fi>
Sun, 30 Nov 2008 15:48:45 +0000 (17:48 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 30 Nov 2008 15:48:45 +0000 (17:48 +0200)
hostapd/ChangeLog
wpa_supplicant/ChangeLog
wpa_supplicant/README-WPS

index aa4e2b1a6282591b044b9205e5d94fa864691dbd..343efaa16f0d802c7c7d8cbfa497fc1d7d68307f 100644 (file)
@@ -8,7 +8,7 @@ ChangeLog for hostapd
          be enabled by adding CONFIG_WPS=y into .config and setting the
          runtime configuration variables in hostapd.conf (see WPS section in
          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
        * added IEEE 802.11n HT capability configuration (ht_capab)
        * added support for generating Country IE based on nl80211 regulatory
index 53676129c59f56adeb5be95c6cb1443b10c66f5c..0c5ee9a80258880d41f1245994a39eee5c024fb6 100644 (file)
@@ -1,5 +1,15 @@
 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
        * added Milenage SIM/USIM emulator for EAP-SIM/EAP-AKA
          (can be used to simulate test SIM/USIM card with a known private key;
index 85c8960bceb92713942aac3d7292fd7ecf358199..6a6a9417b035216985c838bfa84ec71165f92612 100644 (file)
@@ -76,6 +76,14 @@ The network configuration blocks needed for WPS are added
 automatically based on control interface commands, so they do not need
 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
 -------------------