Uses of Class
com.facebook.openwifi.cloudsdk.ies.ReducedNeighborReport.NeighborApInformation
-
Packages that use ReducedNeighborReport.NeighborApInformation Package Description com.facebook.openwifi.cloudsdk.ies Information elements (IEs) defined in the 802.11 specifications. -
-
Uses of ReducedNeighborReport.NeighborApInformation in com.facebook.openwifi.cloudsdk.ies
Fields in com.facebook.openwifi.cloudsdk.ies with type parameters of type ReducedNeighborReport.NeighborApInformation Modifier and Type Field Description List<ReducedNeighborReport.NeighborApInformation>ReducedNeighborReport. neighborApInformationsnumber of channels in a subband of supported channelsMethods in com.facebook.openwifi.cloudsdk.ies that return ReducedNeighborReport.NeighborApInformation Modifier and Type Method Description static ReducedNeighborReport.NeighborApInformationReducedNeighborReport.NeighborApInformation. parse(com.google.gson.JsonObject contents)Parse NeighborApInformation from JSON objectConstructor parameters in com.facebook.openwifi.cloudsdk.ies with type arguments of type ReducedNeighborReport.NeighborApInformation Constructor Description ReducedNeighborReport(List<ReducedNeighborReport.NeighborApInformation> neighborApInformations)Constructor
-