build: remove hotspot.h

This commit is contained in:
James Prestwood 2019-09-09 09:49:14 -07:00 committed by Denis Kenzior
parent 18ac43c8d8
commit 2b27ec26a0
2 changed files with 1 additions and 27 deletions

View File

@ -212,7 +212,7 @@ src_iwd_SOURCES = src/main.c linux/nl80211.h src/iwd.h src/missing.h \
src/anqputil.h src/anqputil.c \
src/netconfig.h src/netconfig.c\
src/resolve.h src/resolve.c\
src/hotspot.h src/hotspot.c \
src/hotspot.c \
src/p2putil.h src/p2putil.c \
src/module.c \
$(eap_sources) \

View File

@ -1,26 +0,0 @@
/*
*
* Wireless daemon for Linux
*
* Copyright (C) 2019 Intel Corporation. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
struct network;
const uint8_t *hs20_get_roaming_consortium(struct network *network,
size_t *len);