Options
All
  • Public
  • Public/Protected
  • All
Menu

station flags

Station flags. When a station is added to an AP interface, it is assumed to be already associated (and hence authenticated.)

Hierarchy

Index

Properties

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

station is associated; used with drivers that support %NL80211_FEATURE_FULL_AP_CLIENT_STATE to transition a previously added station into associated state

authenticated?: true

station is authenticated

authorized?: true

station is authorized (802.1X)

mfp?: true

station uses management frame protection

shortPreamble?: true

station is capable of receiving frames with short barker preamble

tdlsPeer?: true

station is a TDLS peer -- this flag should only be used in managed mode (even in the flags mask). Note that the flag can't be changed, it is only valid while adding a station, and attempts to change it will silently be ignored (rather than rejected as errors.)

wme?: true

station is WME/QoS capable

Generated using TypeDoc