|
wpa_supplicant / hostapd
2.5
|
hostapd / Configuration file parser More...
#include "utils/includes.h"#include <grp.h>#include "utils/common.h"#include "utils/uuid.h"#include "common/ieee802_11_defs.h"#include "drivers/driver.h"#include "eap_server/eap.h"#include "radius/radius_client.h"#include "ap/wpa_auth.h"#include "ap/ap_config.h"#include "config_file.h"Enumerations | |
| enum | { IEEE80211_TX_QUEUE_DATA0 = 0, IEEE80211_TX_QUEUE_DATA1 = 1, IEEE80211_TX_QUEUE_DATA2 = 2, IEEE80211_TX_QUEUE_DATA3 = 3 } |
Functions | |
| struct hostapd_config * | hostapd_config_read (const char *fname) |
| Read and parse a configuration file. More... | |
| int | hostapd_set_iface (struct hostapd_config *conf, struct hostapd_bss_config *bss, const char *field, char *value) |
hostapd / Configuration file parser
| struct hostapd_config* hostapd_config_read | ( | const char * | fname | ) |
Read and parse a configuration file.
| fname | Configuration file name (including path, if needed) |
1.8.6