]> git.ipfire.org Git - thirdparty/hostap.git/commit
Use "STATUS-NO_EVENTS" instead of "STATUS" in get_wpa_status function
authorSomdas Bandyopadhyay <somdas.bandyopadhyay@intel.com>
Sun, 1 Nov 2015 06:53:45 +0000 (12:23 +0530)
committerJouni Malinen <j@w1.fi>
Sun, 1 Nov 2015 19:05:10 +0000 (21:05 +0200)
commitfcdb35928c7dcdf0b418f92f942065b26ba2845e
treeecb690d09b4834363d2cb0de6910ca6589ffeaab
parent73ed03f33323414ba02e50c15149bcb1c37d57e8
Use "STATUS-NO_EVENTS" instead of "STATUS" in get_wpa_status function

Using "STATUS" command triggers CTRL-EVENT-STATE-CHANGE and
CTRL-EVENT-CONNECTED (if connected to some AP) events. These events
cause problems in Android WifiStateMachine in Marshmallow. Due to these
events WifiStateMachine sometimes disconnects the OSU SSID connection,
while hs20-osu-client waits for IP address.

Signed-off-by: Somdas Bandyopadhyay <somdas.bandyopadhyay@intel.com>
src/common/wpa_helpers.c