Class Dot11r
The current setting for 802.11r
[DataContract]
public class Dot11r
- Inheritance
-
Dot11r
- Inherited Members
Properties
Adaptive
(Optional) Whether 802.11r is adaptive or not.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "adaptive")]
public bool? Adaptive { get; set; }
Property Value
- bool?
Enabled
Whether 802.11r is enabled or not.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "enabled")]
public bool Enabled { get; set; }
Property Value
Methods
ToString()
public override string ToString()