HomeSort by relevance Sort by last modified time
    Searched full:monitor_conn (Results 1 - 3 of 3) sorted by null

  /hardware/libhardware_legacy/wifi/
wifi.c 51 static struct wpa_ctrl *monitor_conn[MAX_CONNS]; variable in typeref:struct:wpa_ctrl
667 monitor_conn[index] = wpa_ctrl_open(path);
668 if (monitor_conn[index] == NULL) {
673 if (wpa_ctrl_attach(monitor_conn[index]) != 0) {
674 wpa_ctrl_close(monitor_conn[index]);
676 ctrl_conn[index] = monitor_conn[index] = NULL;
681 wpa_ctrl_close(monitor_conn[index]);
683 ctrl_conn[index] = monitor_conn[index] = NULL;
734 int ctrlfd = wpa_ctrl_get_fd(monitor_conn[index]);
748 return wpa_ctrl_recv(monitor_conn[index], reply, reply_len)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 134 monitor_conn = NULL;
178 if (monitor_conn) {
179 wpa_ctrl_detach(monitor_conn);
180 wpa_ctrl_close(monitor_conn);
181 monitor_conn = NULL;
363 if (monitor_conn) {
366 wpa_ctrl_detach(monitor_conn);
367 wpa_ctrl_close(monitor_conn);
368 monitor_conn = NULL;
377 monitor_conn = wpa_ctrl_open(cfile)
    [all...]
wpagui.h 103 struct wpa_ctrl *monitor_conn; member in class:WpaGui

Completed in 93 milliseconds