VintageNetWiFi.MeshPeer.Capabilities (vintage_net_wifi v0.9.2) View Source

Capabilities supported by a mesh node

  • power_slave_level: true if at least one of the peer-specific mesh power management modes is deep sleep mode
  • tbtt_adjusting: true while the TBBT adjustment procedure is ongoing.
  • mbca_enabled: true if the station is using MBCA
  • forwarding: true if the station forwards MSDUs
  • mcca_enabled: true if the station uses MCCA
  • mcca_supported: true if the station implements MCCA

Link to this section Summary

Link to this section Types

Specs

t() :: %VintageNetWiFi.MeshPeer.Capabilities{
  accepting_peerings: boolean(),
  forwarding: boolean(),
  mbca_enabled: boolean(),
  mcca_enabled: boolean(),
  mcca_supported: boolean(),
  power_slave_level: boolean(),
  tbtt_adjusting: boolean()
}

Link to this section Functions

Link to this function

decode_capabilities(arg)

View Source