Home
last modified time | relevance | path

Searched refs:addFeature (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/module/
H A Dhdf_module_test.c110 if (module->iface.addFeature == NULL) { in WiFiModuleTestAddFeature()
114 return module->iface.addFeature(module, HDF_WIFI_FEATURE_P2P, &g_p2pFeature); in WiFiModuleTestAddFeature()
/ohos5.0/drivers/hdf_core/framework/include/wifi/
H A Dwifi_module.h122 …int32_t (*addFeature)(struct WifiModule *module, uint16_t featureType, struct WifiFeature *feature… member
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/module/
H A Dwifi_module.c86 module->iface.addFeature = AddFeature; in InitWifiModule()