Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:rlen

6559 	size_t rlen, len;
6562 rlen = os_strlen(realm);
6563 len = 3 + rlen;
6569 buf[2] = rlen;
6570 os_memcpy(buf + 3, realm, rlen);