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

  /external/bluetooth/bluez/tools/
hciattach_ti.c 240 static int brf_send_command_socket(int fd, struct bts_action_send* send_action)
243 hci_command_hdr *cmd = (hci_command_hdr *) send_action->data;
251 rq.cparam = &send_action->data[3];
252 rq.clen = send_action->data[2];
270 static int brf_send_command_file(int fd, struct bts_action_send* send_action, long size)
276 if (size != write(fd, send_action, size)) {
299 static int brf_send_command(int fd, struct bts_action_send* send_action, long size, int hcill_installed)
306 fixed_action = ((char *) send_action) + 1;
309 ret = brf_send_command_file(fd, send_action, size);
  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 352 if (wpa_s->driver->send_action)
353 return wpa_s->driver->send_action(wpa_s->drv_priv, freq,
p2p_supplicant.c     [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.h 405 * send_action - Transmit an Action frame
422 int (*send_action)(void *ctx, unsigned int freq, const u8 *dst, member in struct:p2p_config
431 * started with send_action() has been completed, i.e., when there is
    [all...]
p2p_group.c 640 if (p2p->cfg->send_action(p2p->cfg->cb_ctx, freq, m->addr,
p2p.c 899 p2p->cfg->send_action(p2p->cfg->cb_ctx,
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 1926 int (*send_action)(void *priv, unsigned int freq, unsigned int wait, member in struct:wpa_driver_ops
    [all...]
driver_test.c     [all...]
driver_nl80211.c     [all...]

Completed in 194 milliseconds