diff options
Diffstat (limited to 'src/common/hw_features_common.h')
-rw-r--r-- | src/common/hw_features_common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/hw_features_common.h b/src/common/hw_features_common.h index 7360b4e3efede..9cddbd50e56a9 100644 --- a/src/common/hw_features_common.h +++ b/src/common/hw_features_common.h @@ -35,5 +35,8 @@ int hostapd_set_freq_params(struct hostapd_freq_params *data, int vht_enabled, int sec_channel_offset, int vht_oper_chwidth, int center_segment0, int center_segment1, u32 vht_caps); +void set_disable_ht40(struct ieee80211_ht_capabilities *htcaps, + int disabled); +int ieee80211ac_cap_check(u32 hw, u32 conf); #endif /* HW_FEATURES_COMMON_H */ |