Interworking: Add GAS server support for AP mode
authorJay Katabathuni <jkatabat@qca.qualcomm.com>
Sun, 26 Feb 2012 20:34:19 +0000 (22:34 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 26 Feb 2012 20:52:53 +0000 (22:52 +0200)
commitdca30c3fb7550ad7c964c3aaa92cab16c3c489ed
tree308f4bd10a4319f967d58251bcb96a34b59ff373
parentfb80e86e7d872e3f5a2dae815d33aff98c750e55
Interworking: Add GAS server support for AP mode

This adds GAS/ANQP implementation into hostapd. This commit brings in
the basic GAS/ANQP functionality, but only the ANQP Capability List
element is supported.

For testing purposes, hostapd control interface SET command can be used
to set the gas_frag_limit parameter dynamically.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
hostapd/Makefile
hostapd/config_file.c
hostapd/ctrl_iface.c
src/ap/ap_config.h
src/ap/gas_serv.c [new file with mode: 0644]
src/ap/gas_serv.h [new file with mode: 0644]
src/ap/hostapd.c
src/ap/hostapd.h
src/ap/sta_info.c
src/ap/sta_info.h