Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java102 public native static boolean startSupplicant(boolean p2pSupported); in startSupplicant() method in WifiNative
DWifiStateMachine.java5696 if (mWifiNative.startSupplicant(mP2pSupported)) { in processMessage()