ScanResult.CenterFreq0 Property

Definition

Not used if the AP bandwidth is 20 MHz If the AP use 40, 80, 160 or 320MHz, this is the center frequency (in MHz) if the AP use 80 + 80 MHz, this is the center frequency of the first segment (in MHz)

[Android.Runtime.Register("centerFreq0", ApiSince=23)]
public int CenterFreq0 { get; set; }
[<Android.Runtime.Register("centerFreq0", ApiSince=23)>]
member this.CenterFreq0 : int with get, set

Property Value

Attributes

Remarks

Not used if the AP bandwidth is 20 MHz If the AP use 40, 80, 160 or 320MHz, this is the center frequency (in MHz) if the AP use 80 + 80 MHz, this is the center frequency of the first segment (in MHz)

Java documentation for android.net.wifi.ScanResult.centerFreq0.

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.

Applies to