Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PeerMeasurementPeerAttrs

peer attributes for measurement

Hierarchy

Index

Properties

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

peer's MAC address

chan?: Message

channel definition, nested, using top-level attributes like %NL80211_ATTR_WIPHY_FREQ etc.

req?: Map<number, PeerMeasurementRequest>

This is a nested attribute indexed by measurement type, with attributes from the &enum nl80211_peer_measurement_req inside.

resp?: Map<number, PeerMeasurementResponse>

This is a nested attribute indexed by measurement type, with attributes from the &enum nl80211_peer_measurement_resp inside.

Generated using TypeDoc