]> git.ipfire.org Git - thirdparty/hostap.git/commit
Send CTRL-RSP command response before processing EAPOL update
authorJouni Malinen <j@w1.fi>
Sat, 19 Oct 2013 13:26:01 +0000 (16:26 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 19 Oct 2013 13:26:01 +0000 (16:26 +0300)
commitbceb843108f92fdea51d9cf7a2f7f03758cbdf10
treeffeed54832988d8ab258240bcd02e295813b5eed
parentb6077964c20188461f25bfdc096f4f7cfad8c0c2
Send CTRL-RSP command response before processing EAPOL update

This is what the original implementation did years ago, but the move to
using separate control interface backends re-ordered the implementation
to process EAPOL notification first. Use a registered timeout to allow
the ctrl_iface response to be sent out first to get somewhat faster
response time and to avoid pending operations that could result in
ctrl_iface response and unsolicited event messages from getting mixed
up.

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