Home | History | Annotate | Download | only in hostapd

Lines Matching full:idlen

2096 		size_t idlen = os_strlen(pos);
2097 if (idlen & 1) {
2103 bss->eap_fast_a_id = os_malloc(idlen / 2);
2105 hexstr2bin(pos, bss->eap_fast_a_id, idlen / 2)) {
2112 bss->eap_fast_a_id_len = idlen / 2;