Options
All
  • Public
  • Public/Protected
  • All
Menu

connection quality monitor attributes

Hierarchy

Index

Properties

__unparsed?: [number, Buffer][]
beaconLossEvent?: true

flag attribute that's set in a beacon loss event

pktLossEvent?: number

a u32 value indicating that this many consecutive packets were not acknowledged by the peer

rssiHyst?: number

RSSI hysteresis in dBm. This value specifies the minimum amount the RSSI level must change after an event before a new event may be issued (to reduce effects of RSSI oscillation).

rssiLevel?: Buffer

the RSSI value in dBm that triggered the RSSI threshold event.

rssiThold?: number

RSSI threshold in dBm. This value specifies the threshold for the RSSI level at which an event will be sent. Zero to disable. Alternatively, if %NL80211_EXT_FEATURE_CQM_RSSI_LIST is set, multiple values can be supplied as a low-to-high sorted array of threshold values in dBm. Events will be sent when the RSSI value crosses any of the thresholds.

rssiThresholdEvent?: number

RSSI threshold event

txeIntvl?: Buffer

interval in seconds. Specifies the periodic interval in which %NL80211_ATTR_CQM_TXE_PKTS and %NL80211_ATTR_CQM_TXE_RATE must be satisfied before generating an %NL80211_CMD_NOTIFY_CQM. Set to 0 to turn off TX error reporting.

txePkts?: Buffer

number of attempted packets in a given %NL80211_ATTR_CQM_TXE_INTVL before %NL80211_ATTR_CQM_TXE_RATE is checked.

txeRate?: Buffer

TX error rate in %. Minimum % of TX failures during the given %NL80211_ATTR_CQM_TXE_INTVL before an %NL80211_CMD_NOTIFY_CQM with reported %NL80211_ATTR_CQM_TXE_RATE and %NL80211_ATTR_CQM_TXE_PKTS is generated.

Generated using TypeDoc