Home | History | Annotate | Download | only in wifi_hal

Lines Matching defs:bytes

245     char *bytes = (char *)buf;
251 bytes[i], bytes[i+1],
252 bytes[i+2], bytes[i+3],
253 bytes[i+4], bytes[i+5],
254 bytes[i+6], bytes[i+7]);
258 bytes[i], bytes[i+1],
259 bytes[i+2], bytes[i+3]);
263 ALOGV("%02x", bytes[i]);