hostap/src
Dan Williams 93ef879f0f wext: fix maxrate calculation
When scan results got moved from wpa_scan_result -> wpa_scan_res, the
'maxrate' member was dropped from wpa_scan_res.  The D-Bus interface
used 'maxrate', which was replaced with wpa_scan_get_max_rate().
Unfortunately, wpa_scan_get_max_rate() returns 802.11 rate values
directly from the IE, where 'maxrate' was the rate in bits/second.  The
supplicant internally fakes an IE for wpa_scan_res from the value of
wpa_scan_result->maxrate, but interprets ->maxrate as an 802.11 rate
index.

As a side-effect, this fixes a soft-break of the D-Bus control API since
the wpa_scan_res change was introduced.
2008-07-15 20:07:50 +03:00
..
common WEXT: IEEE 802.11w/MFP configuration 2008-06-18 11:13:33 +03:00
crypto Internal TLS: Added support for parsing PKCS #8 formatted private keys 2008-06-02 19:39:46 +03:00
drivers wext: fix maxrate calculation 2008-07-15 20:07:50 +03:00
eap_common EAP-PEAP: Moved the common peap_prfplus() function into a shared file 2008-06-09 10:32:12 +03:00
eap_peer EAP-PEAP: Moved the common peap_prfplus() function into a shared file 2008-06-09 10:32:12 +03:00
eap_server EAP-PEAP: Moved the common peap_prfplus() function into a shared file 2008-06-09 10:32:12 +03:00
eapol_supp Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
hlr_auc_gw Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
l2_packet Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
radius Fixed RADIUS client local address forcing for IPv6 (eapol_test) 2008-06-05 20:33:33 +03:00
rsn_supp Make proactive key caching working again 2008-07-06 10:50:53 +03:00
tls Updated the LibTomMath reference to use 0.41 version 2008-06-06 10:32:09 +03:00
utils Introduced new helper function is_zero_ether_addr() 2008-06-03 18:08:48 +03:00
Makefile Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00