HomeSort by relevance Sort by last modified time
    Searched refs:ctrl_sock (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/bluez/lib/bluetooth/
hidp.h 46 int ctrl_sock; /* Connected control socket */ member in struct:hidp_connadd_req
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 991 hapd->ctrl_sock = -1;
1076 hapd->ctrl_sock = s;
1099 if (hapd->ctrl_sock > -1) {
1101 eloop_unregister_read_sock(hapd->ctrl_sock);
1102 close(hapd->ctrl_sock);
1103 hapd->ctrl_sock = -1;
1140 if (hapd->ctrl_sock < 0 || dst == NULL)
1161 if (sendmsg(hapd->ctrl_sock, &msg, 0) < 0) {
  /external/wpa_supplicant_8/src/ap/
hostapd.h 97 int ctrl_sock; member in struct:hostapd_data
  /external/bluetooth/bluez/compat/
hidd.c 275 req.ctrl_sock = csk;
  /external/bluetooth/bluez/input/
device.c 564 close(req->ctrl_sock);
583 req->ctrl_sock = g_io_channel_unix_get_fd(iconn->ctrl_io);

Completed in 107 milliseconds