]> git.ipfire.org Git - thirdparty/hostap.git/commit
Remove reassociated_connection variable
authorJouni Malinen <j@w1.fi>
Tue, 25 Dec 2012 17:51:04 +0000 (19:51 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 25 Dec 2012 17:51:04 +0000 (19:51 +0200)
commit1cfc6787236d39cdd5196de5b54afda9f2367fdc
tree4ffd47eaa6f23b1f3564f43ec4e6fa5b51706b75
parent6350a148c46a8e6bdd5d699362cbbc1d7baad7b0
Remove reassociated_connection variable

This was used to select between "(auth)" and "(reauth)" in
CTRL-EVENT-CONNECTED events. However, the variable was not cleared
anywhere else apart from the AP deinit case. As such, it did not really
provide correct information and is not really of much use even with
proper clearing added. As such, it is cleaner to just get rid of this
altogether.

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