Settings.Global.WifiMaxDhcpRetryCount Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The maximum number of times we will retry a connection to an access point for which we have failed in acquiring an IP address from DHCP.
[Android.Runtime.Register("WIFI_MAX_DHCP_RETRY_COUNT")]
public const string WifiMaxDhcpRetryCount;
[<Android.Runtime.Register("WIFI_MAX_DHCP_RETRY_COUNT")>]
val mutable WifiMaxDhcpRetryCount : string
Field Value
- Attributes
Remarks
The maximum number of times we will retry a connection to an access point for which we have failed in acquiring an IP address from DHCP. A value of N means that we will make N+1 connection attempts in all.
Java documentation for android.provider.Settings.Global.WIFI_MAX_DHCP_RETRY_COUNT
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.