Searched refs:g_wpaChbaInterface (Results 1 – 1 of 1) sorted by relevance
29 WifiWpaChbaInterface *g_wpaChbaInterface = NULL; variable107 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()