diff options
author | Jouni Malinen <j@w1.fi> | 2009-03-07 23:10:41 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2009-03-07 23:10:41 +0200 |
commit | c472ef754d81792959f8d678a71b6f49a5856c2e (patch) | |
tree | 8d974d8f49f1525be514b6c1daf57d97fd3a0011 /wpa_supplicant/ChangeLog | |
parent | 4ef1e644eb7f2a1b2b36e7785387d4ffdfc50e15 (diff) | |
download | external_wpa_supplicant_8_ti-c472ef754d81792959f8d678a71b6f49a5856c2e.zip external_wpa_supplicant_8_ti-c472ef754d81792959f8d678a71b6f49a5856c2e.tar.gz external_wpa_supplicant_8_ti-c472ef754d81792959f8d678a71b6f49a5856c2e.tar.bz2 |
driver_ndis: Add PAE group address to the multicast address
This is done with wired interfaces to fix IEEE 802.1X authentication
when the authenticator uses the group address (which should be happening
with wired Ethernet authentication).
This allows wpa_supplicant to complete wired authentication successfully
on Vista with a NDIS 6 driver, but the change is likely needed for
Windows XP, too.
Diffstat (limited to 'wpa_supplicant/ChangeLog')
-rw-r--r-- | wpa_supplicant/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wpa_supplicant/ChangeLog b/wpa_supplicant/ChangeLog index 80f8c28..b2a86ed 100644 --- a/wpa_supplicant/ChangeLog +++ b/wpa_supplicant/ChangeLog @@ -14,6 +14,8 @@ ChangeLog for wpa_supplicant with nl80211 * added support for WPS USBA out-of-band mechanism with USB Flash Drives (UFD) (CONFIG_WPS_UFD=y) + * driver_ndis: add PAE group address to the multicast address list to + fix wired IEEE 802.1X authentication 2009-01-06 - v0.6.7 * added support for Wi-Fi Protected Setup (WPS) |