Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PeerMeasurementResponse

peer measurement response attributes

Hierarchy

Index

Properties

__unparsed?: [number, Buffer][]
apTsf?: bigint

TSF of the AP that the interface doing the measurement is connected to when the result was measured. This shall be accurately reported if supported and requested (u64, usec)

data?: Buffer

This is a nested attribute with measurement type-specific results inside. The attributes used are from the enums named nl80211_peer_measurement__resp.

final?: true

If results are sent to the host partially (*e.g. with FTM per-burst data) this flag will be cleared on all but the last result; if all results are combined it's set on the single result.

hostTime?: bigint

host time (%CLOCK_BOOTTIME) when the result was measured; this value is not expected to be accurate to more than 20ms. (u64, nanoseconds)

pad?: Buffer

padding for 64-bit attributes, ignore

status?: PeerMeasurementStatus | "SUCCESS" | "REFUSED" | "TIMEOUT" | "FAILURE"

u32 value with the measurement status (using values from &enum nl80211_peer_measurement_status.)

Generated using TypeDoc