Module ie

Source

Re-exports§

pub use fake_ies::*;
pub use intersect::*;

Modules§

fake_ies
intersect
rsn
wpa
wsc

Structs§

AmpduParams
ApWmmInfo
AselCapability
BitmapControl
BssMaxIdlePeriod
Calibration
ChanWidthSet
ChannelSwitchAnnouncement
ChannelSwitchWrapperView
ClientWmmInfo
CountryEnvironment
CountryView
DsssParamSet
EcwMinMax
ExtCapabilitiesOctet1
ExtCapabilitiesOctet2
ExtCapabilitiesOctet3
ExtCapabilitiesView
ExtendedChannelSwitchAnnouncement
Feedback
Header
HtCapabilities
HtCapabilityInfo
HtExtCapabilities
HtOpInfo
HtOperation
HtProtection
Id
IdleOptions
IeSummaryIter
An iterator that takes in a chain of IEs and produces summary for each IE. The summary is a tuple consisting of:
IesMerger
IesMerger is intended to be used to merge beacon and probe response IEs from scan results, as some IEs are only available on one frame type, or an IE may exist on both but contains more information on one frame type over the other.
IesUpdater
MaxAmpduExponent
MaxAmsduLen
MaxMpduLen
MaxTransmitPowerUnitInterpretation
McsFeedback
MinGroup
MinMpduStartSpacing
MpmProtocol
NumAntennas
NumCsiRows
NumSpaceTimeStreams
NumSpatialStreams
PcoPhase
PcoTransitionTime
PerrDestinationFlags
PerrDestinationHeader
PerrDestinationIter
PerrDestinationListView
PerrDestinationView
PerrHeader
PerrView
PrepFlags
PrepHeader
PrepTail
PrepView
PreqFlags
PreqHeader
PreqMiddle
PreqPerTarget
PreqPerTargetFlags
PreqView
RatesWriter
Reader
RmEnabledCapabilities
RxMcsBitmask
SecChanOffset
SmPowerSave
StaChanWidth
SupportedMcsSet
SupportedRate
TimHeader
TimView
TransmitPower
TransmitPowerEnvelopeView
TransmitPowerInfo
TxBfCapability
VhtCapabilities
VhtCapabilitiesInfo
VhtChannelBandwidth
VhtLinkAdaptation
VhtMcsNssMap
VhtMcsNssSet
VhtMcsSet
VhtOperation
WideBandwidthChannelSwitch
WmmAcParams
WmmAciAifsn
WmmInfo
WmmParam

Enums§

IeType
VendorIe

Constants§

EXTENDED_SUPPORTED_RATES_MAX_LEN
IE_MAX_LEN
IE_PREFIX_LEN
PERR_MAX_DESTINATIONS
PERR_MAX_DESTINATION_SIZE
PREQ_MAX_TARGETS
SUPPORTED_RATES_MAX_LEN
TIM_MAX_BITMAP_LEN
WMM_INFO_OUI_SUBTYPE
WFA WMM v1.2, 2.2.1 Table 3
WMM_OUI_TYPE
WFA WMM v1.2, 2.2.1 Table 3 and 2.2.2 Table 5
WMM_PARAM_OUI_SUBTYPE
WFA WMM v1.2, 2.2.2 Table 5

Functions§

parse_channel_switch_announcement
parse_channel_switch_wrapper
parse_country
parse_dsss_param_set
parse_ext_capabilities
parse_extended_channel_switch_announcement
parse_extended_supported_rates
parse_ht_capabilities
parse_ht_operation
parse_rm_enabled_capabilities
parse_sec_chan_offset
parse_ssid
parse_supported_rates
parse_tim
parse_transmit_power_envelope
parse_vendor_ie
parse_vht_capabilities
parse_vht_operation
parse_wide_bandwidth_channel_switch
parse_wmm_info
parse_wmm_param
parse_wpa_ie
write_bss_max_idle_period
write_dsss_param_set
write_extended_supported_rates
write_ht_capabilities
write_ht_operation
write_rsne
write_ssid
write_supported_rates
write_tim
write_vht_capabilities
write_vht_operation
write_wmm_param
write_wpa1_ie
Writes the entire WPA1 IE into the given buffer, including the vendor IE header.
write_wsc_ie
Writes the entire WSC IE into the given buffer, including the vendor IE header.