Searched refs:hostapd_bss_config (Results 1 – 18 of 18) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | ap_config.h | 210 struct hostapd_bss_config { struct 561 struct hostapd_bss_config **bss, *last_bss; argument 657 void hostapd_config_defaults_bss(struct hostapd_bss_config *bss); 660 void hostapd_config_free_bss(struct hostapd_bss_config *conf); 665 const u8 * hostapd_get_psk(const struct hostapd_bss_config *conf, 668 int hostapd_setup_wpa_psk(struct hostapd_bss_config *conf); 675 void hostapd_set_security_params(struct hostapd_bss_config *bss,
|
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 | ap_config.c | 23 static void hostapd_config_free_vlan(struct hostapd_bss_config *bss) in hostapd_config_free_vlan() 39 void hostapd_config_defaults_bss(struct hostapd_bss_config *bss) in hostapd_config_defaults_bss() 103 struct hostapd_bss_config *bss; in hostapd_config_defaults() 134 conf->bss = os_calloc(1, sizeof(struct hostapd_bss_config *)); in hostapd_config_defaults() 317 int hostapd_setup_wpa_psk(struct hostapd_bss_config *conf) in hostapd_setup_wpa_psk() 412 void hostapd_config_free_bss(struct hostapd_bss_config *conf) in hostapd_config_free_bss() 669 const u8 * hostapd_get_psk(const struct hostapd_bss_config *conf, in hostapd_get_psk() 704 static int hostapd_config_check_bss(struct hostapd_bss_config *bss, in hostapd_config_check_bss() 912 void hostapd_set_security_params(struct hostapd_bss_config *bss, in hostapd_set_security_params()
|
D | bss_load.c | 45 struct hostapd_bss_config *conf = hapd->conf; in bss_load_update_init()
|
D | ieee802_1x.h | 16 struct hostapd_bss_config;
|
D | hostapd.h | 108 struct hostapd_bss_config *conf; 416 struct hostapd_bss_config *bss);
|
D | authsrv.c | 100 struct hostapd_bss_config *conf = hapd->conf; in hostapd_setup_radius_srv()
|
D | hostapd.c | 864 struct hostapd_bss_config *conf = hapd->conf; in hostapd_setup_bss() 1599 struct hostapd_bss_config *bss) in hostapd_alloc_bss_data() 1779 struct hostapd_bss_config **tmp_conf; in hostapd_interface_init_bss() 1781 struct hostapd_bss_config *bss; in hostapd_interface_init_bss() 1804 sizeof(struct hostapd_bss_config *)); in hostapd_interface_init_bss() 2035 struct hostapd_bss_config *bss; in hostapd_config_alloc()
|
D | eap_user_db.c | 227 const struct hostapd_bss_config *conf = hapd->conf; in hostapd_get_eap_user()
|
D | wpa_auth_glue.c | 30 static void hostapd_wpa_auth_conf(struct hostapd_bss_config *conf, in hostapd_wpa_auth_conf()
|
D | wps_hostapd.c | 322 struct hostapd_bss_config *bss = hapd->conf; in hapd_wps_reconfig_in_memory() 972 struct hostapd_bss_config *conf) in hostapd_init_wps()
|
D | gas_serv.c | 522 struct hostapd_bss_config *bss, in anqp_add_osu_provider()
|
/external/wpa_supplicant_8/wpa_supplicant/tests/ |
D | link_test.c | 17 struct hostapd_bss_config; 73 hostapd_get_eap_user(const struct hostapd_bss_config *conf, const u8 *identity, in hostapd_get_eap_user()
|
/external/wpa_supplicant_8/hostapd/ |
D | config_file.c | 34 static int hostapd_config_read_vlan_file(struct hostapd_bss_config *bss, in hostapd_config_read_vlan_file() 214 struct hostapd_bss_config *conf) in hostapd_config_read_eap_user() 634 static int hostapd_parse_das_client(struct hostapd_bss_config *bss, in hostapd_parse_das_client() 843 struct hostapd_bss_config **all, *bss; in hostapd_config_bss() 849 sizeof(struct hostapd_bss_config *)); in hostapd_config_bss() 978 static int add_r0kh(struct hostapd_bss_config *bss, char *value) in add_r0kh() 1024 static int add_r1kh(struct hostapd_bss_config *bss, char *value) in add_r1kh() 1202 static int parse_roaming_consortium(struct hostapd_bss_config *bss, char *pos, in parse_roaming_consortium() 1282 static int parse_venue_name(struct hostapd_bss_config *bss, char *pos, in parse_venue_name() 1294 static int parse_3gpp_cell_net(struct hostapd_bss_config *bss, char *buf, in parse_3gpp_cell_net() [all …]
|
D | config_file.h | 14 struct hostapd_bss_config *bss, char *field,
|
D | main.c | 153 struct hostapd_bss_config *conf = hapd->conf; in hostapd_driver_init()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ap.c | 153 struct hostapd_bss_config *bss = conf->bss[0]; in wpa_supplicant_conf_ap() 1095 struct hostapd_bss_config *conf; in ap_ctrl_iface_wpa_get_status() 1193 struct hostapd_bss_config *conf; in wpa_supplicant_ap_mac_addr_filter()
|