Home
last modified time | relevance | path

Searched refs:hostapd_config (Results 1 – 13 of 13) 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.c784 static int hostapd_parse_chanlist(struct hostapd_config *conf, char *val) in hostapd_parse_chanlist()
841 static int hostapd_config_bss(struct hostapd_config *conf, const char *ifname) in hostapd_config_bss()
915 static int hostapd_config_tx_queue(struct hostapd_config *conf, char *name, in hostapd_config_tx_queue()
1071 static int hostapd_config_ht_capab(struct hostapd_config *conf, in hostapd_config_ht_capab()
1129 static int hostapd_config_vht_capab(struct hostapd_config *conf, in hostapd_config_vht_capab()
1884 static int hostapd_config_parse_acs_chan_bias(struct hostapd_config *conf, in hostapd_config_parse_acs_chan_bias()
1925 static int hostapd_config_fill(struct hostapd_config *conf, in hostapd_config_fill()
3328 struct hostapd_config * hostapd_config_read(const char *fname) in hostapd_config_read()
3330 struct hostapd_config *conf; in hostapd_config_read()
3413 int hostapd_set_iface(struct hostapd_config *conf, in hostapd_set_iface()
/external/wpa_supplicant_8/src/ap/
Dhostapd.h34 struct hostapd_config * (*config_read_cb)(const char *config_fname);
107 struct hostapd_config *iconf;
289 struct hostapd_config *conf;
415 struct hostapd_config *conf,
Dap_config.h560 struct hostapd_config { struct
656 struct hostapd_config * hostapd_config_defaults(void); argument
661 void hostapd_config_free(struct hostapd_config *conf);
674 int hostapd_config_check(struct hostapd_config *conf, int full_config);
Dap_config.c98 struct hostapd_config * hostapd_config_defaults(void) in hostapd_config_defaults()
102 struct hostapd_config *conf; in hostapd_config_defaults()
572 void hostapd_config_free(struct hostapd_config *conf) in hostapd_config_free()
705 struct hostapd_config *conf, in hostapd_config_check_bss()
846 static int hostapd_config_check_cw(struct hostapd_config *conf, int queue) in hostapd_config_check_cw()
869 int hostapd_config_check(struct hostapd_config *conf, int full_config) in hostapd_config_check()
Dbss_load.c46 struct hostapd_config *iconf = hapd->iconf; in bss_load_update_init()
Dieee802_1x.h15 struct hostapd_config;
Dhostapd.c155 struct hostapd_config *newconf, *oldconf; in hostapd_reload_config()
572 static int mac_in_conf(struct hostapd_config *conf, const void *a) in mac_in_conf()
1157 struct hostapd_config *conf = hapd->iconf; in hostapd_set_acl()
1598 struct hostapd_config *conf, in hostapd_alloc_bss_data()
1678 struct hostapd_config *conf = NULL; in hostapd_init()
1778 struct hostapd_config *conf; in hostapd_interface_init_bss()
2031 static struct hostapd_config *
2036 struct hostapd_config *conf; in hostapd_config_alloc()
2071 struct hostapd_config *conf) in hostapd_data_alloc()
2106 struct hostapd_config *conf = NULL; in hostapd_add_iface()
[all …]
Dwpa_auth_glue.c31 struct hostapd_config *iconf, in hostapd_wpa_auth_conf()
Dbeacon.c1040 struct hostapd_config *iconf = iface->conf; in ieee802_11_set_beacon()
/external/wpa_supplicant_8/wpa_supplicant/
Dap.h78 struct hostapd_config;
81 struct hostapd_config *conf);
Dap.c49 struct hostapd_config *conf, in wpas_conf_ap_vht()
81 struct hostapd_config *conf) in wpa_supplicant_conf_ap_ht()
151 struct hostapd_config *conf) in wpa_supplicant_conf_ap()
523 struct hostapd_config *conf; in wpa_supplicant_create_ap()
Dmesh.c124 struct hostapd_config *conf; in wpa_supplicant_mesh_init()