Home
last modified time | relevance | path

Searched refs:udn (Results 1 – 4 of 4) sorted by relevance

/external/ipsec-tools/src/racoon/
Disakmp_xauth.c950 iph1->mode_cfg->xauth.udn = racoon_malloc(strlen(userdn)+1);
951 strcpy(iph1->mode_cfg->xauth.udn,userdn);
1031 xauth_group_ldap(udn, grp) in xauth_group_ldap() argument
1032 char * udn; in xauth_group_ldap()
1110 tmplen += strlen(udn);
1119 xauth_ldap_config.attr_member->v, udn);
1343 iph1->mode_cfg->xauth.udn,
1663 if (xst->udn != NULL)
1664 racoon_free(xst->udn);
Disakmp_xauth.h71 char *udn; /* ldap user dn */ member
/external/wpa_supplicant_8/src/wps/
Dwps_er.h54 char *udn; member
Dwps_er.c168 os_free(ap->udn); in wps_er_ap_free()
581 ap->udn = xml_get_first_item(data, "UDN"); in wps_er_parse_device_description()
582 if (ap->udn) { in wps_er_parse_device_description()
583 wpa_printf(MSG_DEBUG, "WPS ER: UDN='%s'", ap->udn); in wps_er_parse_device_description()
584 pos = os_strstr(ap->udn, "uuid:"); in wps_er_parse_device_description()