hostap/src
Michael Braun 59dff51dc8 Fix endless loop in PSK fetching with PSK-from-RADIUS
Commit 05ab9712b9 added support for
fetching WPA PSK from an external RADIUS server and changed
hostapd_wpa_auth_get_psk() to always return the RADIUS supplied PSK (if
set) and ignore the prev_psk parameter for iteration. Fix this by
appending the RADIUS supplied PSK to the list iterated by
hostapd_get_psk and thus returning NULL when prev_psk == sta->psk
(RADIUS).

Signed-hostap: M. Braun <michael-dev@fami-braun.de>
2012-08-04 20:55:47 +03:00
..
ap Fix endless loop in PSK fetching with PSK-from-RADIUS 2012-08-04 20:55:47 +03:00
common Make UNIX socket non-blocking for ctrl_iface 2012-08-04 20:34:27 +03:00
crypto OpenSSL: Add support for HMAC functions with 0.9.8 and older 2012-07-07 10:58:32 +03:00
drivers Better logging for ioctl set flags failure 2012-08-04 20:41:35 +03:00
eap_common EAP-pwd: Replace direct OpenSSL HMAC use with wrapper 2012-07-02 22:10:03 +03:00
eap_peer EXT PW: Add support for password parameter from external storage 2012-08-03 22:15:42 +03:00
eap_server EAP-pwd: Replace direct OpenSSL HMAC use with wrapper 2012-07-02 22:10:03 +03:00
eapol_auth hostapd: Copy Chargeable-User-Identity into accounting (RFC 4372) 2012-05-05 18:05:09 +03:00
eapol_supp EXT PW: Add support for password parameter from external storage 2012-08-03 22:15:42 +03:00
l2_packet Update license notification in files initially contributed by Sam 2012-06-30 19:36:04 +03:00
p2p P2P: Fix provision discovery retries during p2p_find 2012-07-23 21:59:01 +03:00
radius RADIUS DAS: Support Chargeable-User-Identity with Disconnect-Request 2012-06-17 19:44:46 +03:00
rsn_supp WNM: Add WNM-Sleep Mode for station mode 2012-08-01 13:21:27 +03:00
tls LibTomMath: Use 64-bit mode for mp_digit 2012-06-09 11:53:30 +03:00
utils EXT PW: Add framework for supporting external password storage 2012-08-03 22:15:42 +03:00
wps WPS SSDP: Fix socket leaks on error paths 2012-07-07 13:01:45 +03:00
lib.rules Add rules for building src/crypto as a library 2009-12-05 22:03:46 +02:00
Makefile P2P: Add initial version of P2P Module 2010-09-09 07:17:17 -07:00