WiFi module: Difference between revisions

m
Add Wifi BSS package column description
m (add hint to firmware version 4.2 to wifi retransmissions)
m (Add Wifi BSS package column description)
Line 36: Line 36:
* Current channel utilization: This value is extracted from beacon frames indicating the percentage of time the channel was active (firmware >= 3.4)
* Current channel utilization: This value is extracted from beacon frames indicating the percentage of time the channel was active (firmware >= 3.4)
* Current frequency: This classifies the BSS frequency into 2.4 GHz, 5 GHz, or 0 for other frequencies
* Current frequency: This classifies the BSS frequency into 2.4 GHz, 5 GHz, or 0 for other frequencies
* pps transmitted: This is the number of frames that have been analyzed for this BSS.
* packets transmitted: This is the number of packets that have been analyzed for this BSS. (firmware >= 4.2)
* packets retransmitted: This is the number of retransmitted packets that have been analyzed for this BSS. (firmware >= 4.2)
* packets retransmitted ratio: This is the proportion of retransmitted packets that have been analyzed for this BSS. (firmware >= 4.2)
* bytes transmitted: This is the number of bytes that have been analyzed for this BSS.
* bytes transmitted: This is the number of bytes that have been analyzed for this BSS.
* bytes retransmitted: This is the number of retransmitted bytes that have been analyzed for this BSS. (firmware >= 4.2)
* bytes retransmitted: This is the number of retransmitted bytes that have been analyzed for this BSS. (firmware >= 4.2)
* bytes retransmitted ratio: This is the proportion of retransmitted bytes that have been analyzed for this BSS. (firmware >= 4.2)
* Signal/noise level: These values indicate the signal quality of the BSS.
* Signal/noise level: These values indicate the signal quality of the BSS.
** It uses information from packets sent from or to the BSS to give an indication ab out the overall quality.
** It uses information from packets sent from or to the BSS to give an indication ab out the overall quality.