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

/hardware/libhardware_legacy/wifi/
H A Dwifi.c51 static struct wpa_ctrl *monitor_conn[MAX_CONNS]; variable in typeref:struct:wpa_ctrl
648 monitor_conn[index] = wpa_ctrl_open(path);
649 if (monitor_conn[index] == NULL) {
654 if (wpa_ctrl_attach(monitor_conn[index]) != 0) {
655 wpa_ctrl_close(monitor_conn[index]);
657 ctrl_conn[index] = monitor_conn[index] = NULL;
662 wpa_ctrl_close(monitor_conn[index]);
664 ctrl_conn[index] = monitor_conn[index] = NULL;
715 int ctrlfd = wpa_ctrl_get_fd(monitor_conn[index]);
729 return wpa_ctrl_recv(monitor_conn[inde
[all...]

Completed in 127 milliseconds