]> git.ipfire.org Git - thirdparty/hostap.git/commit
Do not clear FT IEs twice in sme_deinit()
authorAndrei Otcheretianski <andrei.otcheretianski@intel.com>
Wed, 3 Apr 2019 15:17:14 +0000 (18:17 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 15 Apr 2019 21:48:27 +0000 (00:48 +0300)
commit31cf52bf2e4a571957d231799440bf56e943ebc5
tree8fb5e2ec892d96ac21299c7244c43046f9b68ab4
parent01ac337b32b634653e675e7af095bfa5ef9fe509
Do not clear FT IEs twice in sme_deinit()

Remove FT IEs clearing from sme_deinit() as it is done twice. The
sme_clear_on_disassoc() call to sme_update_ft_ies() takes care of this.

Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
wpa_supplicant/sme.c