aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common/defs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/common/defs.h b/src/common/defs.h
index eb080ea8..2e313794 100644
--- a/src/common/defs.h
+++ b/src/common/defs.h
@@ -334,4 +334,10 @@ enum set_band {
WPA_SETBAND_2G
};
+enum wpa_radio_work_band {
+ BAND_2_4_GHZ = BIT(0),
+ BAND_5_GHZ = BIT(1),
+ BAND_60_GHZ = BIT(2),
+};
+
#endif /* DEFS_H */