Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:tlen

69 		size_t tlen, hlen = os_strlen(value);
72 tlen = hlen / 2;
73 str = os_malloc(tlen + 1);
76 if (hexstr2bin(value, str, tlen)) {
80 str[tlen] = '\0';
81 *len = tlen;