Home | History | Annotate | Download | only in hostapd

Lines Matching defs:idlen

1876 			size_t idlen = os_strlen(pos);
1877 if (idlen & 1) {
1883 bss->eap_fast_a_id = os_malloc(idlen / 2);
1886 idlen / 2)) {
1892 bss->eap_fast_a_id_len = idlen / 2;