Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:tlen

78 		size_t tlen, hlen = os_strlen(value);
81 tlen = hlen / 2;
82 str = os_malloc(tlen + 1);
85 if (hexstr2bin(value, str, tlen)) {
89 str[tlen] = '\0';
90 *len = tlen;