Class ReducedNeighborReport.NeighborApInformation.TbttInformationHeader

    • 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
    • Constructor Detail

      • TbttInformationHeader

        public TbttInformationHeader​(byte tbttInformationType,
                                     boolean filteredNeighborAp,
                                     byte tbttInformationCount,
                                     short tbttInformationLength)
        Constructor