Class UCentralSchema.Radio
- java.lang.Object
-
- com.facebook.openwifi.cloudsdk.models.ap.UCentralSchema.Radio
-
- Enclosing class:
- UCentralSchema
public static class UCentralSchema.Radio extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UCentralSchema.Radio.HESettings
static class
UCentralSchema.Radio.Rates
-
Field Summary
Fields Modifier and Type Field Description boolean
allowDfs
String
band
int
bandwidth
int
beaconInterval
com.google.gson.JsonPrimitive
channel
String
channelMode
int
channelWidth
String
country
int
dtimPeriod
UCentralSchema.Radio.HESettings
heSettings
String[]
hostapdIfaceRaw
boolean
legacyRates
int
maximumClients
String
mimo
UCentralSchema.Radio.Rates
rates
String
requireMode
int
txPower
int[]
validChannels
-
Constructor Summary
Constructors Constructor Description Radio()
-
-
-
Field Detail
-
band
public String band
-
bandwidth
public int bandwidth
-
channel
public com.google.gson.JsonPrimitive channel
-
validChannels
@SerializedName("valid-channels") public int[] validChannels
-
country
public String country
-
allowDfs
@SerializedName("allow-dfs") public boolean allowDfs
-
channelMode
@SerializedName("channel-mode") public String channelMode
-
channelWidth
@SerializedName("channel-width") public int channelWidth
-
requireMode
@SerializedName("require-mode") public String requireMode
-
mimo
public String mimo
-
txPower
@SerializedName("tx-power") public int txPower
-
legacyRates
@SerializedName("legacy-rates") public boolean legacyRates
-
beaconInterval
@SerializedName("beacon-interval") public int beaconInterval
-
dtimPeriod
@SerializedName("dtim-period") public int dtimPeriod
-
maximumClients
@SerializedName("maximum-clients") public int maximumClients
-
rates
public UCentralSchema.Radio.Rates rates
-
heSettings
@SerializedName("he-settings") public UCentralSchema.Radio.HESettings heSettings
-
hostapdIfaceRaw
@SerializedName("hostapd-iface-raw") public String[] hostapdIfaceRaw
-
-