Uses of Class
org.pcap4j.packet.Dot11InterworkingElement.Builder
-
Packages that use Dot11InterworkingElement.Builder Package Description org.pcap4j.packet -
-
Uses of Dot11InterworkingElement.Builder in org.pcap4j.packet
Methods in org.pcap4j.packet that return Dot11InterworkingElement.Builder Modifier and Type Method Description Dot11InterworkingElement.BuilderDot11InterworkingElement.Builder. accessnetworkType(Dot11AccessNetworkType accessnetworkType)Dot11InterworkingElement.BuilderDot11InterworkingElement.Builder. asra(boolean asra)Dot11InterworkingElement.BuilderDot11InterworkingElement.Builder. correctLengthAtBuild(boolean correctLengthAtBuild)Dot11InterworkingElement.BuilderDot11InterworkingElement.Builder. esr(boolean esr)Dot11InterworkingElement.BuilderDot11InterworkingElement. getBuilder()Dot11InterworkingElement.BuilderDot11InterworkingElement.Builder. hessid(byte[] hessid)Dot11InterworkingElement.BuilderDot11InterworkingElement.Builder. internet(boolean internet)Dot11InterworkingElement.BuilderDot11InterworkingElement.Builder. length(byte length)Dot11InterworkingElement.BuilderDot11InterworkingElement.Builder. uesa(boolean uesa)Dot11InterworkingElement.BuilderDot11InterworkingElement.Builder. venueInfo(Dot11VenueInfo venueInfo)Constructors in org.pcap4j.packet with parameters of type Dot11InterworkingElement.Builder Constructor Description Dot11InterworkingElement(Dot11InterworkingElement.Builder builder)
-