Home
last modified time | relevance | path

Searched refs:featureType (Results 1 – 11 of 11) sorted by relevance

/drivers/hdf_core/framework/model/network/wifi/core/module/
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()
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/
Dwifi_module.h122 …int32_t (*addFeature)(struct WifiModule *module, uint16_t featureType, struct WifiFeature *feature…
135 int32_t (*delFeature)(struct WifiModule *module, uint16_t featureType);
/drivers/peripheral/wlan/test/fuzztest/
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/
Dwlan_common_cmd.h32 int32_t *featureType);
Dwlan_common_cmd.c324 int32_t *featureType) in WlanInterfaceGetFeatureType() argument
331 if (ifeature == NULL || featureType == NULL) { in WlanInterfaceGetFeatureType()
342 *featureType = type; in WlanInterfaceGetFeatureType()
/drivers/peripheral/wlan/test/hdi_service/
Dwlan_hdi_direct_test.cpp251 int32_t featureType; variable
254 int32_t rc = g_wlanObj->GetFeatureType(g_wlanObj, nullptr, &featureType);
258 rc = g_wlanObj->GetFeatureType(g_wlanObj, &ifeature, &featureType);
Dwlan_hdi_hal_services_c_test.cpp165 int32_t featureType; variable
169 rc = g_wlanObj->GetFeatureType(g_wlanObj, &ifeature, &featureType);
1041 int32_t featureType; variable
1045 rc = g_wlanObj->GetFeatureType(g_wlanObj, &ifeature, &featureType);
/drivers/interface/wlan/v1_0/
DIWlanInterface.idl171 * @param featureType Indicates the type of the <b>Feature</b> object obtained.
179 GetFeatureType([in] struct HdfFeatureInfo ifeature, [out] int featureType);
/drivers/interface/wlan/v1_1/
DIWlanInterface.idl171 * @param featureType Indicates the type of the <b>Feature</b> object obtained.
179 GetFeatureType([in] struct HdfFeatureInfo ifeature, [out] int featureType);
/drivers/peripheral/wlan/
DREADME_zh.md206 …ype)(struct IWlanInterface *self, const struct HdfFeatureInfo* ifeature, int32_t* featureType);</p>