Searched refs:hostapd_bss_config (Results 1 – 17 of 17) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | ap_config.h | 258 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);
|
D | ap_config.c | 25 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 …]
|
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 | 143 struct hostapd_bss_config *conf; 556 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 | 1037 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()
|
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 | wps_hostapd.c | 316 struct hostapd_bss_config *bss = hapd->conf; in hapd_wps_reconfig_in_memory() 1012 struct hostapd_bss_config *conf) in hostapd_init_wps()
|
D | wpa_auth_glue.c | 36 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 | 36 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 …]
|
D | config_file.h | 14 struct hostapd_bss_config *bss, const char *field,
|
D | main.c | 162 struct hostapd_bss_config *conf = hapd->conf; in hostapd_driver_init()
|
D | ctrl_iface.c | 1529 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/ |
D | ap.c | 277 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()
|