Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/include/wifi/
H A Dwifi_mac80211_ops.h546 int32_t (*GetDeviceMacAddr)(NetDevice *netDev, int32_t type, uint8_t *mac, uint8_t len); member
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/module/
H A Dwifi_base.c589 static uint32_t GetDeviceMacAddr(struct NetDevice *netdev, int32_t type, uint8_t *mac, uint8_t len) in GetDeviceMacAddr() function
597 RETURN_IF_CHIPOPS_NOT_IMPLEMENT(chipDriver->ops, GetDeviceMacAddr); in GetDeviceMacAddr()
598 return chipDriver->ops->GetDeviceMacAddr(netdev, type, mac, len); in GetDeviceMacAddr()
955 ret = GetDeviceMacAddr(netdev, type, devMac, IEEE80211_MAC_ADDR_LEN); in WifiCmdGetDevMacAddr()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-external-des.md491 .GetDeviceMacAddr = WalGetDeviceMacAddr,
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-external-des.md491 .GetDeviceMacAddr = WalGetDeviceMacAddr,
/ohos5.0/docs/zh-cn/device-dev/porting/
H A Dporting-dayu200-on_standard-demo.md2588 .GetDeviceMacAddr = BDH6WalGetDeviceMacAddr,
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-dayu200-on_standard-demo.md2601 .GetDeviceMacAddr = BDH6WalGetDeviceMacAddr,