GAS: Delay GAS query Tx while another query is in progress
authorKyeyoon Park <kyeyoonp@qca.qualcomm.com>
Mon, 21 Oct 2013 10:13:42 +0000 (13:13 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 21 Oct 2013 10:13:42 +0000 (13:13 +0300)
commit24c694b465ea9535436caf85c0e71d4346e15abd
treebf5257698e287d944707b8fcc2849f123168b4be
parent7255983b59adb56a74f6c3a97ae9171e1481a12f
GAS: Delay GAS query Tx while another query is in progress

It would be possible to issue another GAS query when a previous one is
still in progress and this could result in conflicting offchannel
operations. Prevent that by delaying GAS query initiation until the
previous operation has been completed.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/gas_query.c
wpa_supplicant/hs20_supplicant.c
wpa_supplicant/interworking.c