VintageNetWiFi.MeshPeer (vintage_net_wifi v0.9.2) View Source

Information about a WiFi mesh peer

This is a superset of the fields available on VintageNetWiFi.AccessPoint.

Link to this section Summary

Functions

Create a new MeshPeer struct

Link to this section Types

Specs

t() :: %VintageNetWiFi.MeshPeer{
  active_path_selection_metric_id: non_neg_integer(),
  active_path_selection_protocol_id: non_neg_integer(),
  age: non_neg_integer(),
  authentication_protocol_id: non_neg_integer(),
  band: VintageNetWiFi.AccessPoint.band(),
  beacon_int: non_neg_integer(),
  bss_basic_rate_set: String.t(),
  bssid: String.t(),
  capabilities: VintageNetWiFi.MeshPeer.Capabilities.t(),
  channel: non_neg_integer(),
  congestion_control_mode_id: non_neg_integer(),
  est_throughput: non_neg_integer(),
  flags: [VintageNetWiFi.AccessPoint.flag()],
  frequency: non_neg_integer(),
  id: non_neg_integer(),
  mesh_capability: non_neg_integer(),
  mesh_formation_info: non_neg_integer(),
  mesh_id: String.t(),
  noise_dbm: integer(),
  quality: integer(),
  signal_dbm: integer(),
  signal_percent: 0..100,
  snr: non_neg_integer(),
  ssid: String.t(),
  synchronization_method_id: non_neg_integer()
}

Link to this section Functions

Create a new MeshPeer struct