Browse Source

WPS UFD: Add entry to ChangeLog

Jouni Malinen 16 years ago
parent
commit
f4c617ee4c
2 changed files with 4 additions and 0 deletions
  1. 2 0
      hostapd/ChangeLog
  2. 2 0
      wpa_supplicant/ChangeLog

+ 2 - 0
hostapd/ChangeLog

@@ -8,6 +8,8 @@ ChangeLog for hostapd
 	* 802.11n: scan for overlapping BSSes before starting 20/40 MHz channel
 	* driver_nl80211: fixed STA accounting data collection (TX/RX bytes
 	  reported correctly; TX/RX packets not yet available from kernel)
+	* added support for WPS USBA out-of-band mechanism with USB Flash
+	  Drives (UFD) (CONFIG_WPS_UFD=y)
 
 2009-01-06 - v0.6.7
 	* added support for Wi-Fi Protected Setup (WPS)

+ 2 - 0
wpa_supplicant/ChangeLog

@@ -12,6 +12,8 @@ ChangeLog for wpa_supplicant
 	  scan_ssid=1 operations in ap_scan=1 mode (i.e., search for hidden
 	  SSIDs); this requires driver support and can currently be used only
 	  with nl80211
+	* added support for WPS USBA out-of-band mechanism with USB Flash
+	  Drives (UFD) (CONFIG_WPS_UFD=y)
 
 2009-01-06 - v0.6.7
 	* added support for Wi-Fi Protected Setup (WPS)