summaryrefslogtreecommitdiff
path: root/include/iwinfo/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/iwinfo/utils.h')
-rw-r--r--include/iwinfo/utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/iwinfo/utils.h b/include/iwinfo/utils.h
index 6fe5785..e9b8f1d 100644
--- a/include/iwinfo/utils.h
+++ b/include/iwinfo/utils.h
@@ -44,6 +44,9 @@ static inline int iwinfo_mbm2dbm(int gain)
}
size_t iwinfo_format_hwmodes(int modes, char *buf, size_t len);
+int iwinfo_htmode_is_ht(int htmode);
+int iwinfo_htmode_is_vht(int htmode);
+int iwinfo_htmode_is_he(int htmode);
int iwinfo_ifup(const char *ifname);
int iwinfo_ifdown(const char *ifname);