Home
last modified time | relevance | path

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

/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_p2p_hal.c41 WifiWpaP2pGroupInterface *g_wpaP2pGroupInterface = NULL; /* list head */ variable
1178 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()

Completed in 2 milliseconds