Class ReducedNeighborReport.NeighborApInformation.TbttInformationHeader
- java.lang.Object
-
- com.facebook.openwifi.cloudsdk.ies.ReducedNeighborReport.NeighborApInformation.TbttInformationHeader
-
- Enclosing class:
- ReducedNeighborReport.NeighborApInformation
public static class ReducedNeighborReport.NeighborApInformation.TbttInformationHeader extends Object
Subfield for TBTT Information header
-
-
Field Summary
Fields Modifier and Type Field Description boolean
filteredNeighborAp
1 bit - reserved except when the Reduced Neighbor Report element is carried in a Probe Response frame transmitted by a TVHT APbyte
tbttInformationCount
Unsigned 4 bits - number of TBTT Information fields included in the TBTT Information Set field of the Neighbor AP Information field, minus oneshort
tbttInformationLength
Unsigned 8 bits - the length of each TBTT Information field included in the TBTT Information Set field of the Neighbor AP Information fieldbyte
tbttInformationType
Unsigned 2 bits - identifies, together with the TBTT Information Length subfield, the format of the TBTT Information field
-
Constructor Summary
Constructors Constructor Description TbttInformationHeader(byte tbttInformationType, boolean filteredNeighborAp, byte tbttInformationCount, short tbttInformationLength)
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.TbttInformationHeader
parse(com.google.gson.JsonObject contents)
Parse TbttInformationHeader from JSON object
-
-
-
Field Detail
-
tbttInformationType
public final byte tbttInformationType
Unsigned 2 bits - identifies, together with the TBTT Information Length subfield, the format of the TBTT Information field
-
filteredNeighborAp
public final boolean filteredNeighborAp
1 bit - reserved except when the Reduced Neighbor Report element is carried in a Probe Response frame transmitted by a TVHT AP
-
tbttInformationCount
public final byte tbttInformationCount
Unsigned 4 bits - number of TBTT Information fields included in the TBTT Information Set field of the Neighbor AP Information field, minus one
-
tbttInformationLength
public final short tbttInformationLength
Unsigned 8 bits - the length of each TBTT Information field included in the TBTT Information Set field of the Neighbor AP Information field
-
-
Method Detail
-
parse
public static ReducedNeighborReport.NeighborApInformation.TbttInformationHeader parse(com.google.gson.JsonObject contents)
Parse TbttInformationHeader from JSON object
-
-