Searched refs:dst_buf (Results 1 – 2 of 2) sorted by relevance
2023 struct roam_frame_info *dst_buf; in extract_roam_frame_info_tlv() local2042 dst_buf = dst->frame_info; in extract_roam_frame_info_tlv()2044 dst_buf->timestamp = src_data->timestamp; in extract_roam_frame_info_tlv()2046 dst_buf->bssid.bytes); in extract_roam_frame_info_tlv()2047 dst_buf->type = WMI_GET_BITS(src_data->frame_info, in extract_roam_frame_info_tlv()2052 if (dst_buf->type == WMI_ROAM_FRAME_INFO_FRAME_TYPE_EXT) { in extract_roam_frame_info_tlv()2053 dst_buf->type = ROAM_FRAME_INFO_FRAME_TYPE_EXT; in extract_roam_frame_info_tlv()2054 dst_buf->subtype = in extract_roam_frame_info_tlv()2057 dst_buf->subtype = subtype << WLAN_FC0_SUBTYPE_SHIFT; in extract_roam_frame_info_tlv()2060 dst_buf->is_rsp = WMI_GET_BITS(src_data->frame_info, in extract_roam_frame_info_tlv()[all …]