Searched refs:SetMacAddr (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/drivers/peripheral/wlan/test/unittest/client/ |
H A D | hdf_client_test.cpp | 166 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 D | wifi_mac80211_ops.h | 560 int32_t (*SetMacAddr)(NetDevice *netDev, uint8_t *mac, uint8_t len); member
|
/ohos5.0/drivers/peripheral/wlan/hal/src/ |
H A D | wifi_hal_cmd.c | 131 ret = SetMacAddr(ifName, mac, len); in HalCmdSetMacAddr()
|
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/module/ |
H A D | wifi_base.c | 601 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 D | wifi_driver_client.h | 342 int32_t SetMacAddr(const char *ifName, unsigned char *mac, uint8_t len);
|
/ohos5.0/drivers/peripheral/wlan/client/src/sbuf/ |
H A D | sbuf_cmd_adapter.c | 329 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 D | driver-peripherals-external-des.md | 492 .SetMacAddr = WalSetMacAddr,
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-external-des.md | 492 .SetMacAddr = WalSetMacAddr,
|
/ohos5.0/drivers/peripheral/wlan/client/src/netlink/ |
H A D | netlink_cmd_adapter.c | 1167 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 D | porting-dayu200-on_standard-demo.md | 2589 .SetMacAddr = BDH6WalSetMacAddr,
|
/ohos5.0/docs/en/device-dev/porting/ |
H A D | porting-dayu200-on_standard-demo.md | 2602 .SetMacAddr = BDH6WalSetMacAddr,
|