Lines Matching refs:rsp_data
5538 void OnNanNotifyResponse(transaction_id id, NanResponseMsg* rsp_data) { in OnNanNotifyResponse() argument
5539 if(rsp_data) { in OnNanNotifyResponse()
5540 switch(rsp_data->response_type) { in OnNanNotifyResponse()
5542 printMsg("Nan Enable Response Received, status = %d\n", rsp_data->status); in OnNanNotifyResponse()
5545 printMsg("Nan Disable Response Received, status = %d\n", rsp_data->status); in OnNanNotifyResponse()
5548 printMsg("Nan Config Response Received, status = %d\n", rsp_data->status); in OnNanNotifyResponse()
5553 rsp_data->body.publish_response.publish_id, rsp_data->status); in OnNanNotifyResponse()
5558 rsp_data->body.subscribe_response.subscribe_id, rsp_data->status); in OnNanNotifyResponse()
5561 printMsg("Nan Cancel Publish Response Received, status = %d\n", rsp_data->status); in OnNanNotifyResponse()
5564 printMsg("Nan Cancel Subscribe Response Received, status = %d\n", rsp_data->status); in OnNanNotifyResponse()
5567 printMsg("Transmit followup response received, status = %d\n", rsp_data->status); in OnNanNotifyResponse()
5570 printMsg("ndp iface create response received, status = %d\n", rsp_data->status); in OnNanNotifyResponse()
5573 printMsg("ndp iface delete response received, status = %d\n", rsp_data->status); in OnNanNotifyResponse()
5577 rsp_data->body.data_request_response.ndp_instance_id, rsp_data->status); in OnNanNotifyResponse()
5580 printMsg("Nan Data Path Response Received, status = %d\n", rsp_data->status); in OnNanNotifyResponse()
5583 printMsg("Nan Data Path End Response Received, status = %d\n", rsp_data->status); in OnNanNotifyResponse()
5586 printMsg("Nan Get Capabilities Response Received, status = %d\n", rsp_data->status); in OnNanNotifyResponse()
5588 rsp_data->body.nan_capabilities.max_concurrent_nan_clusters); in OnNanNotifyResponse()
5590 rsp_data->body.nan_capabilities.max_publishes); in OnNanNotifyResponse()
5592 rsp_data->body.nan_capabilities.max_subscribes); in OnNanNotifyResponse()
5594 rsp_data->body.nan_capabilities.max_service_name_len); in OnNanNotifyResponse()
5596 rsp_data->body.nan_capabilities.max_match_filter_len); in OnNanNotifyResponse()
5598 rsp_data->body.nan_capabilities.max_total_match_filter_len); in OnNanNotifyResponse()
5600 rsp_data->body.nan_capabilities.max_service_specific_info_len); in OnNanNotifyResponse()
5602 rsp_data->body.nan_capabilities.max_ndi_interfaces); in OnNanNotifyResponse()
5604 rsp_data->body.nan_capabilities.max_ndp_sessions); in OnNanNotifyResponse()
5606 rsp_data->body.nan_capabilities.max_app_info_len); in OnNanNotifyResponse()
5608 rsp_data->body.nan_capabilities.max_queued_transmit_followup_msgs); in OnNanNotifyResponse()
5610 rsp_data->body.nan_capabilities.max_subscribe_address); in OnNanNotifyResponse()
5612 rsp_data->body.nan_capabilities.cipher_suites_supported); in OnNanNotifyResponse()
5614 rsp_data->body.nan_capabilities.max_sdea_service_specific_info_len); in OnNanNotifyResponse()
5616 rsp_data->body.nan_capabilities.ndpe_attr_supported); in OnNanNotifyResponse()
5620 rsp_data->response_type); in OnNanNotifyResponse()