Package com.facebook.openwifi.cloudsdk
Class AggregatedState.RadioConfig
- java.lang.Object
-
- com.facebook.openwifi.cloudsdk.AggregatedState.RadioConfig
-
- Enclosing class:
- AggregatedState
public static class AggregatedState.RadioConfig extends Object
Radio information with channel, channel_width and tx_power.
-
-
Field Summary
Fields Modifier and Type Field Description intchannelintchannelWidthStringphyinttxPower
-
Constructor Summary
Constructors Constructor Description RadioConfig(int channel, int channelWidth, int txPower)RadioConfig(com.google.gson.JsonObject radio)Constructor with args
-
-
-
Field Detail
-
channel
public int channel
-
channelWidth
public int channelWidth
-
txPower
public int txPower
-
phy
public String phy
-
-