Searched refs:hostapd_bss_config (Results 1 – 17 of 17) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | ap_config.h | 273 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 …]
|
D | ap_config.c | 28 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 …]
|
D | wps_hostapd.h | 15 struct hostapd_bss_config *conf); 50 struct hostapd_bss_config *conf) in hostapd_init_wps()
|
D | x_snoop.c | 20 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()
|
D | ieee802_1x.h | 16 struct hostapd_bss_config;
|
D | hostapd.h | 156 struct hostapd_bss_config *conf; 609 struct hostapd_bss_config *bss);
|
D | eap_user_db.c | 235 const struct hostapd_bss_config *conf = hapd->conf; in hostapd_get_eap_user()
|
D | authsrv.c | 107 struct hostapd_bss_config *conf = hapd->conf; in hostapd_setup_radius_srv()
|
D | hostapd.c | 1108 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()
|
D | wps_hostapd.c | 356 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()
|
D | gas_serv.c | 710 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()
|
D | wpa_auth_glue.c | 37 static void hostapd_wpa_auth_conf(struct hostapd_bss_config *conf, in hostapd_wpa_auth_conf()
|
/external/wpa_supplicant_8/hostapd/ |
D | config_file.c | 29 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 …]
|
D | config_file.h | 14 struct hostapd_bss_config *bss, const char *field,
|
D | main.c | 159 struct hostapd_bss_config *conf = hapd->conf; in hostapd_driver_init()
|
D | ctrl_iface.c | 1664 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/ |
D | ap.c | 355 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()
|