Lines Matching refs:id

66     int			id;  member
70 u8 id; member
109 if (p_entry->id == status) in get_err_info()
127 ALOGD("Creating message to get scan capablities; iface = %d", mIfaceInfo->id); in create()
147 int id = reply.get_vendor_id(); in handleResponse() local
153 ALOGD("Id = %0x, subcmd = %d, len = %d, expected len = %d", id, subcmd, len, in handleResponse()
175 ALOGD("Creating message to get responder info ; iface = %d", mIfaceInfo->id); in create()
195 int id = reply.get_vendor_id(); in handleResponse() local
201 ALOGD("Id = %0x, subcmd = %d, len = %d, expected len = %d", id, subcmd, len, in handleResponse()
217 EnableResponderCommand(wifi_interface_handle iface, int id, wifi_channel_info channel_hint, in EnableResponderCommand() argument
226 ALOGD("Creating message to set responder ; iface = %d", mIfaceInfo->id); in create()
246 int id = reply.get_vendor_id(); in handleResponse() local
252 ALOGD("Id = %0x, subcmd = %d, len = %d, expected len = %d", id, subcmd, len, in handleResponse()
266 CancelResponderCommand(wifi_interface_handle iface, int id) in CancelResponderCommand() argument
273 ALOGD("Creating message to cancel responder ; iface = %d", mIfaceInfo->id); in create()
303 RttCommand(wifi_interface_handle iface, int id, unsigned num_rtt_config, in RttCommand() argument
305 : WifiCommand("RttCommand", iface, id), numRttParams(num_rtt_config), rttParams(rtt_config), in RttCommand()
314 RttCommand(wifi_interface_handle iface, int id) in RttCommand() argument
315 : WifiCommand("RttCommand", iface, id) in RttCommand()
550 if (ele_1->id == DOT11_MNG_MEASURE_REQUEST_ID) { in handleEvent()
557 if ((ele_2->id == DOT11_MNG_MEASURE_REQUEST_ID) && in handleEvent()
568 if ((ele_2->id == DOT11_MNG_MEASURE_REQUEST_ID) && in handleEvent()
595 (*rttHandler.on_rtt_results)(id(), totalCnt, rttResults); in handleEvent()
601 WifiCommand *cmd = wifi_unregister_cmd(wifiHandle(), id()); in handleEvent()
611 wifi_error wifi_rtt_range_request(wifi_request_id id, wifi_interface_handle iface, in wifi_rtt_range_request() argument
615 RttCommand *cmd = new RttCommand(iface, id, num_rtt_config, rtt_config, handler); in wifi_rtt_range_request()
617 wifi_error result = wifi_register_cmd(handle, id, cmd); in wifi_rtt_range_request()
624 wifi_unregister_cmd(handle, id); in wifi_rtt_range_request()
632 wifi_error wifi_rtt_range_cancel(wifi_request_id id, wifi_interface_handle iface, in wifi_rtt_range_cancel() argument
636 RttCommand *cmd = new RttCommand(iface, id); in wifi_rtt_range_cancel()
666 wifi_error wifi_enable_responder(wifi_request_id id, wifi_interface_handle iface, in wifi_enable_responder() argument
670 EnableResponderCommand command(iface, id, channel_hint, max_duration_seconds, responderInfo); in wifi_enable_responder()
677 wifi_error wifi_disable_responder(wifi_request_id id, wifi_interface_handle iface) in wifi_disable_responder() argument
679 CancelResponderCommand command(iface, id); in wifi_disable_responder()