Home
last modified time | relevance | path

Searched refs:hexstrIndex (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_common_util.cpp530 uint8_t hexstrIndex = 0; in Byte2HexString() local
532 if (snprintf_s(hexstr + hexstrIndex, hexstrLen - hexstrIndex, hexstrLen - hexstrIndex - 1, in Byte2HexString()
536 hexstrIndex += 2; // offset in Byte2HexString()
537 if (hexstrIndex >= hexstrLen) { in Byte2HexString()