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.h273 struct hostapd_bss_config { struct
923 struct hostapd_bss_config **bss, *last_bss;
1151 void hostapd_config_defaults_bss(struct hostapd_bss_config *bss);
1156 void hostapd_config_free_bss(struct hostapd_bss_config *conf);
1161 const u8 * hostapd_get_psk(const struct hostapd_bss_config *conf,
1164 int hostapd_setup_wpa_psk(struct hostapd_bss_config *conf);
1173 void hostapd_set_security_params(struct hostapd_bss_config *bss,
1175 int hostapd_sae_pw_id_in_use(struct hostapd_bss_config *conf);
1176 bool hostapd_sae_pk_in_use(struct hostapd_bss_config *conf);
1177 bool hostapd_sae_pk_exclusively(struct hostapd_bss_config *conf);
[all …]
Dap_config.c28 static void hostapd_config_free_vlan(struct hostapd_bss_config *bss) in hostapd_config_free_vlan()
48 void hostapd_config_defaults_bss(struct hostapd_bss_config *bss) in hostapd_config_defaults_bss()
176 struct hostapd_bss_config *bss; in hostapd_config_defaults()
207 conf->bss = os_calloc(1, sizeof(struct hostapd_bss_config *)); in hostapd_config_defaults()
469 int hostapd_setup_sae_pt(struct hostapd_bss_config *conf) in hostapd_setup_sae_pt()
509 int hostapd_setup_wpa_psk(struct hostapd_bss_config *conf) in hostapd_setup_wpa_psk()
685 static void hostapd_config_free_anqp_elem(struct hostapd_bss_config *conf) in hostapd_config_free_anqp_elem()
698 static void hostapd_config_free_fils_realms(struct hostapd_bss_config *conf) in hostapd_config_free_fils_realms()
712 static void hostapd_config_free_sae_passwords(struct hostapd_bss_config *conf) in hostapd_config_free_sae_passwords()
748 void hostapd_config_free_bss(struct hostapd_bss_config *conf) in hostapd_config_free_bss()
[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.h156 struct hostapd_bss_config *conf;
609 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.c1108 struct hostapd_bss_config *conf = hapd->conf; in hostapd_setup_bss()
2336 struct hostapd_bss_config *bss) in hostapd_alloc_bss_data()
2560 struct hostapd_bss_config **tmp_conf; in hostapd_interface_init_bss()
2562 struct hostapd_bss_config *bss; in hostapd_interface_init_bss()
2585 sizeof(struct hostapd_bss_config *)); in hostapd_interface_init_bss()
2834 struct hostapd_bss_config *bss; in hostapd_config_alloc()
Dwps_hostapd.c356 struct hostapd_bss_config *bss = hapd->conf; in hapd_wps_reconfig_in_memory()
1081 struct hostapd_bss_config *conf) in hostapd_init_wps()
1382 struct hostapd_bss_config *conf = hapd->conf; in hostapd_wps_update_multi_ap()
1444 struct hostapd_bss_config *conf = hapd->conf; in hostapd_update_wps()
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()
Dwpa_auth_glue.c37 static void hostapd_wpa_auth_conf(struct hostapd_bss_config *conf, in hostapd_wpa_auth_conf()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c29 static int hostapd_config_read_vlan_file(struct hostapd_bss_config *bss, in hostapd_config_read_vlan_file()
297 struct hostapd_bss_config *conf) in hostapd_config_read_eap_user()
657 static int hostapd_parse_das_client(struct hostapd_bss_config *bss, char *val) in hostapd_parse_das_client()
914 struct hostapd_bss_config **all, *bss; in hostapd_config_bss()
920 sizeof(struct hostapd_bss_config *)); in hostapd_config_bss()
971 static int add_r0kh(struct hostapd_bss_config *bss, char *value) in add_r0kh()
1017 static int add_r1kh(struct hostapd_bss_config *bss, char *value) in add_r1kh()
1253 static int parse_roaming_consortium(struct hostapd_bss_config *bss, char *pos, in parse_roaming_consortium()
1333 static int parse_venue_name(struct hostapd_bss_config *bss, char *pos, in parse_venue_name()
1345 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.c159 struct hostapd_bss_config *conf = hapd->conf; in hostapd_driver_init()
Dctrl_iface.c1664 struct hostapd_bss_config *conf = hapd->conf; in hostapd_ctrl_iface_reload_wpa_psk()
4525 struct hostapd_bss_config *conf; in hostapd_global_ctrl_iface_interfaces()
/external/wpa_supplicant_8/wpa_supplicant/
Dap.c355 struct hostapd_bss_config *bss = conf->bss[0]; in wpa_supplicant_conf_ap()
1444 struct hostapd_bss_config *conf; in ap_ctrl_iface_wpa_get_status()
1555 struct hostapd_bss_config *conf; in wpa_supplicant_ap_mac_addr_filter()