Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Disakmp_xauth.c947 iph1->mode_cfg->xauth.udn = racoon_malloc(strlen(userdn)+1);
948 strcpy(iph1->mode_cfg->xauth.udn,userdn);
1028 xauth_group_ldap(udn, grp) in xauth_group_ldap() argument
1029 char * udn; in xauth_group_ldap()
1107 tmplen += strlen(udn);
1116 xauth_ldap_config.attr_member->v, udn);
1340 iph1->mode_cfg->xauth.udn,
1660 if (xst->udn != NULL)
1661 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()
583 ap->udn = xml_get_first_item(data, "UDN"); in wps_er_parse_device_description()
584 wpa_printf(MSG_DEBUG, "WPS ER: UDN='%s'", ap->udn); in wps_er_parse_device_description()
585 pos = os_strstr(ap->udn, "uuid:"); in wps_er_parse_device_description()