Use radio work for GAS requests
authorJouni Malinen <j@w1.fi>
Fri, 3 Jan 2014 13:09:50 +0000 (15:09 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 7 Jan 2014 08:45:09 +0000 (10:45 +0200)
commitb9e6d7001d5408b3dd9c9e74df3f75732823d216
treec064dffff210f4e681fc80e8ba454ecfaac1e226
parente05e130837c86a0d60d2f70bb03fcd468d79450d
Use radio work for GAS requests

Avoid concurrent GAS operations with any other exclusive use of the
radio by using the radio work queuing mechanism. This replaces some of
the earlier constraints on concurrent operations with the more generic
wpa_radio work concept.

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