Searched refs:hostapd_bss_config (Results 1 – 20 of 20) sorted by relevance
/freebsd/contrib/wpa/src/ap/ |
H A D | ap_config.h | 282 struct hostapd_bss_config { struct 1035 struct hostapd_bss_config **bss, *last_bss; 1366 void hostapd_config_defaults_bss(struct hostapd_bss_config *bss); 1371 void hostapd_config_clear_rxkhs(struct hostapd_bss_config *conf); 1372 void hostapd_config_free_bss(struct hostapd_bss_config *conf); 1377 const u8 * hostapd_get_psk(const struct hostapd_bss_config *conf, 1380 int hostapd_setup_wpa_psk(struct hostapd_bss_config *conf); 1389 void hostapd_set_security_params(struct hostapd_bss_config *bss, 1391 int hostapd_sae_pw_id_in_use(struct hostapd_bss_config *conf); 1392 bool hostapd_sae_pk_in_use(struct hostapd_bss_config *conf); [all …]
|
H A 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() 188 struct hostapd_bss_config *bss; in hostapd_config_defaults() 219 conf->bss = os_calloc(1, sizeof(struct hostapd_bss_config *)); in hostapd_config_defaults() 489 int hostapd_setup_sae_pt(struct hostapd_bss_config *conf) in hostapd_setup_sae_pt() 531 int hostapd_setup_wpa_psk(struct hostapd_bss_config *conf) in hostapd_setup_wpa_psk() 713 void hostapd_config_clear_rxkhs(struct hostapd_bss_config *conf) in hostapd_config_clear_rxkhs() 738 static void hostapd_config_free_anqp_elem(struct hostapd_bss_config *conf) in hostapd_config_free_anqp_elem() 751 static void hostapd_config_free_fils_realms(struct hostapd_bss_config *conf) in hostapd_config_free_fils_realms() 765 static void hostapd_config_free_sae_passwords(struct hostapd_bss_config *conf) in hostapd_config_free_sae_passwords() [all …]
|
H A D | wps_hostapd.h | 15 struct hostapd_bss_config *conf); 50 struct hostapd_bss_config *conf) in hostapd_init_wps()
|
H A D | x_snoop.c | 20 struct hostapd_bss_config *conf = hapd->conf; in x_snoop_init() 74 struct hostapd_bss_config *conf = hapd->conf; in x_snoop_get_l2_packet()
|
H A D | ieee802_1x.h | 16 struct hostapd_bss_config;
|
H A D | hostapd.h | 176 struct hostapd_bss_config *conf; 725 struct hostapd_bss_config *bss);
|
H A D | eap_user_db.c | 235 const struct hostapd_bss_config *conf = hapd->conf; in hostapd_get_eap_user()
|
H A D | hostapd.c | 1283 struct hostapd_bss_config *conf = hapd->conf; in hostapd_start_beacon() 1313 struct hostapd_bss_config *conf; in hostapd_bss_radius_init() 1383 struct hostapd_bss_config *conf = hapd->conf; in hostapd_setup_bss() 2887 struct hostapd_bss_config *bss) in hostapd_alloc_bss_data() 3053 struct hostapd_bss_config *conf; in hostapd_bss_setup_multi_link() 3305 struct hostapd_bss_config **tmp_conf; in hostapd_interface_init_bss() 3307 struct hostapd_bss_config *bss; in hostapd_interface_init_bss() 3330 sizeof(struct hostapd_bss_config *)); in hostapd_interface_init_bss() 3646 struct hostapd_bss_config *bss; in hostapd_config_alloc()
|
H A D | wps_hostapd.c | 356 struct hostapd_bss_config *bss = hapd->conf; in hapd_wps_reconfig_in_memory() 1082 struct hostapd_bss_config *conf) in hostapd_init_wps() 1390 struct hostapd_bss_config *conf = hapd->conf; in hostapd_wps_update_multi_ap() 1452 struct hostapd_bss_config *conf = hapd->conf; in hostapd_update_wps()
|
H A D | authsrv.c | 108 struct hostapd_bss_config *conf = hapd->conf; in hostapd_setup_radius_srv()
|
H A 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()
|
H A D | wpa_auth_glue.c | 38 static void hostapd_wpa_auth_conf(struct hostapd_bss_config *conf, in hostapd_wpa_auth_conf()
|
H A D | beacon.c | 1127 struct hostapd_bss_config *conf; in ssid_match()
|
H A D | drv_callbacks.c | 994 struct hostapd_bss_config *hconf = h_hapd->conf; in hostapd_notif_disassoc()
|
H A D | ieee802_11.c | 8102 struct hostapd_bss_config *conf; in hostapd_eid_mbssid_elem()
|
/freebsd/contrib/wpa/hostapd/ |
H A D | config_file.h | 13 int hostapd_config_read_rxkh_file(struct hostapd_bss_config *conf, 16 struct hostapd_bss_config *bss, const char *field,
|
H A D | config_file.c | 30 static int hostapd_config_read_vlan_file(struct hostapd_bss_config *bss, in hostapd_config_read_vlan_file() 252 struct hostapd_bss_config *conf) in hostapd_config_read_eap_user() 612 static int hostapd_parse_das_client(struct hostapd_bss_config *bss, char *val) in hostapd_parse_das_client() 877 struct hostapd_bss_config **all, *bss; in hostapd_config_bss() 883 sizeof(struct hostapd_bss_config *)); in hostapd_config_bss() 934 static int add_r0kh(struct hostapd_bss_config *bss, char *value) in add_r0kh() 980 static int add_r1kh(struct hostapd_bss_config *bss, char *value) in add_r1kh() 1025 int hostapd_config_read_rxkh_file(struct hostapd_bss_config *conf, in hostapd_config_read_rxkh_file() 1288 static int parse_roaming_consortium(struct hostapd_bss_config *bss, char *pos, in parse_roaming_consortium() 1368 static int parse_venue_name(struct hostapd_bss_config *bss, char *pos, in parse_venue_name() [all …]
|
H A D | main.c | 158 struct hostapd_bss_config *conf = hapd->conf; in hostapd_driver_init()
|
H A D | ctrl_iface.c | 1458 struct hostapd_bss_config *conf = hapd->conf; in hostapd_ctrl_iface_reload_wpa_psk() 1486 struct hostapd_bss_config *conf = hapd->conf; in hostapd_ctrl_iface_get_rxkhs() 1532 struct hostapd_bss_config *conf = hapd->conf; in hostapd_ctrl_iface_reload_rxkhs() 5253 struct hostapd_bss_config *conf; in hostapd_global_ctrl_iface_interfaces()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | ap.c | 481 struct hostapd_bss_config *bss = conf->bss[0]; in wpa_supplicant_conf_ap() 1595 struct hostapd_bss_config *conf; in ap_ctrl_iface_wpa_get_status() 1887 struct hostapd_bss_config *conf; in wpa_supplicant_ap_mac_addr_filter()
|