Lines Matching defs:id

67     int			id;
71 u8 id;
110 if (p_entry->id == status)
128 ALOGD("Creating message to get scan capablities; iface = %d", mIfaceInfo->id);
148 int id = reply.get_vendor_id();
154 ALOGD("Id = %0x, subcmd = %d, len = %d, expected len = %d", id, subcmd, len,
176 ALOGD("Creating message to get responder info ; iface = %d", mIfaceInfo->id);
196 int id = reply.get_vendor_id();
202 ALOGD("Id = %0x, subcmd = %d, len = %d, expected len = %d", id, subcmd, len,
218 EnableResponderCommand(wifi_interface_handle iface, int id, wifi_channel_info channel_hint,
227 ALOGD("Creating message to set responder ; iface = %d", mIfaceInfo->id);
247 int id = reply.get_vendor_id();
253 ALOGD("Id = %0x, subcmd = %d, len = %d, expected len = %d", id, subcmd, len,
267 CancelResponderCommand(wifi_interface_handle iface, int id)
274 ALOGD("Creating message to cancel responder ; iface = %d", mIfaceInfo->id);
304 RttCommand(wifi_interface_handle iface, int id, unsigned num_rtt_config,
306 : WifiCommand("RttCommand", iface, id), numRttParams(num_rtt_config), rttParams(rtt_config),
315 RttCommand(wifi_interface_handle iface, int id)
316 : WifiCommand("RttCommand", iface, id)
551 if (ele_1->id == DOT11_MNG_MEASURE_REQUEST_ID) {
558 if ((ele_2->id == DOT11_MNG_MEASURE_REQUEST_ID) &&
569 if ((ele_2->id == DOT11_MNG_MEASURE_REQUEST_ID) &&
596 (*rttHandler.on_rtt_results)(id(), totalCnt, rttResults);
602 WifiCommand *cmd = wifi_unregister_cmd(wifiHandle(), id());
612 wifi_error wifi_rtt_range_request(wifi_request_id id, wifi_interface_handle iface,
616 RttCommand *cmd = new RttCommand(iface, id, num_rtt_config, rtt_config, handler);
618 wifi_error result = wifi_register_cmd(handle, id, cmd);
625 wifi_unregister_cmd(handle, id);
633 wifi_error wifi_rtt_range_cancel(wifi_request_id id, wifi_interface_handle iface,
637 RttCommand *cmd = new RttCommand(iface, id);
667 wifi_error wifi_enable_responder(wifi_request_id id, wifi_interface_handle iface,
671 EnableResponderCommand command(iface, id, channel_hint, max_duration_seconds, responderInfo);
678 wifi_error wifi_disable_responder(wifi_request_id id, wifi_interface_handle iface)
680 CancelResponderCommand command(iface, id);