Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/wifi/supplicant/1.2/
H A DISupplicantP2pIface.hal36 * If joinExistingGroup is false, this device sets up a P2P group owner manually (i.e.,
40 * If joinExistingGroup is true, this device acts as a group client and joins the group
60 * @param joinExistingGroup if true, join a group as a group client; otherwise,
69 uint32_t freq, MacAddress peerAddress, bool joinExistingGroup)
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pNative.java510 public String p2pConnect(WifiP2pConfig config, boolean joinExistingGroup) { in p2pConnect() argument
511 return mSupplicantP2pIfaceHal.connect(config, joinExistingGroup); in p2pConnect()
H A DSupplicantP2pIfaceHal.java879 public String connect(WifiP2pConfig config, boolean joinExistingGroup) { in connect() argument
925 peerAddress, provisionMethod, preSelectedPin, joinExistingGroup, in connect()
/aosp12/hardware/interfaces/wifi/supplicant/1.0/
H A DISupplicantP2pIface.hal193 * @param joinExistingGroup Indicates that this is a command to join an
213 bool joinExistingGroup,