Home
last modified time | relevance | path

Searched refs:hdd_is_5g_supported (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_main.h3367 bool hdd_is_5g_supported(struct hdd_context *hdd_ctx);
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_cfg80211.c4860 if (true == hdd_is_5g_supported(hdd_ctx)) { in __wlan_hdd_cfg80211_get_supported_features()
22554 if (!hdd_is_5g_supported(hdd_ctx) || in wlan_hdd_update_wiphy_supported_band()
H A Dwlan_hdd_main.c11657 bool hdd_is_5g_supported(struct hdd_context *hdd_ctx) in hdd_is_5g_supported() function