Lines Matching refs:alloc_strdup
3877 static char * alloc_strdup(const char *str) in alloc_strdup() function
3902 return alloc_strdup(eap_get_name(cred->eap_method[0].vendor, in wpa_config_get_cred_no_key()
3969 return alloc_strdup(cred->realm); in wpa_config_get_cred_no_key()
3972 return alloc_strdup(cred->username); in wpa_config_get_cred_no_key()
3977 return alloc_strdup("*"); in wpa_config_get_cred_no_key()
3981 return alloc_strdup(cred->ca_cert); in wpa_config_get_cred_no_key()
3984 return alloc_strdup(cred->client_cert); in wpa_config_get_cred_no_key()
3987 return alloc_strdup(cred->private_key); in wpa_config_get_cred_no_key()
3992 return alloc_strdup("*"); in wpa_config_get_cred_no_key()
3996 return alloc_strdup(cred->imsi); in wpa_config_get_cred_no_key()
4001 return alloc_strdup("*"); in wpa_config_get_cred_no_key()
4005 return alloc_strdup(cred->domain_suffix_match); in wpa_config_get_cred_no_key()
4033 return alloc_strdup(cred->phase1); in wpa_config_get_cred_no_key()
4036 return alloc_strdup(cred->phase2); in wpa_config_get_cred_no_key()
4153 return alloc_strdup(cred->provisioning_sp); in wpa_config_get_cred_no_key()