X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.git;a=blobdiff_plain;f=libeap%2Fhostapd%2Fconfig_file.h;h=c98bdb683ba109fd0fcb2776d11edd631383d2c5;hp=7111a9a3167fdd94eda9d9f506e14b8931ea1968;hb=4f319dde67a76fe0aaf33f6d2788968012584ada;hpb=ed09b5e64dd485851310307979d5eed14678087b diff --git a/libeap/hostapd/config_file.h b/libeap/hostapd/config_file.h index 7111a9a..c98bdb6 100644 --- a/libeap/hostapd/config_file.h +++ b/libeap/hostapd/config_file.h @@ -2,19 +2,16 @@ * hostapd / Configuration file parser * Copyright (c) 2003-2009, Jouni Malinen * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * - * Alternatively, this software may be distributed under the terms of BSD - * license. - * - * See README and COPYING for more details. + * This software may be distributed under the terms of the BSD license. + * See README for more details. */ #ifndef CONFIG_FILE_H #define CONFIG_FILE_H struct hostapd_config * hostapd_config_read(const char *fname); +int hostapd_set_iface(struct hostapd_config *conf, + struct hostapd_bss_config *bss, const char *field, + char *value); #endif /* CONFIG_FILE_H */