Home | History | Annotate | Download | only in wifi_hal

Lines Matching defs:cmd

140             ALOGD("Ignoring reply with cmd = %d", reply.get_cmd());
469 WifiCommand *cmd = wifi_unregister_cmd(wifiHandle(), id());
470 if (cmd)
471 cmd->releaseRef();
484 RttCommand *cmd = new RttCommand(iface, id, num_rtt_config, rtt_config, handler);
485 wifi_register_cmd(handle, id, cmd);
486 return (wifi_error)cmd->start();
494 RttCommand *cmd = new RttCommand(iface, id);
495 if (cmd) {
496 cmd->cancel_specific(num_devices, addr);
497 cmd->releaseRef();