Bug 925

Summary: Bump wpa_supplicant package to 0.6.10
Product: buildroot Reporter: Gustavo Zacarias <gustavo>
Component: Outdated packageAssignee: unassigned
Status: RESOLVED FIXED    
Severity: enhancement CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: i686-linux Target: arm-softfloat-linux-uclibcgnueabi
Build:
Attachments: Bump wpa_supplicant package to 0.6.10

Description Gustavo Zacarias 2010-01-19 18:23:32 UTC
Created attachment 949 [details]
Bump wpa_supplicant package to 0.6.10

wpa_supplicant 0.6.10 changes:

* fixed SHA-256 based key derivation function to match with the
  standard when using CCMP (for IEEE 802.11r and IEEE 802.11w)
  (note: this breaks interoperability with previous version) [Bug 307]
* changed driver_wext to disconnect at init/deinit to clear state
* added explicit disconnect on 4-way handshake failures
* added WPS workarounds for known interoperability issues with broken,
  deployed implementation
* update IEEE 802.11w implementation to match with the published
  standard
* do not send WPS M8 message when learning current AP configuration as
  an external Registrar
* added a workaround for race condition between receive EAPOL frames
  and association events
* fixed compilation with newer GnuTLS versions
* fixed PKCS#12 use with OpenSSL 1.0.0

Also enable nl80211 driver when libnl is installed in target.
Comment 1 Peter Korsgaard 2010-01-20 09:50:49 UTC
Committed, thanks!