Home
last modified time | relevance | path

Searched refs:hostapd_bss_config (Results 1 – 17 of 17) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dap_config.h258 struct hostapd_bss_config { struct
737 struct hostapd_bss_config **bss, *last_bss;
869 void hostapd_config_defaults_bss(struct hostapd_bss_config *bss);
873 void hostapd_config_free_bss(struct hostapd_bss_config *conf);
878 const u8 * hostapd_get_psk(const struct hostapd_bss_config *conf,
881 int hostapd_setup_wpa_psk(struct hostapd_bss_config *conf);
889 void hostapd_set_security_params(struct hostapd_bss_config *bss,
891 int hostapd_sae_pw_id_in_use(struct hostapd_bss_config *conf);
Dap_config.c25 static void hostapd_config_free_vlan(struct hostapd_bss_config *bss) in hostapd_config_free_vlan()
45 void hostapd_config_defaults_bss(struct hostapd_bss_config *bss) in hostapd_config_defaults_bss()
151 struct hostapd_bss_config *bss; in hostapd_config_defaults()
182 conf->bss = os_calloc(1, sizeof(struct hostapd_bss_config *)); in hostapd_config_defaults()
417 int hostapd_setup_wpa_psk(struct hostapd_bss_config *conf) in hostapd_setup_wpa_psk()
519 static void hostapd_config_free_anqp_elem(struct hostapd_bss_config *conf) in hostapd_config_free_anqp_elem()
532 static void hostapd_config_free_fils_realms(struct hostapd_bss_config *conf) in hostapd_config_free_fils_realms()
546 static void hostapd_config_free_sae_passwords(struct hostapd_bss_config *conf) in hostapd_config_free_sae_passwords()
562 void hostapd_config_free_bss(struct hostapd_bss_config *conf) in hostapd_config_free_bss()
869 const u8 * hostapd_get_psk(const struct hostapd_bss_config *conf, in hostapd_get_psk()
[all …]
Dwps_hostapd.h15 struct hostapd_bss_config *conf);
50 struct hostapd_bss_config *conf) in hostapd_init_wps()
Dx_snoop.c20 struct hostapd_bss_config *conf = hapd->conf; in x_snoop_init()
72 struct hostapd_bss_config *conf = hapd->conf; in x_snoop_get_l2_packet()
Dieee802_1x.h16 struct hostapd_bss_config;
Dhostapd.h143 struct hostapd_bss_config *conf;
556 struct hostapd_bss_config *bss);
Deap_user_db.c235 const struct hostapd_bss_config *conf = hapd->conf; in hostapd_get_eap_user()
Dauthsrv.c107 struct hostapd_bss_config *conf = hapd->conf; in hostapd_setup_radius_srv()
Dhostapd.c1037 struct hostapd_bss_config *conf = hapd->conf; in hostapd_setup_bss()
2148 struct hostapd_bss_config *bss) in hostapd_alloc_bss_data()
2368 struct hostapd_bss_config **tmp_conf; in hostapd_interface_init_bss()
2370 struct hostapd_bss_config *bss; in hostapd_interface_init_bss()
2393 sizeof(struct hostapd_bss_config *)); in hostapd_interface_init_bss()
2633 struct hostapd_bss_config *bss; in hostapd_config_alloc()
Dgas_serv.c710 static void anqp_add_icon(struct wpabuf *buf, struct hostapd_bss_config *bss, in anqp_add_icon()
734 struct hostapd_bss_config *bss, in anqp_add_osu_provider()
915 struct hostapd_bss_config *bss = hapd->conf; in anqp_add_operator_icon_metadata()
Dwps_hostapd.c316 struct hostapd_bss_config *bss = hapd->conf; in hapd_wps_reconfig_in_memory()
1012 struct hostapd_bss_config *conf) in hostapd_init_wps()
Dwpa_auth_glue.c36 static void hostapd_wpa_auth_conf(struct hostapd_bss_config *conf, in hostapd_wpa_auth_conf()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c36 static int hostapd_config_read_vlan_file(struct hostapd_bss_config *bss, in hostapd_config_read_vlan_file()
304 struct hostapd_bss_config *conf) in hostapd_config_read_eap_user()
733 static int hostapd_parse_das_client(struct hostapd_bss_config *bss, char *val) in hostapd_parse_das_client()
986 struct hostapd_bss_config **all, *bss; in hostapd_config_bss()
992 sizeof(struct hostapd_bss_config *)); in hostapd_config_bss()
1141 static int add_r0kh(struct hostapd_bss_config *bss, char *value) in add_r0kh()
1187 static int add_r1kh(struct hostapd_bss_config *bss, char *value) in add_r1kh()
1407 static int parse_roaming_consortium(struct hostapd_bss_config *bss, char *pos, in parse_roaming_consortium()
1487 static int parse_venue_name(struct hostapd_bss_config *bss, char *pos, in parse_venue_name()
1499 static int parse_venue_url(struct hostapd_bss_config *bss, char *pos, in parse_venue_url()
[all …]
Dconfig_file.h14 struct hostapd_bss_config *bss, const char *field,
Dmain.c162 struct hostapd_bss_config *conf = hapd->conf; in hostapd_driver_init()
Dctrl_iface.c1529 struct hostapd_bss_config *conf = hapd->conf; in hostapd_ctrl_iface_reload_wpa_psk()
3998 struct hostapd_bss_config *conf; in hostapd_global_ctrl_iface_interfaces()
/external/wpa_supplicant_8/wpa_supplicant/
Dap.c277 struct hostapd_bss_config *bss = conf->bss[0]; in wpa_supplicant_conf_ap()
1306 struct hostapd_bss_config *conf; in ap_ctrl_iface_wpa_get_status()
1410 struct hostapd_bss_config *conf; in wpa_supplicant_ap_mac_addr_filter()