Searched refs:sme_is_feature_supported_by_fw (Results 1 – 8 of 8) sorted by relevance
129 if (!sme_is_feature_supported_by_fw(WOW)) { in __wcnss_wowpattern_write()258 if (!sme_is_feature_supported_by_fw(WLAN_PERIODIC_TX_PTRN)) { in __wcnss_patterngen_write()
55 sme_is_feature_supported_by_fw(NAN); in wlan_hdd_nan_is_supported()
166 if (sme_is_feature_supported_by_fw(DOT11AX)) { in __wlan_hdd_cfg80211_get_he_cap()746 if (!sme_is_feature_supported_by_fw(DOT11AX)) { in __wlan_hdd_cfg80211_sr_operations()
277 if (!sme_is_feature_supported_by_fw(DOT11BE)) { in hdd_set_11be_rate_code()
4824 sme_is_feature_supported_by_fw(VDEV_LATENCY_CONFIG)) in hdd_is_wlm_latency_manager_supported()4877 sme_is_feature_supported_by_fw(EXTENDED_SCAN)) { in __wlan_hdd_cfg80211_get_supported_features()4888 if (sme_is_feature_supported_by_fw(RTT) && in __wlan_hdd_cfg80211_get_supported_features()4897 sme_is_feature_supported_by_fw(PNO)) { in __wlan_hdd_cfg80211_get_supported_features()4907 if ((bvalue) && sme_is_feature_supported_by_fw(TDLS)) { in __wlan_hdd_cfg80211_get_supported_features()4913 if (sme_is_feature_supported_by_fw(TDLS) && in __wlan_hdd_cfg80211_get_supported_features()4914 bvalue && sme_is_feature_supported_by_fw(TDLS_OFF_CHANNEL)) { in __wlan_hdd_cfg80211_get_supported_features()15765 if (!sme_is_feature_supported_by_fw(WLAN_PERIODIC_TX_PTRN)) { in __wlan_hdd_cfg80211_offloaded_packets()21732 if (sme_is_feature_supported_by_fw(SECURE_NAN)) in wlan_hdd_set_nan_secure_mode()22051 if (!sme_is_feature_supported_by_fw(DOT11AC)) { in wlan_hdd_update_ht_cap()[all …]
3941 if (!sme_is_feature_supported_by_fw(DOT11AX)) { in hdd_set_11ax_rate()
1178 bool sme_is_feature_supported_by_fw(enum cap_bitmap feature);
7288 bool sme_is_feature_supported_by_fw(enum cap_bitmap feature) in sme_is_feature_supported_by_fw() function