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

/hardware/libhardware_legacy/wifi/
H A Dwifi.c50 static struct wpa_ctrl *ctrl_conn[MAX_CONNS]; variable in typeref:struct:wpa_ctrl
642 ctrl_conn[index] = wpa_ctrl_open(path);
643 if (ctrl_conn[index] == NULL) {
650 wpa_ctrl_close(ctrl_conn[index]);
651 ctrl_conn[index] = NULL;
656 wpa_ctrl_close(ctrl_conn[index]);
657 ctrl_conn[index] = monitor_conn[index] = NULL;
663 wpa_ctrl_close(ctrl_conn[index]);
664 ctrl_conn[index] = monitor_conn[index] = NULL;
693 if (ctrl_conn[inde
[all...]

Completed in 136 milliseconds