]> git.ipfire.org Git - thirdparty/hostap.git/commit
Stop SA Query on disconnection
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)
commit01ac337b32b634653e675e7af095bfa5ef9fe509
tree1a4d2d1da1985006557076da9d189a7d1163dfe9
parent7a206c504f093ae5773ff37c5579a4de102db02f
Stop SA Query on disconnection

SA Query wasn't stopped after disconnection, which could potentially
result in an unexpected SA timeout firing later when already connected
to another AP. Fix that by stopping SA Query when an association is
terminated.

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