eapol_test: Initialize wpa_s->global to fix ctrl_iface
authorJouni Malinen <j@w1.fi>
Sat, 19 Oct 2013 10:08:37 +0000 (13:08 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 19 Oct 2013 10:08:37 +0000 (13:08 +0300)
commit94de082b39037a7877c61478d4efbcb5155d73ff
tree887a83be4a769c31838d9977f9a7ca0cf756e2e1
parentf07bba3255ab85353b565062e7e0511b52a138e4
eapol_test: Initialize wpa_s->global to fix ctrl_iface

wpa_s->global is now dereferenced in number of places and at least one
of them hits in eapol_test cases. Fix issues with this by setting the
global pointer to empty data.

Signed-hostap: Jouni Malinen <j@w1.fi>
wpa_supplicant/eapol_test.c