Searched refs:featureType (Results 1 – 11 of 11) sorted by relevance
/drivers/hdf_core/framework/model/network/wifi/core/module/ |
D | wifi_feature.c | 17 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()
|
D | wifi_module.c | 23 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/ |
D | wifi_module.h | 122 …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/ |
D | wlan_common_fuzzer.cpp | 101 int32_t featureType; in FuzzGetFeatureType() local 106 interface->GetFeatureType(interface, &feature, &featureType); in FuzzGetFeatureType()
|
/drivers/peripheral/wlan/hdi_service/service_common/ |
D | wlan_common_cmd.h | 32 int32_t *featureType);
|
D | wlan_common_cmd.c | 324 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/ |
D | wlan_hdi_direct_test.cpp | 251 int32_t featureType; variable 254 int32_t rc = g_wlanObj->GetFeatureType(g_wlanObj, nullptr, &featureType); 258 rc = g_wlanObj->GetFeatureType(g_wlanObj, &ifeature, &featureType);
|
D | wlan_hdi_hal_services_c_test.cpp | 165 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/ |
D | IWlanInterface.idl | 171 * @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/ |
D | IWlanInterface.idl | 171 * @param featureType Indicates the type of the <b>Feature</b> object obtained. 179 GetFeatureType([in] struct HdfFeatureInfo ifeature, [out] int featureType);
|
/drivers/peripheral/wlan/ |
D | README_zh.md | 206 …ype)(struct IWlanInterface *self, const struct HdfFeatureInfo* ifeature, int32_t* featureType);</p>
|