]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/wpa_supplicant_i.h
GAS: Add a generic GAS query module
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 28 Sep 2011 16:44:25 +0000 (19:44 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 29 Sep 2011 19:19:15 +0000 (22:19 +0300)
commit04ea7b794735fc7183fd5b7f81030bc4d6482467
tree31b721d834a59c86ab8d527bcfdbd8529c59a36a
parent0c840c33f7abf5cdba060e5a9bcd4061b906d9a9
GAS: Add a generic GAS query module

This implements GAS request mechanism that is aimed at being used to
replace use case specific GAS/ANQP implementations in the future.
Compared to the earlier implementation in P2P SD, this implementation
includes support for multiple concurrent requests and more thorough
validation of frames against the pending query data.

GAS header processing, including comeback and reassembly, are handled
within gas_query.c and the users of this module will only need to
provide the Query Request and process the (possibly reassembled)
Query Response.
wpa_supplicant/Makefile
wpa_supplicant/events.c
wpa_supplicant/gas_query.c [new file with mode: 0644]
wpa_supplicant/gas_query.h [new file with mode: 0644]
wpa_supplicant/wpa_supplicant.c
wpa_supplicant/wpa_supplicant_i.h