wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
config_file.h
Go to the documentation of this file.
1 
5 #ifndef CONFIG_FILE_H
6 #define CONFIG_FILE_H
7 
8 struct hostapd_config * hostapd_config_read(const char *fname);
9 int hostapd_set_iface(struct hostapd_config *conf,
10  struct hostapd_bss_config *bss, const char *field,
11  char *value);
12 
13 #endif /* CONFIG_FILE_H */
struct hostapd_config * hostapd_config_read(const char *fname)
Read and parse a configuration file.
Definition: config_file.c:3424
Per-BSS configuration.
Definition: ap_config.h:209
Per-radio interface configuration.
Definition: ap_config.h:565