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 D | wifi_hdi_wpa_sta_impl_test.cpp | 237 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 D | wifi_hdi_wpa_sta_impl.h | 39 WifiErrorNo HdiWpaStaGetDeviceMacAddress(char *macAddr, int macAddrLen, const char *ifaceName);
|
H A D | wifi_hdi_wpa_sta_impl.c | 455 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 D | rndis_rawapi.c | 448 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 D | wifi_hdi_wpa_client.cpp | 110 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 D | lnn_lane_link.c | 227 static int32_t GetRemoteMacAddrByLocalIp(const char *localIp, char *macAddr, uint32_t macAddrLen) in GetRemoteMacAddrByLocalIp() argument 237 macAddr, macAddrLen); in GetRemoteMacAddrByLocalIp()
|