Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/hostapd/
Dconfig_file.h12 struct hostapd_config * hostapd_config_read(const char *fname);
13 int hostapd_set_iface(struct hostapd_config *conf,
Dconfig_file.c927 static int hostapd_parse_chanlist(struct hostapd_config *conf, char *val) in hostapd_parse_chanlist()
984 static int hostapd_config_bss(struct hostapd_config *conf, const char *ifname) in hostapd_config_bss()
1058 static int hostapd_config_tx_queue(struct hostapd_config *conf, in hostapd_config_tx_queue()
1234 static int hostapd_config_ht_capab(struct hostapd_config *conf, in hostapd_config_ht_capab()
1298 static int hostapd_config_vht_capab(struct hostapd_config *conf, in hostapd_config_vht_capab()
2187 static int hostapd_config_parse_acs_chan_bias(struct hostapd_config *conf, in hostapd_config_parse_acs_chan_bias()
2379 static int hostapd_config_fill(struct hostapd_config *conf, in hostapd_config_fill()
4368 struct hostapd_config * hostapd_config_read(const char *fname) in hostapd_config_read()
4370 struct hostapd_config *conf; in hostapd_config_read()
4453 int hostapd_set_iface(struct hostapd_config *conf, in hostapd_set_iface()
/external/wpa_supplicant_8/wpa_supplicant/
Dap.h78 struct hostapd_config;
81 struct hostapd_config *conf);
Dap.c50 struct hostapd_config *conf, in wpas_conf_ap_vht()
138 struct hostapd_config *conf) in wpa_supplicant_conf_ap_ht()
275 struct hostapd_config *conf) in wpa_supplicant_conf_ap()
716 struct hostapd_config *conf; in wpa_supplicant_create_ap()
Dmesh.c248 struct hostapd_config *conf; in wpa_supplicant_mesh_init()
Dp2p_supplicant.c9110 struct hostapd_config *conf; in wpas_p2p_move_go_csa()
/external/wpa_supplicant_8/src/ap/
Dhostapd.h41 struct hostapd_config * (*config_read_cb)(const char *config_fname);
142 struct hostapd_config *iconf;
412 struct hostapd_config *conf;
555 struct hostapd_config *conf,
Dap_config.h736 struct hostapd_config { struct
868 struct hostapd_config * hostapd_config_defaults(void); argument
874 void hostapd_config_free(struct hostapd_config *conf);
888 int hostapd_config_check(struct hostapd_config *conf, int full_config);
Dap_config.c146 struct hostapd_config * hostapd_config_defaults(void) in hostapd_config_defaults()
150 struct hostapd_config *conf; in hostapd_config_defaults()
755 void hostapd_config_free(struct hostapd_config *conf) in hostapd_config_free()
911 struct hostapd_config *conf, in hostapd_config_check_bss()
1091 static int hostapd_config_check_cw(struct hostapd_config *conf, int queue) in hostapd_config_check_cw()
1114 int hostapd_config_check(struct hostapd_config *conf, int full_config) in hostapd_config_check()
Dhostapd.c179 static int hostapd_iface_conf_changed(struct hostapd_config *newconf, in hostapd_iface_conf_changed()
180 struct hostapd_config *oldconf) in hostapd_iface_conf_changed()
201 struct hostapd_config *newconf, *oldconf; in hostapd_reload_config()
704 static int mac_in_conf(struct hostapd_config *conf, const void *a) in mac_in_conf()
1353 struct hostapd_config *conf = hapd->iconf; in hostapd_set_acl()
2147 struct hostapd_config *conf, in hostapd_alloc_bss_data()
2267 struct hostapd_config *conf = NULL; in hostapd_init()
2367 struct hostapd_config *conf; in hostapd_interface_init_bss()
2629 static struct hostapd_config *
2634 struct hostapd_config *conf; in hostapd_config_alloc()
[all …]
Dieee802_1x.h15 struct hostapd_config;
Dieee802_11_vht.c223 struct hostapd_config *iconf = iface->conf; in hostapd_eid_txpower_envelope()
Dwpa_auth_glue.c37 struct hostapd_config *iconf, in hostapd_wpa_auth_conf()
Dbeacon.c1396 struct hostapd_config *iconf = iface->conf; in ieee802_11_set_beacon()