/wlan-driver/qcacld-3.0/configs/ |
D | wcn6450_defconfig | 99 #Flag to enable TDLS feature 106 #Flag to enable pre cac feature 176 #Flag to enable Fast Transition (11r) feature 179 #Flag to enable disable ACTION OUI feature 182 #Flag to enable Adaptive 11r feature 185 #Flag to enable sae single pmk feature 188 #Flag to enable/disable multi client low latency feature support 191 #Flag to enable/disable vendor handoff feature support 194 #Flag to enable mscs feature 201 #Flag to enable LTE CoEx feature [all …]
|
D | peach_defconfig | 32 #Enable COEX feature 35 #Enable DBAM feature 40 #Enable Constrained Application Protocol feature 166 #Disable pktlog feature for Beryllium based target 264 #Flag to enable hdd memory dump feature 275 #Flag to enable TDLS feature 334 #Flag to enable pre cac feature 349 #Flag to enable Fast Transition (11r) feature 352 #Flag to enable disable ACTION OUI feature 355 #Flag to enable Adaptive 11r feature [all …]
|
D | qca6174_defconfig | 93 #Flag to enable TDLS feature 134 #Flag to enable Fast Transition (11r) feature 137 #Flag to enable disable ACTION OUI feature 144 #Flag to enable LTE CoEx feature 147 #Flag to enable LPSS feature 153 #Flag to enable LTE CoEx feature 156 #Flag to enable LPSS feature 170 #Flag to enable Linux QCMBR feature as default feature 178 #Flag to enable offload packets feature 181 #enable TSF get feature [all …]
|
D | qca6390_defconfig | 7 #Flag to enable pre cac feature 123 #Flag to enable TDLS feature 164 #Flag to enable Fast Transition (11r) feature 167 #Flag to enable disable ACTION OUI feature 174 #Flag to enable LTE CoEx feature 177 #Flag to enable LPSS feature 183 #Flag to enable LTE CoEx feature 186 #Flag to enable LPSS feature 203 #Flag to enable Linux QCMBR feature as default feature 211 #Flag to enable offload packets feature [all …]
|
D | wear_defconfig | 172 #Flag to enable TDLS feature 224 #Flag to enable Fast Transition (11r) feature 227 #Flag to enable disable ACTION OUI feature 230 #Flag to enable Adaptive 11r feature 233 #Flag to enable sae single pmk feature 240 #Flag to enable LTE CoEx feature 243 #Flag to enable LPSS feature 249 #Flag to enable LTE CoEx feature 252 #Flag to enable LPSS feature 268 #Flag to enable Linux QCMBR feature as default feature [all …]
|
D | default_defconfig | 353 #Flag to enable Roam stats feature 376 #Flag to enable TDLS feature 441 #Flag to enable pre cac feature 502 #Flag to enable Fast Transition (11r) feature 505 #Flag to enable disable ACTION OUI feature 508 #Flag to enable Adaptive 11r feature 511 #Flag to enable sae single pmk feature 514 #Flag to enable/disable multi client low latency feature support 517 #Flag to enable/disable vendor handoff feature support 520 #Flag to enable mscs feature [all …]
|
D | kiwi_v2_defconfig | 14 #Enable IPA Optional wifi datapath feature 54 #Enable COEX feature 57 #Enable DBAM feature 64 #Enable Constrained Application Protocol feature
|
D | mango_defconfig | 33 #Enable COEX feature 36 #Enable DBAM feature 43 #Enable Constrained Application Protocol feature
|
D | genoa.common | 53 #Flag to enable/disable Avoid acs freq feature 110 #Flag to enable wbuff feature 243 # enable/disable feature flags based upon mobile router profile
|
D | qcn7605_defconfig | 19 # Enable Usable channel feature
|
/wlan-driver/qcacld-3.0/components/umac/mlme/wfa_config/dispatcher/src/ |
D | wlan_wfa_tgt_if_tx_api.c | 58 enum wlan_wfa_test_feature_flags feature, in wlan_wfa_set_test_feature_flags() argument 74 switch (feature) { in wlan_wfa_set_test_feature_flags() 82 mlme_legacy_debug("Invalid feature flag: 0x%x", feature); in wlan_wfa_set_test_feature_flags() 90 enum wlan_wfa_test_feature_flags feature) in wlan_wfa_get_test_feature_flags() argument 106 switch (feature) { in wlan_wfa_get_test_feature_flags() 113 mlme_legacy_debug("Invalid feature flag: 0x%x", feature); in wlan_wfa_get_test_feature_flags()
|
/wlan-driver/qca-wifi-host-cmn/os_if/linux/wifi_pos/src/ |
D | wlan_cfg80211_wifi_pos.c | 114 enum qca_wlan_vendor_features feature) in wlan_wifi_pos_set_feature_flags() argument 119 index = feature / NUM_BITS_IN_BYTE; in wlan_wifi_pos_set_feature_flags() 120 bit_mask = 1 << (feature % NUM_BITS_IN_BYTE); in wlan_wifi_pos_set_feature_flags()
|
/wlan-driver/platform/cnss2/ |
D | Kconfig | 53 This config flag controls the feature per target based. The feature 115 With this feature enabled, pcie bus suspend and device powering off 127 timeout for CNSS QCA6490 chipset only. Since this feature about 135 traces by ringing MHI host doorbell register. This feature helps 171 This feature enable cld wlan driver to use pre allocated memory 176 bool "Enable/Disable enumurate with low speed feature"
|
D | main.h | 748 enum cnss_feature_v01 feature); 750 enum cnss_feature_v01 feature);
|
/wlan-driver/qcacld-3.0/ |
D | Kconfig | 613 bool "Enable ICMP packet disable powersave feature" 696 bool "Enable NAN_CONVERGENCE feature" 740 bool "Enable the Prima WLAN Opportunistic Key Caching feature" 808 bool "Enable Green AP feature" 812 bool "Enable NAN feature" 824 bool "Enable the WLAN Legacy Fast Roaming feature Version 2" 828 bool "Enable the WLAN Legacy Fast Roaming feature Version 3" 836 bool "Enable QCOM LTE Coex feature" 840 bool "Enable TDLS feature" 844 bool "Enable Fast Transition (11r) feature" [all …]
|
D | Kbuild | 58 # When the feature is present in an MSM kernel, the flag is explicitly 61 # with GKI kernel where the feature is present 65 # Comosite feature was added to GKI 5.10.20 68 # Comosite feature was not ported beyond 5.10.x 3341 # This feature was backported to Android Common Kernel 5.15 via: 3371 # This feature was backported to Android Common Kernel 5.15 via: 4060 #Enable ICMP packet disable powersave feature 4066 #enable wlan auto shutdown feature 4087 #Green AP feature 4102 #Stats & Quota Metering feature [all …]
|
/wlan-driver/qcacld-3.0/components/tdls/core/src/ |
D | wlan_tdls_cmds_process.c | 1831 uint32_t feature; in tdls_process_enable_link() local 1917 feature = soc_obj->tdls_configs.tdls_feature_flags; in tdls_process_enable_link() 1928 TDLS_IS_BUFFER_STA_ENABLED(feature), in tdls_process_enable_link() 1957 uint32_t feature; in tdls_config_force_peer() local 1974 feature = soc_obj->tdls_configs.tdls_feature_flags; in tdls_config_force_peer() 1975 if (!(TDLS_IS_EXTERNAL_CONTROL_ENABLED(feature) || in tdls_config_force_peer() 1976 TDLS_IS_LIBERAL_EXTERNAL_CONTROL_ENABLED(feature)) || in tdls_config_force_peer() 1977 !TDLS_IS_IMPLICIT_TRIG_ENABLED(feature)) { in tdls_config_force_peer() 1978 tdls_err("TDLS ext ctrl or Imp Trig not enabled, %x", feature); in tdls_config_force_peer() 1987 if (TDLS_IS_LIBERAL_EXTERNAL_CONTROL_ENABLED(feature)) { in tdls_config_force_peer() [all …]
|
D | wlan_tdls_peer.c | 1064 uint32_t feature; in tdls_set_peer_caps() local 1078 feature = soc_obj->tdls_configs.tdls_feature_flags; in tdls_set_peer_caps() 1085 if (TDLS_IS_WMM_ENABLED(feature) && req_info->is_qos_wmm_sta) in tdls_set_peer_caps()
|
D | wlan_tdls_main.c | 2195 uint32_t feature; in tdls_scan_callback() local 2229 feature = tdls_soc->tdls_configs.tdls_feature_flags; in tdls_scan_callback() 2230 if (TDLS_IS_SCAN_ENABLED(feature)) { in tdls_scan_callback() 2236 if (TDLS_IS_BUFFER_STA_ENABLED(feature) && in tdls_scan_callback()
|
/wlan-driver/platform/cnss_utils/ |
D | Kconfig | 7 This feature enables wlan driver to use CNSS utilities APIs to set 14 This feature enable wlan driver to use CNSS QMI service APIs to set
|
/wlan-driver/qcacld-3.0/components/umac/mlme/wfa_config/dispatcher/inc/ |
D | wlan_wfa_tgt_if_tx_api.h | 48 enum wlan_wfa_test_feature_flags feature);
|
/wlan-driver/platform/cnss_prealloc/ |
D | Kconfig | 7 This feature enable cld wlan driver to use pre allocated memory
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_sysfs_wifi_features.c | 86 __ATTR(feature, 0660, hdd_sysfs_feature_set_show, NULL);
|
/wlan-driver/qcacld-3.0/core/wma/inc/ |
D | wma_api.h | 224 bool wma_get_fw_wlan_feat_caps(enum cap_bitmap feature); 225 void wma_set_fw_wlan_feat_caps(enum cap_bitmap feature);
|
/wlan-driver/platform/icnss2/ |
D | Kconfig | 51 This feature enable cld wlan driver to use pre allocated memory
|