Home | History | Annotate | Download | only in jni

Lines Matching refs:macAddr

2331     char macAddr[32];
2332 sprintf(macAddr, "%0x:%0x:%0x:%0x:%0x:%0x", src_mac_addr[0], src_mac_addr[1],
2334 ALOGD("src_mac_addr %s", macAddr);
2335 sprintf(macAddr, "%0x:%0x:%0x:%0x:%0x:%0x", dst_mac_addr[0], dst_mac_addr[1],
2337 ALOGD("dst_mac_addr %s", macAddr);