hostap/src
Dan Williams 2e5a7b49a0 wext: don't overwrite BSS frequency
mac80211 sends _both_ channel and frequency in it's scan results, with
frequency first and channel second (it's since been fixed to send
channel first and frequency second to work around this issue).  This
results in wpa_supplicant getting the right value when the frequency
comes, but overwriting the value with '0' when the channel comes because
wpa_supplicant can't handle 5GHz channel numbers.  So if a valid
previous SIOCGIWFREQ event came in, don't try to overwrite it.
2008-06-02 20:47:09 +03:00
..
common Silence gcc 4.3.0 warnings about invalid array indexes 2008-03-12 09:33:18 +02:00
crypto Internal TLS: Added support for parsing PKCS #8 formatted private keys 2008-06-02 19:39:46 +03:00
drivers wext: don't overwrite BSS frequency 2008-06-02 20:47:09 +03:00
eap_common TNC: Added preliminary code for IF-TNCCS-SOH server side support 2008-03-30 17:10:44 +03:00
eap_peer Added a workaround for handling TLS compression 2008-05-26 12:33:04 +03:00
eap_server Changed TLS server to use OpenSSL SSL_accept() instead of SSL_read() 2008-05-29 20:36:18 +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 eapol_test: Allow client IP address to be specified 2008-03-30 18:15:52 +03:00
rsn_supp FT: Use correct BSSID when deriving PTK and verifying MIC 2008-03-12 11:20:20 +02:00
tls Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
utils EAP-FAST: Cleaned up TLV processing and added support for EAP Sequences 2008-02-27 17:59:34 -08:00
Makefile Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00