public static class InformationElementUtil.SupportedRates extends Object
Modifier and Type | Field and Description |
---|---|
static int |
MASK |
ArrayList<Integer> |
mRates |
boolean |
mValid |
Constructor and Description |
---|
SupportedRates() |
Modifier and Type | Method and Description |
---|---|
void |
from(ScanResult.InformationElement ie) |
static int |
getRateFromByte(int byteVal)
get the Rate in bits/s from associated byteval
|
boolean |
isValid()
Is this a valid Supported Rates information element.
|
String |
toString()
Lists the rates in a human readable string
|
public static final int MASK
public boolean mValid
public boolean isValid()
public static int getRateFromByte(int byteVal)
public void from(ScanResult.InformationElement ie)