Lines Matching refs:dataresp
6936 wl_nan_dp_resp_t *dataresp = NULL; in wl_cfgnan_data_path_response_handler() local
7000 dataresp = (wl_nan_dp_resp_t *)(sub_cmd->data); in wl_cfgnan_data_path_response_handler()
7003 dataresp->type = WL_NAN_DP_TYPE_UNICAST; in wl_cfgnan_data_path_response_handler()
7005 dataresp->status = cmd_data->rsp_code ^= 1; in wl_cfgnan_data_path_response_handler()
7006 dataresp->reason_code = 0; in wl_cfgnan_data_path_response_handler()
7015 dataresp->ndp_id = cmd_data->ndp_instance_id; in wl_cfgnan_data_path_response_handler()
7019 ret = memcpy_s(&dataresp->mac_addr, ETHER_ADDR_LEN, in wl_cfgnan_data_path_response_handler()
7032 if (dataresp->status != WL_NAN_DP_STATUS_REJECTED) { in wl_cfgnan_data_path_response_handler()
7051 ret = memcpy_s(&dataresp->ndi, ETHER_ADDR_LEN, in wl_cfgnan_data_path_response_handler()
7058 __FUNCTION__, MAC2STRDBG(dataresp->ndi.octet))); in wl_cfgnan_data_path_response_handler()
7066 dataresp->ndl_qos.min_slots = NAN_NDL_QOS_MIN_SLOT_NO_PREF; in wl_cfgnan_data_path_response_handler()
7067 dataresp->ndl_qos.max_latency = NAN_NDL_QOS_MAX_LAT_NO_PREF; in wl_cfgnan_data_path_response_handler()
7074 pxtlv = (uint8 *)&dataresp->tlv_params; in wl_cfgnan_data_path_response_handler()
7105 dataresp->flags |= WL_NAN_DP_FLAG_SVC_INFO; in wl_cfgnan_data_path_response_handler()
7154 dataresp->flags |= WL_NAN_DP_FLAG_SECURITY; in wl_cfgnan_data_path_response_handler()
7169 WL_INFORM_MEM(("[NAN] DP response successfull (ndp_id:%d)\n", dataresp->ndp_id)); in wl_cfgnan_data_path_response_handler()