Parcourir la source

Update ChangeLog files to match the current implementation

Signed-hostap: Jouni Malinen <j@w1.fi>
Jouni Malinen il y a 12 ans
Parent
commit
2cd6af9c93
2 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. 2 0
      hostapd/ChangeLog
  2. 6 0
      wpa_supplicant/ChangeLog

+ 2 - 0
hostapd/ChangeLog

@@ -89,6 +89,8 @@ ChangeLog for hostapd
 	* added a workaround for WPS PBC session overlap detection to avoid
 	  interop issues with deployed station implementations that do not
 	  remove active PBC indication from Probe Request frames properly
+	* added support for using SQLite for the eap_user database
+	* added Acct-Session-Id attribute into Access-Request messages
 
 2012-05-10 - v1.0
 	* Add channel selection support in hostapd. See hostapd.conf.

+ 6 - 0
wpa_supplicant/ChangeLog

@@ -104,6 +104,7 @@ ChangeLog for wpa_supplicant
 	    credential match with ANQP information
 	* limited PMKSA cache entries to be used only with the network context
 	  that was used to create them
+	* improved PMKSA cache expiration to avoid unnecessary disconnections
 	* adjusted bgscan_simple fast-scan backoff to avoid too frequent
 	  background scans
 	* removed ctrl_iface event on P2P PD Response in join-group case
@@ -149,6 +150,7 @@ ChangeLog for wpa_supplicant
 	* added initial support for WNM operations
 	  - Keep-alive based on BSS max idle period
 	  - WNM-Sleep Mode
+	  - minimal BSS Transition Management processing
 	* added autoscan module to control scanning behavior while not connected
 	  - autoscan_periodic and autoscan_exponential modules
 	* added new WPS NFC ctrl_iface mechanism
@@ -223,6 +225,10 @@ ChangeLog for wpa_supplicant
 	* added a workaround for WPS PBC session overlap detection to avoid
 	  interop issues with deployed station implementations that do not
 	  remove active PBC indication from Probe Request frames properly
+	* added basic support for 60 GHz band
+	* extend EAPOL frames processing workaround for roaming cases
+	  (postpone processing of unexpected EAPOL frame until association
+	  event to handle reordered events)
 
 2012-05-10 - v1.0
 	* bsd: Add support for setting HT values in IFM_MMASK.