Searched refs:doBooleanCommandNative (Results 1 – 1 of 1) sorted by relevance
249 private native boolean doBooleanCommandNative(String command); in doBooleanCommandNative() method in WifiNative259 boolean result = doBooleanCommandNative(mInterfacePrefix + command); in doBooleanCommand()269 boolean result = doBooleanCommandNative(mInterfacePrefix + command); in doBooleanCommandWithoutLogging()1000 return doBooleanCommandNative("IFNAME=" + iface + " WPS_PBC"); in startWpsPbc()1002 return doBooleanCommandNative("IFNAME=" + iface + " WPS_PBC " + bssid); in startWpsPbc()1015 return doBooleanCommandNative("IFNAME=" + iface + " WPS_PIN any " + pin); in startWpsPinKeypad()1112 return doBooleanCommandNative("IFNAME=" + iface + " SET p2p_group_idle " + time); in setP2pGroupIdle()1127 return doBooleanCommandNative("IFNAME=" + iface + " P2P_SET ps 1"); in setP2pPowerSave()1129 return doBooleanCommandNative("IFNAME=" + iface + " P2P_SET ps 0"); in setP2pPowerSave()1302 return doBooleanCommandNative("IFNAME=" + iface + " P2P_GROUP_REMOVE " + iface); in p2pGroupRemove()