Fix validation of PSK-from-RADIUS-server required response
authorJouni Malinen <j@w1.fi>
Sat, 21 Apr 2012 16:46:58 +0000 (19:46 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 21 Apr 2012 16:46:58 +0000 (19:46 +0300)
commit1ceb0e1778b0306488bf7546c1edb3b67531fee1
tree6f5c5ecdda6483426643641567c8e72d7c779646
parentfcbf0b0ca9e5657d558e09aebc50123409287740
Fix validation of PSK-from-RADIUS-server required response

cache->psk is an array and never NULL. The check here needs to check the
cache->has_psk flag instead.

Signed-hostap: Jouni Malinen <j@w1.fi>
src/ap/ieee802_11_auth.c