Home
last modified time | relevance | path

Searched refs:SetMacAddr (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/drivers/peripheral/wlan/test/unittest/client/
H A Dhdf_client_test.cpp166 ret = SetMacAddr(WLAN_IFNAME, mac, ETH_ADDR_LEN);
169 ret = SetMacAddr(WLAN_IFNAME, errorMac, ETH_ADDR_LEN);
171 ret = SetMacAddr(ifNameInvalid, mac, ETH_ADDR_LEN);
/ohos5.0/drivers/hdf_core/framework/include/wifi/
H A Dwifi_mac80211_ops.h560 int32_t (*SetMacAddr)(NetDevice *netDev, uint8_t *mac, uint8_t len); member
/ohos5.0/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal_cmd.c131 ret = SetMacAddr(ifName, mac, len); in HalCmdSetMacAddr()
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/module/
H A Dwifi_base.c601 static uint32_t SetMacAddr(struct NetDevice *netdev, uint8_t *mac, uint8_t len) in SetMacAddr() function
608 RETURN_IF_CHIPOPS_NOT_IMPLEMENT(chipDriver->ops, SetMacAddr); in SetMacAddr()
609 return chipDriver->ops->SetMacAddr(netdev, mac, len); in SetMacAddr()
999 ret = SetMacAddr(netdev, mac, IEEE80211_MAC_ADDR_LEN); in WifiCmdSetMacAddr()
/ohos5.0/drivers/peripheral/wlan/client/include/
H A Dwifi_driver_client.h342 int32_t SetMacAddr(const char *ifName, unsigned char *mac, uint8_t len);
/ohos5.0/drivers/peripheral/wlan/client/src/sbuf/
H A Dsbuf_cmd_adapter.c329 int32_t SetMacAddr(const char *ifName, unsigned char *mac, uint8_t len) in SetMacAddr() function
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-external-des.md492 .SetMacAddr = WalSetMacAddr,
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-external-des.md492 .SetMacAddr = WalSetMacAddr,
/ohos5.0/drivers/peripheral/wlan/client/src/netlink/
H A Dnetlink_cmd_adapter.c1167 int32_t SetMacAddr(const char *ifName, unsigned char *mac, uint8_t len) in SetMacAddr() function
/ohos5.0/docs/zh-cn/device-dev/porting/
H A Dporting-dayu200-on_standard-demo.md2589 .SetMacAddr = BDH6WalSetMacAddr,
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-dayu200-on_standard-demo.md2602 .SetMacAddr = BDH6WalSetMacAddr,