Home
last modified time | relevance | path

Searched refs:hostapd_config (Results 1 – 15 of 15) 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.c789 static int hostapd_parse_chanlist(struct hostapd_config *conf, char *val) in hostapd_parse_chanlist()
846 static int hostapd_config_bss(struct hostapd_config *conf, const char *ifname) in hostapd_config_bss()
920 static int hostapd_config_tx_queue(struct hostapd_config *conf, in hostapd_config_tx_queue()
1076 static int hostapd_config_ht_capab(struct hostapd_config *conf, in hostapd_config_ht_capab()
1134 static int hostapd_config_vht_capab(struct hostapd_config *conf, in hostapd_config_vht_capab()
1949 static int hostapd_config_parse_acs_chan_bias(struct hostapd_config *conf, in hostapd_config_parse_acs_chan_bias()
1990 static int hostapd_config_fill(struct hostapd_config *conf, in hostapd_config_fill()
3506 struct hostapd_config * hostapd_config_read(const char *fname) in hostapd_config_read()
3508 struct hostapd_config *conf; in hostapd_config_read()
3591 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);
108 struct hostapd_config *iconf;
305 struct hostapd_config *conf;
450 struct hostapd_config *conf,
Dap_config.h593 struct hostapd_config { struct
700 struct hostapd_config * hostapd_config_defaults(void); argument
705 void hostapd_config_free(struct hostapd_config *conf);
719 int hostapd_config_check(struct hostapd_config *conf, int full_config);
Dap_config.c101 struct hostapd_config * hostapd_config_defaults(void) in hostapd_config_defaults()
105 struct hostapd_config *conf; in hostapd_config_defaults()
592 void hostapd_config_free(struct hostapd_config *conf) in hostapd_config_free()
740 struct hostapd_config *conf, in hostapd_config_check_bss()
890 static int hostapd_config_check_cw(struct hostapd_config *conf, int queue) in hostapd_config_check_cw()
913 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.c157 struct hostapd_config *newconf, *oldconf; in hostapd_reload_config()
595 static int mac_in_conf(struct hostapd_config *conf, const void *a) in mac_in_conf()
1191 struct hostapd_config *conf = hapd->iconf; in hostapd_set_acl()
1857 struct hostapd_config *conf, in hostapd_alloc_bss_data()
1945 struct hostapd_config *conf = NULL; in hostapd_init()
2045 struct hostapd_config *conf; in hostapd_interface_init_bss()
2298 static struct hostapd_config *
2303 struct hostapd_config *conf; in hostapd_config_alloc()
2354 struct hostapd_config *conf) in hostapd_data_alloc()
2389 struct hostapd_config *conf = NULL; in hostapd_add_iface()
[all …]
Dieee802_11_vht.c211 struct hostapd_config *iconf = iface->conf; in hostapd_eid_txpower_envelope()
Dwpa_auth_glue.c32 struct hostapd_config *iconf, in hostapd_wpa_auth_conf()
Dbeacon.c1250 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()
102 struct hostapd_config *conf) in wpa_supplicant_conf_ap_ht()
206 struct hostapd_config *conf) in wpa_supplicant_conf_ap()
590 struct hostapd_config *conf; in wpa_supplicant_create_ap()
Dmesh.c124 struct hostapd_config *conf; in wpa_supplicant_mesh_init()
Dp2p_supplicant.c8810 struct hostapd_config *conf; in wpas_p2p_move_go_csa()