Home
last modified time | relevance | path

Searched refs:HalCmdGetDevMacAddr (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/wlan/hal/include/
H A Dwifi_hal_cmd.h33 int32_t HalCmdGetDevMacAddr(const char *ifName, int32_t type, unsigned char *mac, uint8_t len);
/ohos5.0/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal_cmd.c116 int32_t HalCmdGetDevMacAddr(const char *ifName, int32_t type, unsigned char *mac, uint8_t len) in HalCmdGetDevMacAddr() function
346 ret = HalCmdGetDevMacAddr(ifName, ifeature->type, mac, ETH_ADDR_LEN); in HalCmdResetToFactoryMacAddress()
H A Dwifi_hal_base_feature.c62 return HalCmdGetDevMacAddr(baseFeature->ifName, baseFeature->type, mac, len); in GetDeviceMacAddressInner()