Home
last modified time | relevance | path

Searched refs:NETIF_DOWN (Results 1 – 7 of 7) 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()
/ohos5.0/drivers/hdf_core/framework/include/net/
H A Dnet_device.h258 NETIF_DOWN, /**< Network interface offline */ enumerator
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/network/src/
H A Dnet_device_adapter.c363 if (status == NETIF_DOWN) { in NetDevSetStatus()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/network/src/
H A Dnet_device_adapter.c342 if (status == NETIF_DOWN) { in LiteNetDevSetStatus()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/network/src/
H A Dnet_device_adapter.c381 if (status == NETIF_DOWN) { in LiteNetDevSetStatus()
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/components/softap/
H A Dap.c106 return NetIfSetStatus(netDev, NETIF_DOWN); in StopAp()
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/module/
H A Dwifi_base.c693 return NetIfSetStatus(netdev, NETIF_DOWN); in UnsetNetIfInfo()