Searched refs:GetDeviceMacAddr (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/include/wifi/ |
H A D | wifi_mac80211_ops.h | 546 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 D | wifi_base.c | 589 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 D | driver-peripherals-external-des.md | 491 .GetDeviceMacAddr = WalGetDeviceMacAddr,
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-external-des.md | 491 .GetDeviceMacAddr = WalGetDeviceMacAddr,
|
/ohos5.0/docs/zh-cn/device-dev/porting/ |
H A D | porting-dayu200-on_standard-demo.md | 2588 .GetDeviceMacAddr = BDH6WalGetDeviceMacAddr,
|
/ohos5.0/docs/en/device-dev/porting/ |
H A D | porting-dayu200-on_standard-demo.md | 2601 .GetDeviceMacAddr = BDH6WalGetDeviceMacAddr,
|