Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H A Dwifi_hal_common_func_test.cpp44 EXPECT_EQ(ConvertMacToStr(mac, macSize, macStr, strLen), -1);
53 EXPECT_EQ(ConvertMacToStr(mac, macSize, macStr, strLen), -1);
62 EXPECT_EQ(ConvertMacToStr(mac, macSize, macStr, strLen), -1);
71 EXPECT_EQ(ConvertMacToStr(mac, macSize, macStr, strLen), -1);
80 EXPECT_EQ(ConvertMacToStr(mac, macSize, macStr, strLen), 0);
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_wpa_sta_impl_test.cpp252 int result = ConvertMacToStr(mac, macSize, macStr, strLen);
262 int result = ConvertMacToStr(mac, macSize, macStr, strLen);
272 int result = ConvertMacToStr(mac, macSize, macStr, strLen);
282 int result = ConvertMacToStr(mac, macSize, macStr, strLen);
292 int result = ConvertMacToStr(mac, macSize, macStr, strLen);
302 int result = ConvertMacToStr(mac, macSize, macStr, strLen);
312 int result = ConvertMacToStr(mac, macSize, macStr, strLen);
322 int result = ConvertMacToStr(mac, macSize, macStr, strLen);
332 int result = ConvertMacToStr(mac, macSize, macStr, strLen);
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_hdi_util.h32 int ConvertMacToStr(const unsigned char *mac, int macSize, char *macStr, int strLen);
H A Dwpa_hdi_util.c29 int ConvertMacToStr(const unsigned char *mac, int macSize, char *macStr, int strLen) in ConvertMacToStr() function
/ohos5.0/foundation/communication/wifi/wifi/relation_services/common/
H A Dwifi_hal_common_func.h41 int ConvertMacToStr(const unsigned char *mac, int macSize, char *macStr, int strLen);
H A Dwifi_hal_common_func.c47 int ConvertMacToStr(const unsigned char *mac, int macSize, char *macStr, int strLen) in ConvertMacToStr() function
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_wpa_sta_impl.h86 int ConvertMacToStr(char *mac, int macSize, char *macStr, int strLen);
H A Dwifi_hdi_wpa_sta_impl.c437 int ConvertMacToStr(char *mac, int macSize, char *macStr, int strLen) in ConvertMacToStr() function
489 if (ConvertMacToStr((char *)status.address, status.addressLen, macAddr, macAddrLen) != EOK) { in HdiWpaStaGetDeviceMacAddress()