Home
last modified time | relevance | path

Searched refs:strMacAddr (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/dhcp/services/dhcp_server/src/
H A Daddress_utils.cpp209 static char strMacAddr[MAD_ADDR_BUF_SIZE] = {0}; in ParseStrMac() local
213 if (memset_s(strMacAddr, MAD_ADDR_BUF_SIZE, '\0', sizeof(strMacAddr)) != EOK || in ParseStrMac()
214 sprintf_s(strMacAddr, MAD_ADDR_BUF_SIZE, "%02x:%02x:%02x:%02x:%02x:%02x", macAddr[MAI_ZERO], in ParseStrMac()
218 return strMacAddr; in ParseStrMac()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_stub_lite.cpp617 std::string strMacAddr; in OnGetDeviceMacAdd() local
618 ErrCode ret = GetDeviceMacAddress(strMacAddr); in OnGetDeviceMacAdd()
622 (void)WriteString(reply, strMacAddr.c_str()); in OnGetDeviceMacAdd()
H A Dwifi_device_stub.cpp1028 std::string strMacAddr; in OnGetDeviceMacAdd() local
1029 ErrCode ret = GetDeviceMacAddress(strMacAddr); in OnGetDeviceMacAdd()
1033 reply.WriteCString(strMacAddr.c_str()); in OnGetDeviceMacAdd()

Completed in 5 milliseconds