OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasWifi
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/net/src/android/net/wifi/cts/
WifiEnterpriseConfigTest.java
[
all
...]
/device/generic/goldfish/ril/
reference-ril.c
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
) {
[
all
...]
Completed in 112 milliseconds