GAS: Add support for multiple pending queries for the same destination
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 21 Oct 2013 11:36:27 +0000 (14:36 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 21 Oct 2013 11:37:37 +0000 (14:37 +0300)
commit313424d46e59308bf3c16bd9734f1d92dcbf47aa
treed6d846bf8336f324ae9713d1d6d47f94a65532fb
parentcbc548489205b719897202cffdb3d692ea3ca60f
GAS: Add support for multiple pending queries for the same destination

Need to use the pointer to the current ongoing query instead of matching
from the pending list based on the destination address so that we get
the correct query instance when processing the TX status report.

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