Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/libwifi_system_iface/
Dinterface_tool.cpp85 const bool currently_up = ifr.ifr_flags & IFF_UP; in SetUpState() local
86 if (currently_up == request_up) { in SetUpState()