Class LinkStats.RadioConfig
- java.lang.Object
-
- com.facebook.openwifi.librca.stats.LinkStats.RadioConfig
-
-
Field Summary
Fields Modifier and Type Field Description int
channel
int
channelWidth
String
phy
int
txPower
-
Constructor Summary
Constructors Constructor Description RadioConfig()
-
-
-
Field Detail
-
channel
public int channel
-
channelWidth
public int channelWidth
-
txPower
public int txPower
-
phy
public String phy
-
-