Home
last modified time | relevance | path

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

/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.cpp237 int macAddrLen = 0; variable
239 WifiErrorNo result = HdiWpaStaGetDeviceMacAddress(nullptr, macAddrLen, ifaceName.c_str());
242 result = HdiWpaStaGetDeviceMacAddress(macAddr, macAddrLen, ifaceName.c_str());
/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.h39 WifiErrorNo HdiWpaStaGetDeviceMacAddress(char *macAddr, int macAddrLen, const char *ifaceName);
H A Dwifi_hdi_wpa_sta_impl.c455 WifiErrorNo HdiWpaStaGetDeviceMacAddress(char *macAddr, int macAddrLen, const char *ifaceName) in HdiWpaStaGetDeviceMacAddress() argument
483 if ((uint32_t)macAddrLen < status.addressLen) { in HdiWpaStaGetDeviceMacAddress()
484 …LOGE("Input mac length %{public}d is little than mac address length %{public}d", macAddrLen, statu… in HdiWpaStaGetDeviceMacAddress()
489 if (ConvertMacToStr((char *)status.address, status.addressLen, macAddr, macAddrLen) != EOK) { in HdiWpaStaGetDeviceMacAddress()
/ohos5.0/drivers/peripheral/usb/net/src/
H A Drndis_rawapi.c448 size_t macAddrLen = sizeof((*ppUsbNet)->net.macAddr) / sizeof((*ppUsbNet)->net.macAddr[0]); in HostRndisSetmacAddrByBp() local
449 if (memset_s((*ppUsbNet)->net.macAddr, macAddrLen, 0, macAddrLen) != EOK) { in HostRndisSetmacAddrByBp()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/
H A Dwifi_hdi_wpa_client.cpp110 int macAddrLen = HAL_BSSID_LENGTH + 1; in GetStaDeviceMacAddress() local
111 WifiErrorNo err = HdiWpaStaGetDeviceMacAddress(macAddr, macAddrLen, ifaceName); in GetStaDeviceMacAddress()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link.c227 static int32_t GetRemoteMacAddrByLocalIp(const char *localIp, char *macAddr, uint32_t macAddrLen) in GetRemoteMacAddrByLocalIp() argument
237 macAddr, macAddrLen); in GetRemoteMacAddrByLocalIp()