VintageNetWiFi.SignalInfo (vintage_net_wifi v0.10.4) View Source
Information about active connection signal levels
:center_frequency1- center frequency for the first segment:center_frequency2- center frequency for the second segment (if relevant):frequency- control frequency:linkspeed- current TX rate:signal_dbm- current signal in dBm (RSSI):signal_percent- signal quality in percent:width- channel width
Link to this section Summary
Functions
Create a new SignalInfo struct
Link to this section Types
Specs
t() :: %VintageNetWiFi.SignalInfo{
center_frequency1: non_neg_integer(),
center_frequency2: non_neg_integer(),
frequency: non_neg_integer(),
linkspeed: non_neg_integer(),
signal_dbm: integer(),
signal_percent: 0..100,
width: String.t()
}
Link to this section Functions
Link to this function
new(center_frequency1, center_frequency2, frequency, linkspeed, signal_dbm, width)
View SourceSpecs
new( non_neg_integer(), non_neg_integer(), non_neg_integer(), non_neg_integer(), integer(), String.t() ) :: t()
Create a new SignalInfo struct