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

/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface_unix.c351 int sock = -1, gsock = -1; local
362 gsock = gpriv->sock;
364 if (sock > -1 || gsock > -1) {
367 "CTRL: Had to throttle pending event message transmission for (sock %d gsock %d)",
368 sock, gsock);

Completed in 85 milliseconds