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 D | net_device_test.c | 143 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 D | hdf_eth_core.c | 157 NetIfSetStatus(ethDevice->netdev, NETIF_UP); in InitEth()
|
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/components/softap/ |
H A D | ap.c | 88 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 D | net_device.h | 675 int32_t NetIfSetStatus(const struct NetDevice *netDevice, NetIfStatus status);
|
/ohos5.0/drivers/hdf_core/framework/model/network/common/netdevice/ |
H A D | net_device.c | 401 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 D | wifi_base.c | 676 (void)NetIfSetStatus(netdev, NETIF_UP); in SetNetIfInfo() 693 return NetIfSetStatus(netdev, NETIF_DOWN); in UnsetNetIfInfo()
|