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 68 static struct wpa_ctrl *monitor_conn; variable in typeref:struct:wpa_ctrl
547 monitor_conn = wpa_ctrl_open(path);
548 if (monitor_conn == NULL) {
553 if (wpa_ctrl_attach(monitor_conn) != 0) {
554 wpa_ctrl_close(monitor_conn);
556 ctrl_conn = monitor_conn = NULL;
561 wpa_ctrl_close(monitor_conn);
563 ctrl_conn = monitor_conn = NULL;
620 int ctrlfd = wpa_ctrl_get_fd(monitor_conn);
644 return wpa_ctrl_recv(monitor_conn, reply, reply_len)
    [all...]

Completed in 62 milliseconds