Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/netdevice/
H A Dnet_device_test.c143 return NetIfSetStatus(g_netDevice, NETIF_DOWN); in WiFiNetDviceTestSetStatus()
163 NetIfSetStatus(g_netDevice, NETIF_UP); in WifiNetDeviceDhcpClient()
182 NetIfSetStatus(g_netDevice, NETIF_UP); in WifiNetDeviceDhcpServer()
/ohos5.0/drivers/hdf_core/framework/model/network/ethernet/src/
H A Dhdf_eth_core.c157 NetIfSetStatus(ethDevice->netdev, NETIF_UP); in InitEth()
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/components/softap/
H A Dap.c88 return NetIfSetStatus(netDev, NETIF_UP); in StartAp()
106 return NetIfSetStatus(netDev, NETIF_DOWN); in StopAp()
/ohos5.0/drivers/hdf_core/framework/include/net/
H A Dnet_device.h675 int32_t NetIfSetStatus(const struct NetDevice *netDevice, NetIfStatus status);
/ohos5.0/drivers/hdf_core/framework/model/network/common/netdevice/
H A Dnet_device.c401 int32_t NetIfSetStatus(const struct NetDevice *netDevice, NetIfStatus status) in NetIfSetStatus() function
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/module/
H A Dwifi_base.c676 (void)NetIfSetStatus(netdev, NETIF_UP); in SetNetIfInfo()
693 return NetIfSetStatus(netdev, NETIF_DOWN); in UnsetNetIfInfo()