public static final class Dot11InterworkingElement.Builder extends Dot11InformationElement.Builder
Constructor and Description |
---|
Dot11InterworkingElement.Builder() |
Modifier and Type | Method and Description |
---|---|
Dot11InterworkingElement.Builder |
accessnetworkType(Dot11AccessNetworkType accessnetworkType) |
Dot11InterworkingElement.Builder |
asra(boolean asra) |
Dot11InterworkingElement |
build() |
Dot11InterworkingElement.Builder |
correctLengthAtBuild(boolean correctLengthAtBuild) |
Dot11InterworkingElement.Builder |
esr(boolean esr) |
Dot11InterworkingElement.Builder |
hessid(byte[] hessid) |
Dot11InterworkingElement.Builder |
internet(boolean internet) |
Dot11InterworkingElement.Builder |
length(byte length) |
Dot11InterworkingElement.Builder |
uesa(boolean uesa) |
Dot11InterworkingElement.Builder |
venueInfo(Dot11VenueInfo venueInfo) |
elementId, getCorrectLengthAtBuild
public Dot11InterworkingElement.Builder accessnetworkType(Dot11AccessNetworkType accessnetworkType)
accessnetworkType
- accessnetworkTypepublic Dot11InterworkingElement.Builder internet(boolean internet)
internet
- internetpublic Dot11InterworkingElement.Builder asra(boolean asra)
asra
- asrapublic Dot11InterworkingElement.Builder esr(boolean esr)
esr
- esrpublic Dot11InterworkingElement.Builder uesa(boolean uesa)
uesa
- uesapublic Dot11InterworkingElement.Builder venueInfo(Dot11VenueInfo venueInfo)
venueInfo
- venueInfopublic Dot11InterworkingElement.Builder hessid(byte[] hessid)
hessid
- hessidpublic Dot11InterworkingElement.Builder length(byte length)
length
in class Dot11InformationElement.Builder
length
- lengthpublic Dot11InterworkingElement.Builder correctLengthAtBuild(boolean correctLengthAtBuild)
correctLengthAtBuild
in interface LengthBuilder<Dot11InformationElement>
correctLengthAtBuild
in class Dot11InformationElement.Builder
correctLengthAtBuild
- correctLengthAtBuildpublic Dot11InterworkingElement build()
Copyright © 2011–2019 Pcap4J.org. All rights reserved.