1234567891011121314151617 |
- #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, char *field,
- char *value);
- #endif
|