Class ReducedNeighborReport.NeighborApInformation
- java.lang.Object
-
- com.facebook.openwifi.cloudsdk.ies.ReducedNeighborReport.NeighborApInformation
-
- Enclosing class:
- ReducedNeighborReport
public static class ReducedNeighborReport.NeighborApInformation extends Object
The Neighbor AP Information field specifies TBTT and other information related to a group of neighbor APs on one channel.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ReducedNeighborReport.NeighborApInformation.TbttInformation
Subfield for TBTT Informationstatic class
ReducedNeighborReport.NeighborApInformation.TbttInformationHeader
Subfield for TBTT Information header
-
Field Summary
Fields Modifier and Type Field Description short
channelNumber
Unsigned 8 bits - the last known primary channel of the APs in this Neighbor AP Information field.short
operatingClass
Unsigned 8 bits - channel starting frequency that, together with the Channel Number field, indicates the primary channel of the BSSs of the APs in this Neighbor AP Information fieldReducedNeighborReport.NeighborApInformation.TbttInformation
tbttInformation
ReducedNeighborReport.NeighborApInformation.TbttInformationHeader
tbttInformationHeader
-
Constructor Summary
Constructors Constructor Description NeighborApInformation(ReducedNeighborReport.NeighborApInformation.TbttInformationHeader tbttInformationHeader, short operatingClass, short channelNumber, ReducedNeighborReport.NeighborApInformation.TbttInformation tbttInformation)
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
parse(com.google.gson.JsonObject contents)
Parse NeighborApInformation from JSON object
-
-
-
Field Detail
-
tbttInformationHeader
public final ReducedNeighborReport.NeighborApInformation.TbttInformationHeader tbttInformationHeader
-
operatingClass
public final short operatingClass
Unsigned 8 bits - channel starting frequency that, together with the Channel Number field, indicates the primary channel of the BSSs of the APs in this Neighbor AP Information field
-
channelNumber
public final short channelNumber
Unsigned 8 bits - the last known primary channel of the APs in this Neighbor AP Information field.
-
tbttInformation
public final ReducedNeighborReport.NeighborApInformation.TbttInformation tbttInformation
-
-
Constructor Detail
-
NeighborApInformation
public NeighborApInformation(ReducedNeighborReport.NeighborApInformation.TbttInformationHeader tbttInformationHeader, short operatingClass, short channelNumber, ReducedNeighborReport.NeighborApInformation.TbttInformation tbttInformation)
Constructor
-
-
Method Detail
-
parse
public static ReducedNeighborReport.NeighborApInformation parse(com.google.gson.JsonObject contents)
Parse NeighborApInformation from JSON object
-
-