Searched refs:joinExistingGroup (Results 1 – 4 of 4) sorted by relevance
/aosp12/hardware/interfaces/wifi/supplicant/1.2/ |
H A D | ISupplicantP2pIface.hal | 36 * 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 D | WifiP2pNative.java | 510 public String p2pConnect(WifiP2pConfig config, boolean joinExistingGroup) { in p2pConnect() argument 511 return mSupplicantP2pIfaceHal.connect(config, joinExistingGroup); in p2pConnect()
|
H A D | SupplicantP2pIfaceHal.java | 879 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 D | ISupplicantP2pIface.hal | 193 * @param joinExistingGroup Indicates that this is a command to join an 213 bool joinExistingGroup,
|