Add snr and est_throughput to the BSS entries
These values were previously used only for sorting the scan results, but it may be useful to provide access to the used values through the BSS entries. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
a1b790eb9d
commit
1d747e2a98
4 changed files with 25 additions and 2 deletions
|
@ -274,6 +274,8 @@ extern "C" {
|
|||
#define WPA_BSS_MASK_WIFI_DISPLAY BIT(16)
|
||||
#define WPA_BSS_MASK_DELIM BIT(17)
|
||||
#define WPA_BSS_MASK_MESH_SCAN BIT(18)
|
||||
#define WPA_BSS_MASK_SNR BIT(19)
|
||||
#define WPA_BSS_MASK_EST_THROUGHPUT BIT(20)
|
||||
|
||||
|
||||
/* VENDOR_ELEM_* frame id values */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue