Home | History | Annotate | Download | only in hostapd

Lines Matching refs:idlen

1359 			size_t idlen = os_strlen(pos);
1360 if (idlen & 1) {
1366 bss->eap_fast_a_id = os_malloc(idlen / 2);
1369 idlen / 2)) {
1375 bss->eap_fast_a_id_len = idlen / 2;