Home
last modified time | relevance | path

Searched refs:hostapd_config (Results 1 – 9 of 9) sorted by relevance

/trueos/contrib/wpa/hostapd/
HDconfig_file.h12 struct hostapd_config * hostapd_config_read(const char *fname);
13 int hostapd_set_iface(struct hostapd_config *conf,
HDconfig_file.c790 static int hostapd_config_bss(struct hostapd_config *conf, const char *ifname) in hostapd_config_bss()
860 static int hostapd_config_tx_queue(struct hostapd_config *conf, char *name, in hostapd_config_tx_queue()
1016 static int hostapd_config_ht_capab(struct hostapd_config *conf, in hostapd_config_ht_capab()
1074 static int hostapd_config_vht_capab(struct hostapd_config *conf, in hostapd_config_vht_capab()
1139 struct hostapd_config *conf) in hostapd_config_check_bss()
1254 static int hostapd_config_check(struct hostapd_config *conf) in hostapd_config_check()
1712 static int hostapd_config_fill(struct hostapd_config *conf, in hostapd_config_fill()
3016 struct hostapd_config * hostapd_config_read(const char *fname) in hostapd_config_read()
3018 struct hostapd_config *conf; in hostapd_config_read()
3100 int hostapd_set_iface(struct hostapd_config *conf, in hostapd_set_iface()
HDmain.c161 struct hostapd_config *conf = NULL; in hostapd_init()
/trueos/contrib/wpa/src/ap/
HDhostapd.h31 struct hostapd_config * (*config_read_cb)(const char *config_fname);
72 struct hostapd_config *iconf;
205 struct hostapd_config *conf;
270 struct hostapd_config *conf,
HDap_config.h464 struct hostapd_config { struct
523 struct hostapd_config * hostapd_config_defaults(void); argument
525 void hostapd_config_free(struct hostapd_config *conf);
HDhostapd.c114 struct hostapd_config *newconf, *oldconf; in hostapd_reload_config()
508 static int mac_in_conf(struct hostapd_config *conf, const void *a) in mac_in_conf()
1010 struct hostapd_config *conf, in hostapd_alloc_bss_data()
1182 static struct hostapd_config *
1187 struct hostapd_config *conf; in hostapd_config_alloc()
1222 struct hapd_interfaces *interfaces, struct hostapd_config *conf) in hostapd_data_alloc()
1254 struct hostapd_config *conf = NULL; in hostapd_add_iface()
HDap_config.c95 struct hostapd_config * hostapd_config_defaults(void) in hostapd_config_defaults()
99 struct hostapd_config *conf; in hostapd_config_defaults()
529 void hostapd_config_free(struct hostapd_config *conf) in hostapd_config_free()
HDieee802_1x.h15 struct hostapd_config;
/trueos/contrib/wpa/wpa_supplicant/
HDap.c46 struct hostapd_config *conf) in wpa_supplicant_conf_ap()
431 struct hostapd_config *conf; in wpa_supplicant_create_ap()