]> git.ipfire.org Git - thirdparty/hostap.git/commit
Fix session timeout after ANQP dummy STA entry with SME-in-driver
authorKyeyoon Park <kyeyoonp@qca.qualcomm.com>
Tue, 18 Jun 2013 14:40:51 +0000 (17:40 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 18 Jun 2013 14:40:51 +0000 (17:40 +0300)
commit4331263b7395ea2286b740dd89a17f8240e171f6
tree2b4d70f3f355b87f94d06eecc8e50726a6b496dc
parent56cb4e1788b2550c4dc4fc8d2b4190bdecb3d35b
Fix session timeout after ANQP dummy STA entry with SME-in-driver

Upon association, disable the timer that removes the dummy STA. This
timer caused the STA that associates within 5 seconds of doing an ANQP
query to disassociate, thinking it's a dummy STA. Similar call was
already there for the SME/MLME-in-hostapd case in handle_auth(), but the
SME-in-driver case was not previously addressed.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
src/ap/drv_callbacks.c