WifiP2pConfig
public
class
WifiP2pConfig
extends Object
implements
Parcelable
java.lang.Object | |
↳ | android.net.wifi.p2p.WifiP2pConfig |
A class representing a Wi-Fi P2p configuration for setting up a connection
See also:
Summary
Nested classes | |
---|---|
class |
WifiP2pConfig.Builder
Builder used to build |
Constants | |
---|---|
int |
GROUP_CLIENT_IP_PROVISIONING_MODE_IPV4_DHCP
IP provisioning via IPv4 DHCP, when joining a group as a group client. |
int |
GROUP_CLIENT_IP_PROVISIONING_MODE_IPV6_LINK_LOCAL
IP provisioning via IPv6 link-local, when joining a group as a group client. |
int |
GROUP_OWNER_BAND_2GHZ
Allow the system to pick the operating frequency from the 2.4 GHz band. |
int |
GROUP_OWNER_BAND_5GHZ
Allow the system to pick the operating frequency from the 5 GHz band. |
int |
GROUP_OWNER_BAND_AUTO
Allow the system to pick the operating frequency from all supported bands. |
int |
GROUP_OWNER_INTENT_AUTO
The system can choose an appropriate owner intent value, to be filled in the field
|
int |
GROUP_OWNER_INTENT_MAX
The most inclination to be a group owner, to be filled in the field
|
int |
GROUP_OWNER_INTENT_MIN
The least inclination to be a group owner, to be filled in the field
|
Inherited constants |
---|
Fields | |
---|---|
public
static
final
Creator<WifiP2pConfig> |
CREATOR
Implement the Parcelable interface |
public
String |
deviceAddress
The device MAC address uniquely identifies a Wi-Fi p2p device |
public
int |
groupOwnerIntent
This is an integer value between |
public
WpsInfo |
wps
Wi-Fi Protected Setup information |
Public constructors | |
---|---|
WifiP2pConfig()
|
|
WifiP2pConfig(WifiP2pConfig source)
copy constructor |
Public methods | |
---|---|
int
|
describeContents()
Implement the Parcelable interface |
int
|
getGroupClientIpProvisioningMode()
Get the IP provisioning mode when joining a group as a group client. |
int
|
getGroupOwnerBand()
Get the required band for the group owner. |
int
|
getNetworkId()
Get the network ID of this P2P configuration. |
String
|
getNetworkName()
Get the network name of this P2P configuration, or null if unset. |
String
|
getPassphrase()
Get the passphrase of this P2P configuration, or null if unset. |
String
|
toString()
Returns a string representation of the object. |
void
|
writeToParcel(Parcel dest, int flags)
Implement the Parcelable interface |
Inherited methods | |
---|---|
Constants
GROUP_CLIENT_IP_PROVISIONING_MODE_IPV4_DHCP
public static final int GROUP_CLIENT_IP_PROVISIONING_MODE_IPV4_DHCP
IP provisioning via IPv4 DHCP, when joining a group as a group client.
Constant Value: 0 (0x00000000)
GROUP_CLIENT_IP_PROVISIONING_MODE_IPV6_LINK_LOCAL
public static final int GROUP_CLIENT_IP_PROVISIONING_MODE_IPV6_LINK_LOCAL
IP provisioning via IPv6 link-local, when joining a group as a group client.
Constant Value: 1 (0x00000001)
GROUP_OWNER_BAND_2GHZ
public static final int GROUP_OWNER_BAND_2GHZ
Allow the system to pick the operating frequency from the 2.4 GHz band.
Constant Value: 1 (0x00000001)
GROUP_OWNER_BAND_5GHZ
public static final int GROUP_OWNER_BAND_5GHZ
Allow the system to pick the operating frequency from the 5 GHz band.
Constant Value: 2 (0x00000002)
GROUP_OWNER_BAND_AUTO
public static final int GROUP_OWNER_BAND_AUTO
Allow the system to pick the operating frequency from all supported bands.
Constant Value: 0 (0x00000000)
GROUP_OWNER_INTENT_AUTO
public static final int GROUP_OWNER_INTENT_AUTO
The system can choose an appropriate owner intent value, to be filled in the field
groupOwnerIntent
.
Constant Value: -1 (0xffffffff)
GROUP_OWNER_INTENT_MAX
public static final int GROUP_OWNER_INTENT_MAX
The most inclination to be a group owner, to be filled in the field
groupOwnerIntent
.
Constant Value: 15 (0x0000000f)
GROUP_OWNER_INTENT_MIN
public static final int GROUP_OWNER_INTENT_MIN
The least inclination to be a group owner, to be filled in the field
groupOwnerIntent
.
Constant Value: 0 (0x00000000)
Fields
CREATOR
public static final Creator<WifiP2pConfig> CREATOR
Implement the Parcelable interface
deviceAddress
public String deviceAddress
The device MAC address uniquely identifies a Wi-Fi p2p device
groupOwnerIntent
public int groupOwnerIntent
This is an integer value between GROUP_OWNER_INTENT_MIN
and
GROUP_OWNER_INTENT_MAX
where
GROUP_OWNER_INTENT_MIN
indicates the least inclination to be a group owner and
GROUP_OWNER_INTENT_MAX
indicates the highest inclination to be a group owner.
A value of GROUP_OWNER_INTENT_AUTO
indicates the system can choose an appropriate
value.
By default this field is set to GROUP_OWNER_INTENT_AUTO
.
Value is between 0 and 15 inclusive
Public constructors
WifiP2pConfig
public WifiP2pConfig (WifiP2pConfig source)
copy constructor
Parameters | |
---|---|
source |
WifiP2pConfig |
Public methods
describeContents
public int describeContents ()
Implement the Parcelable interface
Returns | |
---|---|
int |
a bitmask indicating the set of special object types marshaled
by this Parcelable object instance.
Value is either 0 or CONTENTS_FILE_DESCRIPTOR |
getGroupClientIpProvisioningMode
public int getGroupClientIpProvisioningMode ()
Get the IP provisioning mode when joining a group as a group client.
The result will be one of the following:
GROUP_CLIENT_IP_PROVISIONING_MODE_IPV4_DHCP
,
GROUP_CLIENT_IP_PROVISIONING_MODE_IPV6_LINK_LOCAL
Returns | |
---|---|
int |
Value is GROUP_CLIENT_IP_PROVISIONING_MODE_IPV4_DHCP , or GROUP_CLIENT_IP_PROVISIONING_MODE_IPV6_LINK_LOCAL |
getGroupOwnerBand
public int getGroupOwnerBand ()
Get the required band for the group owner.
The result will be one of the following:
GROUP_OWNER_BAND_AUTO
,
GROUP_OWNER_BAND_2GHZ
,
GROUP_OWNER_BAND_5GHZ
Returns | |
---|---|
int |
Value is GROUP_OWNER_BAND_AUTO , GROUP_OWNER_BAND_2GHZ , or GROUP_OWNER_BAND_5GHZ |
getNetworkId
public int getNetworkId ()
Get the network ID of this P2P configuration.
Returns | |
---|---|
int |
either a non-negative network ID, or one of
WifiP2pGroup#NETWORK_ID_PERSISTENT or WifiP2pGroup#NETWORK_ID_TEMPORARY . |
getNetworkName
public String getNetworkName ()
Get the network name of this P2P configuration, or null if unset.
Returns | |
---|---|
String |
getPassphrase
public String getPassphrase ()
Get the passphrase of this P2P configuration, or null if unset.
Returns | |
---|---|
String |
toString
public String toString ()
Returns a string representation of the object.
Returns | |
---|---|
String |
a string representation of the object. |
writeToParcel
public void writeToParcel (Parcel dest, int flags)
Implement the Parcelable interface
Parameters | |
---|---|
dest |
Parcel : The Parcel in which the object should be written.
This value cannot be null . |
flags |
int : Additional flags about how the object should be written.
May be 0 or Parcelable.PARCELABLE_WRITE_RETURN_VALUE .
Value is either 0 or a combination of Parcelable.PARCELABLE_WRITE_RETURN_VALUE , and android.os.Parcelable.PARCELABLE_ELIDE_DUPLICATES |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-04-11 UTC.