Lines Matching refs:os_strdup
262 conf->eap_user_sqlite = os_strdup(fname + 7); in hostapd_config_read_eap_user()
626 bss->radius_das_shared_secret = (u8 *) os_strdup(secret); in hostapd_parse_das_client()
641 buf = os_strdup(value); in hostapd_config_parse_key_mgmt()
1926 bss->last_osu->server_uri = os_strdup(pos); in hs20_parse_osu_server_uri()
1960 bss->last_osu->osu_nai = os_strdup(pos); in hs20_parse_osu_nai()
1977 bss->last_osu->osu_nai2 = os_strdup(pos); in hs20_parse_osu_nai2()
2018 p->icons[p->icons_count] = os_strdup(pos); in hs20_parse_osu_icon()
2056 bss->hs20_operator_icon[bss->hs20_operator_icon_count] = os_strdup(pos); in hs20_parse_operator_icon()
2279 tmp = os_strdup(pos2); in parse_sae_password()
2296 pw->identifier = os_strdup(pos2); in parse_sae_password()
2302 pw->password = os_strdup(val); in parse_sae_password()
2498 conf->driver_params = os_strdup(pos); in hostapd_config_fill()
2600 bss->config_id = os_strdup(pos); in hostapd_config_fill()
2645 bss->ca_cert = os_strdup(pos); in hostapd_config_fill()
2648 bss->server_cert = os_strdup(pos); in hostapd_config_fill()
2651 bss->server_cert2 = os_strdup(pos); in hostapd_config_fill()
2654 bss->private_key = os_strdup(pos); in hostapd_config_fill()
2657 bss->private_key2 = os_strdup(pos); in hostapd_config_fill()
2660 bss->private_key_passwd = os_strdup(pos); in hostapd_config_fill()
2663 bss->private_key_passwd2 = os_strdup(pos); in hostapd_config_fill()
2671 bss->check_cert_subject = os_strdup(pos); in hostapd_config_fill()
2690 bss->ocsp_stapling_response = os_strdup(pos); in hostapd_config_fill()
2693 bss->ocsp_stapling_response_multi = os_strdup(pos); in hostapd_config_fill()
2696 bss->dh_file = os_strdup(pos); in hostapd_config_fill()
2699 bss->openssl_ciphers = os_strdup(pos); in hostapd_config_fill()
2702 bss->openssl_ecdh_curves = os_strdup(pos); in hostapd_config_fill()
2740 bss->eap_fast_a_id_info = os_strdup(pos); in hostapd_config_fill()
2771 bss->eap_sim_db = os_strdup(pos); in hostapd_config_fill()
2780 bss->imsi_privacy_key = os_strdup(pos); in hostapd_config_fill()
2800 bss->eap_req_id_text = os_strdup(pos); in hostapd_config_fill()
2819 bss->erp_domain = os_strdup(pos); in hostapd_config_fill()
2871 bss->nas_identifier = os_strdup(pos); in hostapd_config_fill()
2883 bss->radius->force_client_dev = os_strdup(pos); in hostapd_config_fill()
2916 bss->radius->auth_server->shared_secret = (u8 *) os_strdup(pos); in hostapd_config_fill()
2935 bss->radius->auth_server->ca_cert = os_strdup(pos); in hostapd_config_fill()
2939 bss->radius->auth_server->client_cert = os_strdup(pos); in hostapd_config_fill()
2943 bss->radius->auth_server->private_key = os_strdup(pos); in hostapd_config_fill()
2947 bss->radius->auth_server->private_key_passwd = os_strdup(pos); in hostapd_config_fill()
2981 bss->radius->acct_server->shared_secret = (u8 *) os_strdup(pos); in hostapd_config_fill()
3000 bss->radius->acct_server->ca_cert = os_strdup(pos); in hostapd_config_fill()
3004 bss->radius->acct_server->client_cert = os_strdup(pos); in hostapd_config_fill()
3008 bss->radius->acct_server->private_key = os_strdup(pos); in hostapd_config_fill()
3012 bss->radius->acct_server->private_key_passwd = os_strdup(pos); in hostapd_config_fill()
3057 bss->radius_req_attr_sqlite = os_strdup(pos); in hostapd_config_fill()
3151 bss->ssid.wpa_passphrase = os_strdup(pos); in hostapd_config_fill()
3174 bss->ssid.wpa_psk_file = os_strdup(pos); in hostapd_config_fill()
3270 bss->rsn_preauth_interfaces = os_strdup(pos); in hostapd_config_fill()
3326 bss->rxkh_file = os_strdup(pos); in hostapd_config_fill()
3350 bss->ctrl_interface = os_strdup(pos); in hostapd_config_fill()
3382 bss->radius_server_clients = os_strdup(pos); in hostapd_config_fill()
3669 bss->ssid.vlan_tagged_interface = os_strdup(pos); in hostapd_config_fill()
3995 bss->wps_pin_requests = os_strdup(pos); in hostapd_config_fill()
4003 bss->device_name = os_strdup(pos); in hostapd_config_fill()
4011 bss->manufacturer = os_strdup(pos); in hostapd_config_fill()
4019 bss->model_name = os_strdup(pos); in hostapd_config_fill()
4027 bss->model_number = os_strdup(pos); in hostapd_config_fill()
4035 bss->serial_number = os_strdup(pos); in hostapd_config_fill()
4041 bss->config_methods = os_strdup(pos); in hostapd_config_fill()
4053 bss->ap_pin = os_strdup(pos); in hostapd_config_fill()
4101 bss->multi_ap_backhaul_ssid.wpa_passphrase = os_strdup(pos); in hostapd_config_fill()
4129 bss->upnp_iface = os_strdup(pos); in hostapd_config_fill()
4132 bss->friendly_name = os_strdup(pos); in hostapd_config_fill()
4135 bss->manufacturer_url = os_strdup(pos); in hostapd_config_fill()
4138 bss->model_description = os_strdup(pos); in hostapd_config_fill()
4141 bss->model_url = os_strdup(pos); in hostapd_config_fill()
4144 bss->upc = os_strdup(pos); in hostapd_config_fill()
4149 bss->server_id = os_strdup(pos); in hostapd_config_fill()
4216 bss->time_zone = os_strdup(pos); in hostapd_config_fill()
4363 bss->dump_msk_file = os_strdup(pos); in hostapd_config_fill()
4461 bss->subscr_remediation_url = os_strdup(pos); in hostapd_config_fill()
4466 bss->t_c_filename = os_strdup(pos); in hostapd_config_fill()
4471 bss->t_c_server_url = os_strdup(pos); in hostapd_config_fill()
4474 bss->hs20_sim_provisioning_url = os_strdup(pos); in hostapd_config_fill()
4675 bss->wowlan_triggers = os_strdup(pos); in hostapd_config_fill()
4741 bss->no_probe_resp_if_seen_on = os_strdup(pos); in hostapd_config_fill()
4744 bss->no_auth_if_seen_on = os_strdup(pos); in hostapd_config_fill()
4826 bss->dpp_name = os_strdup(pos); in hostapd_config_fill()
4829 bss->dpp_mud_url = os_strdup(pos); in hostapd_config_fill()
4832 bss->dpp_extra_conf_req_name = os_strdup(pos); in hostapd_config_fill()
4835 bss->dpp_extra_conf_req_value = os_strdup(pos); in hostapd_config_fill()
4838 bss->dpp_connector = os_strdup(pos); in hostapd_config_fill()