public static class InformationElementUtil.WifiMode extends Object
Modifier and Type | Field and Description |
---|---|
static int |
MODE_11A |
static int |
MODE_11AC |
static int |
MODE_11B |
static int |
MODE_11G |
static int |
MODE_11N |
static int |
MODE_UNDEFINED |
Constructor and Description |
---|
WifiMode() |
Modifier and Type | Method and Description |
---|---|
static int |
determineMode(int frequency,
int maxRate,
boolean foundVht,
boolean foundHt,
boolean foundErp)
Use frequency, max supported rate, and the existence of VHT, HT & ERP fields in scan
scan result to determine the 802.11 Wifi standard being used.
|
static String |
toString(int mode)
|
public static final int MODE_UNDEFINED
public static final int MODE_11A
public static final int MODE_11B
public static final int MODE_11G
public static final int MODE_11N
public static final int MODE_11AC
public static int determineMode(int frequency, int maxRate, boolean foundVht, boolean foundHt, boolean foundErp)
public static String toString(int mode)