public static final class Dot11InterworkingElement.Builder extends Dot11InformationElement.Builder
| Constructor and Description |
|---|
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, getCorrectLengthAtBuildpublic 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.Builderlength - lengthpublic Dot11InterworkingElement.Builder correctLengthAtBuild(boolean correctLengthAtBuild)
correctLengthAtBuild in interface LengthBuilder<Dot11InformationElement>correctLengthAtBuild in class Dot11InformationElement.BuildercorrectLengthAtBuild - correctLengthAtBuildpublic Dot11InterworkingElement build()
Copyright © 2011 - 2018 Pcap4J.org. All rights reserved.