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

  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.h 103 struct wpa_ctrl *monitor_conn; member in class:WpaGui
  /hardware/libhardware_legacy/wifi/
wifi.c 41 static struct wpa_ctrl *monitor_conn; variable in typeref:struct:wpa_ctrl
610 monitor_conn = wpa_ctrl_open(path);
611 if (monitor_conn == NULL) {
616 if (wpa_ctrl_attach(monitor_conn) != 0) {
617 wpa_ctrl_close(monitor_conn);
619 ctrl_conn = monitor_conn = NULL;
624 wpa_ctrl_close(monitor_conn);
626 ctrl_conn = monitor_conn = NULL;
671 int ctrlfd = wpa_ctrl_get_fd(monitor_conn);
685 return wpa_ctrl_recv(monitor_conn, reply, reply_len)
    [all...]

Completed in 144 milliseconds