Home | History | Annotate | Download | only in ril

Lines Matching refs:hasWifi

606 static const char* getRadioInterfaceName(bool hasWifi)
608 return hasWifi ? PPP_TTY_PATH_RADIO0 : PPP_TTY_PATH_ETH0;
619 bool hasWifi = hasWifiCapability();
620 const char* radioInterfaceName = getRadioInterfaceName(hasWifi);
747 hasWifi ? RADIO0_IPV4_ADDRESS : out,
752 hasWifi ? RADIO0_IPV4_ADDRESS : out,
806 if (hasWifi) {
2113 bool hasWifi = hasWifiCapability();
2114 const char* radioInterfaceName = getRadioInterfaceName(hasWifi);
2163 bool hasWifi = hasWifiCapability();
2164 const char* radioInterfaceName = getRadioInterfaceName(hasWifi);
3939 bool hasWifi = hasWifiCapability();
3940 const char* radioIfName = getRadioInterfaceName(hasWifi);