Uses of Class
org.pcap4j.packet.namednumber.Dot11AccessNetworkType
-
Packages that use Dot11AccessNetworkType Package Description org.pcap4j.packet org.pcap4j.packet.namednumber -
-
Uses of Dot11AccessNetworkType in org.pcap4j.packet
Fields in org.pcap4j.packet declared as Dot11AccessNetworkType Modifier and Type Field Description private Dot11AccessNetworkTypeDot11InterworkingElement. accessnetworkTypeprivate Dot11AccessNetworkTypeDot11InterworkingElement.Builder. accessnetworkTypeMethods in org.pcap4j.packet that return Dot11AccessNetworkType Modifier and Type Method Description Dot11AccessNetworkTypeDot11InterworkingElement. getAccessnetworkType()Methods in org.pcap4j.packet with parameters of type Dot11AccessNetworkType Modifier and Type Method Description Dot11InterworkingElement.BuilderDot11InterworkingElement.Builder. accessnetworkType(Dot11AccessNetworkType accessnetworkType) -
Uses of Dot11AccessNetworkType in org.pcap4j.packet.namednumber
Fields in org.pcap4j.packet.namednumber declared as Dot11AccessNetworkType Modifier and Type Field Description static Dot11AccessNetworkTypeDot11AccessNetworkType. CHARGEABLE_PUBLIC_NETWORKChargeable public network: 2static Dot11AccessNetworkTypeDot11AccessNetworkType. EMERGENCY_SERVICES_ONLY_NETWORKEmergency services only network: 5static Dot11AccessNetworkTypeDot11AccessNetworkType. FREE_PUBLIC_NETWORKFree public network: 3static Dot11AccessNetworkTypeDot11AccessNetworkType. PERSONAL_DEVICE_NETWORKPersonal device network: 4static Dot11AccessNetworkTypeDot11AccessNetworkType. PRIVATE_NETWORKPrivate network: 0static Dot11AccessNetworkTypeDot11AccessNetworkType. PRIVATE_NETWORK_WITH_GUEST_ACCESSPrivate network with guest access: 1static Dot11AccessNetworkTypeDot11AccessNetworkType. TEST_OR_EXPERIMENTALTest or experimental: 14static Dot11AccessNetworkTypeDot11AccessNetworkType. WILDCARDWildcard: 15Fields in org.pcap4j.packet.namednumber with type parameters of type Dot11AccessNetworkType Modifier and Type Field Description private static java.util.Map<java.lang.Byte,Dot11AccessNetworkType>Dot11AccessNetworkType. registryMethods in org.pcap4j.packet.namednumber that return Dot11AccessNetworkType Modifier and Type Method Description static Dot11AccessNetworkTypeDot11AccessNetworkType. getInstance(java.lang.Byte value)static Dot11AccessNetworkTypeDot11AccessNetworkType. register(Dot11AccessNetworkType number)Methods in org.pcap4j.packet.namednumber with parameters of type Dot11AccessNetworkType Modifier and Type Method Description intDot11AccessNetworkType. compareTo(Dot11AccessNetworkType o)static Dot11AccessNetworkTypeDot11AccessNetworkType. register(Dot11AccessNetworkType number)
-