Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_util.c1309 int ConvertMacArr2String(const unsigned char *srcMac, int srcMacSize, char *destMacStr, int strLen) in ConvertMacArr2String() argument
1311 …if (srcMac == NULL || destMacStr == NULL || srcMacSize != MAC_UINT_SIZE || strLen <= MAC_STRING_SI… in ConvertMacArr2String()
1320 …if (snprintf_s(destMacStr, strLen, strLen - 1, "%02x:%02x:%02x:%02x:%02x:%02x", srcMac[srcMacPosZe… in ConvertMacArr2String()
1321 srcMac[srcMacPosOne], srcMac[srcMacPosTwo], srcMac[srcMacPosThree], srcMac[srcMacPosFour], in ConvertMacArr2String()
1322 srcMac[srcMacPosFive]) < 0) { in ConvertMacArr2String()
H A Dwifi_hdi_util.h44 int ConvertMacArr2String(const unsigned char *srcMac, int srcMacSize, char *destMacStr, int strLen);
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_util_test.cpp83 const unsigned char *srcMac; variable
88 int result = ConvertMacArr2String(srcMac, srcMacSize, destMacStr, strLen);
92 result = ConvertMacArr2String(srcMac, 0, destMacStr, strLen);
94 result = ConvertMacArr2String(srcMac, srcMacSize, nullptr, strLen);
96 result = ConvertMacArr2String(srcMac, srcMacSize, nullptr, 0);
106 unsigned char srcMac[MAC_SIZE] = {0x01, 0x02, 0x03, 0x04, 0x05, 0x06}; variable
108 int ret = ConvertMacArr2String(srcMac, MAC_SIZE, destMacStr, MAC_SIZE);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dspunge.h111 FILLP_UINT8 srcMac[FILLP_MAC_ADDRESS_SIZE]; member