Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/wpa_p2p_hal/
H A Dwifi_p2p_hal.c41 WifiWpaP2pGroupInterface *g_wpaP2pGroupInterface = NULL; /* list head */ variable
1418 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()