Home
last modified time | relevance | path

Searched refs:featureType (Results 1 - 8 of 8) sorted by relevance

/drivers/hdf_core/framework/model/network/wifi/core/module/
H A Dwifi_feature.c17 int32_t AddFeature(struct WifiModule *module, uint16_t featureType, struct WifiFeature *feature) in AddFeature() argument
19 if ((module == NULL) || (feature == NULL) || (featureType >= HDF_WIFI_FEATURE_NUM)) { in AddFeature()
23 module->feList.fe[featureType] = (struct WifiFeature *)feature; in AddFeature()
33 int32_t DelFeature(struct WifiModule *module, uint16_t featureType) in DelFeature() argument
36 if ((module == NULL) || (featureType >= HDF_WIFI_FEATURE_NUM)) { in DelFeature()
41 featureData = module->feList.fe[featureType]; in DelFeature()
43 featureData->deInit(module->feList.fe[featureType]); in DelFeature()
H A Dwifi_module.c23 int32_t DelFeature(struct WifiModule *module, uint16_t featureType);
24 int32_t AddFeature(struct WifiModule *module, uint16_t featureType, struct WifiFeature *featureData);
/drivers/hdf_core/framework/include/wifi/
H A Dwifi_module.h114 * @param featureType Indicates the feature type.
122 int32_t (*addFeature)(struct WifiModule *module, uint16_t featureType, struct WifiFeature *feature);
128 * @param featureType Indicates the feature type.
135 int32_t (*delFeature)(struct WifiModule *module, uint16_t featureType);
/drivers/peripheral/wlan/test/fuzztest/
H A Dwlan_common_fuzzer.cpp101 int32_t featureType; in FuzzGetFeatureType() local
106 interface->GetFeatureType(interface, &feature, &featureType); in FuzzGetFeatureType()
/drivers/peripheral/wlan/hdi_service/service_common/
H A Dwlan_common_cmd.h32 int32_t *featureType);
H A Dwlan_common_cmd.c281 HDF_LOGE("%{public}s: wlan type is Invalid, featureType is %{public}d", __func__, ifeature->type); in GetBasefeature()
372 int32_t *featureType) in WlanInterfaceGetFeatureType()
379 if (ifeature == NULL || featureType == NULL) { in WlanInterfaceGetFeatureType()
390 *featureType = type; in WlanInterfaceGetFeatureType()
371 WlanInterfaceGetFeatureType(struct IWlanInterface *self, const struct HdfFeatureInfo *ifeature, int32_t *featureType) WlanInterfaceGetFeatureType() argument
/drivers/peripheral/wlan/test/hdi_service/
H A Dwlan_hdi_direct_test.cpp267 int32_t featureType; in HWTEST_F() local
270 int32_t rc = g_wlanObj->GetFeatureType(g_wlanObj, nullptr, &featureType); in HWTEST_F()
274 rc = g_wlanObj->GetFeatureType(g_wlanObj, &ifeature, &featureType); in HWTEST_F()
H A Dwlan_hdi_hal_services_c_test.cpp167 int32_t featureType; in HWTEST_F() local
171 rc = g_wlanObj->GetFeatureType(g_wlanObj, &ifeature, &featureType); in HWTEST_F()
1041 int32_t featureType; in HWTEST_F() local
1045 rc = g_wlanObj->GetFeatureType(g_wlanObj, &ifeature, &featureType); in HWTEST_F()

Completed in 8 milliseconds