Fix IEEE 802.11r key derivation function to match with the standard

IEEE Std 802.11r-2008, 8.5.1.5.2 starts the 'i' counter from 1, not 0.
Note: this breaks interoperability with previous versions. [Bug 303]
This commit is contained in:
Jouni Malinen 2009-03-19 15:46:00 +02:00 committed by Jouni Malinen
parent c5aaa01562
commit 4cb0dcd92d
3 changed files with 5 additions and 1 deletions

View file

@ -16,6 +16,8 @@ ChangeLog for wpa_supplicant
Drives (UFD) (CONFIG_WPS_UFD=y)
* driver_ndis: add PAE group address to the multicast address list to
fix wired IEEE 802.1X authentication
* fixed IEEE 802.11r key derivation function to match with the standard
(note: this breaks interoperability with previous version) [Bug 303]
2009-01-06 - v0.6.7
* added support for Wi-Fi Protected Setup (WPS)