Home
last modified time | relevance | path

Searched refs:g_apFeature (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/wlan/hdi_service/service_common/
H A Dwlan_common_cmd.c26 struct IWiFiAp *g_apFeature = NULL; variable
101 ret = g_wifi->createFeature(type, (struct IWiFiBaseFeature **)&g_apFeature); in WlanInterfaceCreateFeature()
106 if (g_apFeature != NULL) { in WlanInterfaceCreateFeature()
108 ifeature->type = g_apFeature->baseFeature.type; in WlanInterfaceCreateFeature()
109 ifeature->ifName = strdup((g_apFeature->baseFeature).ifName); in WlanInterfaceCreateFeature()
156 if (g_apFeature == NULL) { in WlanInterfaceDestroyFeature()
157 HDF_LOGE("%{public}s g_apFeature is NULL!", __func__); in WlanInterfaceDestroyFeature()
165 ret = strcpy_s((g_apFeature->baseFeature).ifName, IFNAMSIZ, ifeature->ifName); in WlanInterfaceDestroyFeature()
170 ret = g_wifi->destroyFeature(&(g_apFeature->baseFeature)); in WlanInterfaceDestroyFeature()
171 g_apFeature in WlanInterfaceDestroyFeature()
[all...]
/drivers/hdf_core/framework/model/network/wifi/core/components/softap/
H A Dap.c560 struct WifiFeature g_apFeature = { variable
568 return &g_apFeature; in GetWifiApFeature()

Completed in 3 milliseconds