Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PeerMeasurementFtmResponse

FTM response attributes

Hierarchy

Index

Properties

__unparsed?: [number, Buffer][]
burstDuration?: number

actual burst duration used by the responder (similar to request, u8)

burstIndex?: number

optional, if bursts are reported as separate results then it will be the burst index 0...(N-1) and the top level will indicate partial results (u32)

busyRetryTime?: number

retry time received from the busy peer (u32, seconds)

civicloc?: Buffer

civic location data from peer (binary, optional); this is the contents of the Measurement Report Element (802.11-2016 9.4.2.22.1) starting with the Measurement Token, with Measurement Type 11.

distAvg?: bigint

average distance (s64, mm, optional but one of RTT/DIST must be present)

distSpread?: bigint

distance spread (u64, mm, optional)

distVariance?: bigint

distance variance (u64, mm^2, note that standard deviation is the square root of variance, optional)

failReason?: number

FTM-specific failure reason (u32, optional)

ftmsPerBurst?: number

actual FTMs per burst used by the responder (similar to request, u8)

lci?: Buffer

LCI data from peer (binary, optional); this is the contents of the Measurement Report Element (802.11-2016 9.4.2.22.1) starting with the Measurement Token, with Measurement Type 8.

numBurstsExp?: number

actual number of bursts exponent used by the responder (similar to request, u8)

numFtmrAttempts?: number

number of FTM Request frames transmitted (u32, optional)

numFtmrSuccesses?: number

number of FTM Request frames that were acknowleged (u32, optional)

pad?: Buffer

ignore, for u64/s64 padding only

rssiAvg?: number

average RSSI across all FTM action frames (optional, s32, 1/2 dBm)

rssiSpread?: number

RSSI spread across all FTM action frames (optional, s32, 1/2 dBm)

rttAvg?: bigint

average RTT (s64, picoseconds, optional but one of RTT/DIST must be present)

rttSpread?: bigint

RTT spread (u64, picoseconds, optional)

rttVariance?: bigint

RTT variance (u64, ps^2, note that standard deviation is the square root of variance, optional)

rxRate?: RateInfo

bitrate the responder used for the FTM action frame (optional, nested, using &enum nl80211_rate_info attrs)

txRate?: RateInfo

bitrate we used for the response to the FTM action frame (optional, nested, using &enum nl80211_rate_info attributes)

Generated using TypeDoc