public static final class Dot11SsidListElement.Builder extends Dot11InformationElement.Builder
Constructor and Description |
---|
Dot11SsidListElement.Builder() |
Modifier and Type | Method and Description |
---|---|
Dot11SsidListElement |
build() |
Dot11SsidListElement.Builder |
correctLengthAtBuild(boolean correctLengthAtBuild) |
Dot11SsidListElement.Builder |
length(byte length) |
Dot11SsidListElement.Builder |
ssidList(List<Dot11SsidElement> ssidList) |
elementId, getCorrectLengthAtBuild
public Dot11SsidListElement.Builder ssidList(List<Dot11SsidElement> ssidList)
ssidList
- ssidListpublic Dot11SsidListElement.Builder length(byte length)
length
in class Dot11InformationElement.Builder
length
- lengthpublic Dot11SsidListElement.Builder correctLengthAtBuild(boolean correctLengthAtBuild)
correctLengthAtBuild
in interface LengthBuilder<Dot11InformationElement>
correctLengthAtBuild
in class Dot11InformationElement.Builder
correctLengthAtBuild
- correctLengthAtBuildpublic Dot11SsidListElement build()
Copyright © 2011–2018 Pcap4J.org. All rights reserved.