Lines Matching refs:alloc_strdup
3631 static char * alloc_strdup(const char *str) in alloc_strdup() function
3656 return alloc_strdup(eap_get_name(cred->eap_method[0].vendor, in wpa_config_get_cred_no_key()
3723 return alloc_strdup(cred->realm); in wpa_config_get_cred_no_key()
3726 return alloc_strdup(cred->username); in wpa_config_get_cred_no_key()
3731 return alloc_strdup("*"); in wpa_config_get_cred_no_key()
3735 return alloc_strdup(cred->ca_cert); in wpa_config_get_cred_no_key()
3738 return alloc_strdup(cred->client_cert); in wpa_config_get_cred_no_key()
3741 return alloc_strdup(cred->private_key); in wpa_config_get_cred_no_key()
3746 return alloc_strdup("*"); in wpa_config_get_cred_no_key()
3750 return alloc_strdup(cred->imsi); in wpa_config_get_cred_no_key()
3755 return alloc_strdup("*"); in wpa_config_get_cred_no_key()
3759 return alloc_strdup(cred->domain_suffix_match); in wpa_config_get_cred_no_key()
3787 return alloc_strdup(cred->phase1); in wpa_config_get_cred_no_key()
3790 return alloc_strdup(cred->phase2); in wpa_config_get_cred_no_key()
3907 return alloc_strdup(cred->provisioning_sp); in wpa_config_get_cred_no_key()