Searched refs:g_wpaP2pGroupInterface (Results 1 – 2 of 2) sorted by relevance
41 WifiWpaP2pGroupInterface *g_wpaP2pGroupInterface = NULL; /* list head */ variable1178 while (g_wpaP2pGroupInterface != NULL) { in RelesaeWpaP2pInterface()1179 ReleaseWpaP2pGroupInterface(g_wpaP2pGroupInterface->groupIfname); in RelesaeWpaP2pInterface()1206 WifiWpaP2pGroupInterface *p = g_wpaP2pGroupInterface; in GetWifiWpaP2pGroupInterface()1226 p->next = g_wpaP2pGroupInterface; in GetWifiWpaP2pGroupInterface()1227 g_wpaP2pGroupInterface = p; in GetWifiWpaP2pGroupInterface()1236 WifiWpaP2pGroupInterface *p = g_wpaP2pGroupInterface; in ReleaseWpaP2pGroupInterface()1248 if (p == g_wpaP2pGroupInterface) { in ReleaseWpaP2pGroupInterface()1249 g_wpaP2pGroupInterface = p->next; in ReleaseWpaP2pGroupInterface()
41 WifiWpaP2pGroupInterface *g_wpaP2pGroupInterface = NULL; /* list head */ variable1418 while (g_wpaP2pGroupInterface != NULL) { in RelesaeWpaP2pInterface()1419 ReleaseWpaP2pGroupInterface(g_wpaP2pGroupInterface->groupIfname); in RelesaeWpaP2pInterface()1446 WifiWpaP2pGroupInterface *p = g_wpaP2pGroupInterface; in GetWifiWpaP2pGroupInterface()1466 p->next = g_wpaP2pGroupInterface; in GetWifiWpaP2pGroupInterface()1467 g_wpaP2pGroupInterface = p; in GetWifiWpaP2pGroupInterface()1476 WifiWpaP2pGroupInterface *p = g_wpaP2pGroupInterface; in ReleaseWpaP2pGroupInterface()1488 if (p == g_wpaP2pGroupInterface) { in ReleaseWpaP2pGroupInterface()1489 g_wpaP2pGroupInterface = p->next; in ReleaseWpaP2pGroupInterface()