summaryrefslogtreecommitdiff
path: root/include/iwinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/iwinfo.h')
-rw-r--r--include/iwinfo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/iwinfo.h b/include/iwinfo.h
index 1956abe..3fc414b 100644
--- a/include/iwinfo.h
+++ b/include/iwinfo.h
@@ -110,6 +110,9 @@ struct iwinfo_rate_entry {
uint8_t is_short_gi:1;
uint8_t is_ht:1;
uint8_t is_vht:1;
+ uint8_t is_he:1;
+ uint8_t he_gi;
+ uint8_t he_dcm;
uint8_t mhz;
uint8_t nss;
};