Searched refs:g_monitorConn (Results 1 – 2 of 2) sorted by relevance
38 static struct wpa_ctrl *g_monitorConn = NULL; variable205 if (g_monitorConn != NULL) { in ExitWpa()206 wpa_ctrl_close(g_monitorConn); in ExitWpa()208 g_monitorConn = NULL; in ExitWpa()332 if (g_monitorConn!= NULL) { in CliRecvPending()333 pendingResult = wpa_ctrl_pending(g_monitorConn); in CliRecvPending()338 if (g_monitorConn != NULL) { in CliRecvPending()339 if (wpa_ctrl_recv(g_monitorConn, buf, &len) == 0) { in CliRecvPending()347 pendingResult = wpa_ctrl_pending(g_monitorConn); in CliRecvPending()361 if (g_monitorConn != NULL) { in MonitorTask()[all …]
41 static struct wpa_ctrl *g_monitorConn; variable93 while (wpa_ctrl_pending(g_monitorConn)) { in CliRecvPending()96 if (wpa_ctrl_recv(g_monitorConn, buf, &len) == 0) { in CliRecvPending()113 fd = wpa_ctrl_get_fd(g_monitorConn); in MonitorTask()220 g_monitorConn = wpa_ctrl_open(WPA_IFACE_NAME); // create control interface for event monitor in InitControlInterface()221 if (!g_ctrlConn || !g_monitorConn) { in InitControlInterface()225 if (wpa_ctrl_attach(g_monitorConn) == 0) { // start monitor in InitControlInterface()