Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:hexlen

1172 	size_t hexlen;
1174 hexlen = pkt_len * 2 + 1;
1175 hex = os_malloc(hexlen);
1178 wpa_snprintf_hex(hex, hexlen, pkt, pkt_len);