Class ReducedNeighborReport.NeighborApInformation.TbttInformation
- java.lang.Object
-
- com.facebook.openwifi.cloudsdk.ies.ReducedNeighborReport.NeighborApInformation.TbttInformation
-
- Enclosing class:
- ReducedNeighborReport.NeighborApInformation
public static class ReducedNeighborReport.NeighborApInformation.TbttInformation extends Object
Subfield for TBTT Information
-
-
Field Summary
Fields Modifier and Type Field Description String
bssid
BSSID of neighbor, optionalshort
neighborApTbttOffset
Unsigned 8 bits - offset in TUs, rounded down to nearest TU, to the next TBTT of an AP’s BSS from the immediately prior TBTT of the AP that transmits this elementString
shortSsid
Short SSID of neighbor, optional
-
Constructor Summary
Constructors Constructor Description TbttInformation(short neighborApTbttOffset, String bssid, String shortSsid)
Constructor
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
static ReducedNeighborReport.NeighborApInformation.TbttInformation
parse(com.google.gson.JsonObject contents)
Parse TbttInformation from JSON object
-
-
-
Field Detail
-
neighborApTbttOffset
public final short neighborApTbttOffset
Unsigned 8 bits - offset in TUs, rounded down to nearest TU, to the next TBTT of an AP’s BSS from the immediately prior TBTT of the AP that transmits this element
-
bssid
public final String bssid
BSSID of neighbor, optional
-
shortSsid
public final String shortSsid
Short SSID of neighbor, optional
-
-
Method Detail
-
parse
public static ReducedNeighborReport.NeighborApInformation.TbttInformation parse(com.google.gson.JsonObject contents)
Parse TbttInformation from JSON object
-
-