Lines Matching refs:alloc_strdup
3184 static char * alloc_strdup(const char *str) in alloc_strdup() function
3209 return alloc_strdup(eap_get_name(cred->eap_method[0].vendor, in wpa_config_get_cred_no_key()
3276 return alloc_strdup(cred->realm); in wpa_config_get_cred_no_key()
3279 return alloc_strdup(cred->username); in wpa_config_get_cred_no_key()
3284 return alloc_strdup("*"); in wpa_config_get_cred_no_key()
3288 return alloc_strdup(cred->ca_cert); in wpa_config_get_cred_no_key()
3291 return alloc_strdup(cred->client_cert); in wpa_config_get_cred_no_key()
3294 return alloc_strdup(cred->private_key); in wpa_config_get_cred_no_key()
3299 return alloc_strdup("*"); in wpa_config_get_cred_no_key()
3303 return alloc_strdup(cred->imsi); in wpa_config_get_cred_no_key()
3308 return alloc_strdup("*"); in wpa_config_get_cred_no_key()
3312 return alloc_strdup(cred->domain_suffix_match); in wpa_config_get_cred_no_key()
3340 return alloc_strdup(cred->phase1); in wpa_config_get_cred_no_key()
3343 return alloc_strdup(cred->phase2); in wpa_config_get_cred_no_key()
3435 return alloc_strdup(cred->provisioning_sp); in wpa_config_get_cred_no_key()