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 134 struct wpa_ctrl *monitor_conn; member in class:WpaGui
  /hardware/libhardware_legacy/wifi/
wifi.c 68 static struct wpa_ctrl *monitor_conn; variable in typeref:struct:wpa_ctrl
574 monitor_conn = wpa_ctrl_open(path);
575 if (monitor_conn == NULL) {
580 if (wpa_ctrl_attach(monitor_conn) != 0) {
581 wpa_ctrl_close(monitor_conn);
583 ctrl_conn = monitor_conn = NULL;
588 wpa_ctrl_close(monitor_conn);
590 ctrl_conn = monitor_conn = NULL;
647 int ctrlfd = wpa_ctrl_get_fd(monitor_conn);
671 return wpa_ctrl_recv(monitor_conn, reply, reply_len)
    [all...]

Completed in 755 milliseconds