Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/wpa_sta_hal/
H A Dwifi_common_hal.c29 WifiWpaChbaInterface *g_wpaChbaInterface = NULL; variable
107 if (g_wpaChbaInterface != NULL) { in GetWifiWpaChbaInterface()
108 return g_wpaChbaInterface; in GetWifiWpaChbaInterface()
110 g_wpaChbaInterface = (WifiWpaChbaInterface *)calloc(1, sizeof(WifiWpaChbaInterface)); in GetWifiWpaChbaInterface()
111 if (g_wpaChbaInterface == NULL) { in GetWifiWpaChbaInterface()
115 strcpy_s(g_wpaChbaInterface->ifname, sizeof(g_wpaChbaInterface->ifname), "chba0"); in GetWifiWpaChbaInterface()
116 return g_wpaChbaInterface; in GetWifiWpaChbaInterface()
121 if (g_wpaChbaInterface != NULL) { in ReleaseWpaChbaInterface()
122 free(g_wpaChbaInterface); in ReleaseWpaChbaInterface()
123 g_wpaChbaInterface = NULL; in ReleaseWpaChbaInterface()