Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/netdevice/
Dnet_device_test.c149 return NetIfSetLinkStatus(g_netDevice, NETIF_LINK_DOWN); in WiFiNetDviceTestSetLinkStatus()
/drivers/hdf_core/framework/include/net/
Dnet_device.h702 int32_t NetIfSetLinkStatus(const struct NetDevice *netDevice, NetIfLinkStatus status);
/drivers/hdf_core/framework/model/network/common/netdevice/
Dnet_device.c513 int32_t NetIfSetLinkStatus(const struct NetDevice *netDevice, NetIfLinkStatus status) in NetIfSetLinkStatus() function