]> git.ipfire.org Git - thirdparty/hostap.git/commit
Move GAS/ANQP build routines to a separate file from P2P
authorJouni Malinen <jouni@qca.qualcomm.com>
Tue, 27 Sep 2011 14:28:46 +0000 (17:28 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 29 Sep 2011 19:18:46 +0000 (22:18 +0300)
commit0c840c33f7abf5cdba060e5a9bcd4061b906d9a9
treec7233f3176d1050f317b9c2c84cb12acefab406e
parent206e1f422f42e5dec7cfaa27fd7c098703143c0b
Move GAS/ANQP build routines to a separate file from P2P

GAS/ANQP is a generic protocol and in no way specific to P2P, so move
routines used to build GAS/ANQP frames to a separate file that can be
shared for other uses than just P2P service discovery.
src/common/gas.c [new file with mode: 0644]
src/common/gas.h [new file with mode: 0644]
src/p2p/p2p_sd.c
wpa_supplicant/Makefile