Searched refs:wmi_set_arp (Results 1 – 1 of 1) sorted by relevance
2271 wmi_vdev_set_arp_stats_cmd_fixed_param *wmi_set_arp; in send_set_arp_stats_req_cmd_tlv() local2284 wmi_set_arp = in send_set_arp_stats_req_cmd_tlv()2286 WMITLV_SET_HDR(&wmi_set_arp->tlv_header, in send_set_arp_stats_req_cmd_tlv()2292 wmi_set_arp->vdev_id = req_buf->vdev_id; in send_set_arp_stats_req_cmd_tlv()2294 wmi_set_arp->set_clr = req_buf->flag; in send_set_arp_stats_req_cmd_tlv()2295 wmi_set_arp->pkt_type = req_buf->pkt_type; in send_set_arp_stats_req_cmd_tlv()2296 wmi_set_arp->ipv4 = req_buf->ip_addr; in send_set_arp_stats_req_cmd_tlv()2299 wmi_set_arp->vdev_id, wmi_set_arp->set_clr, in send_set_arp_stats_req_cmd_tlv()2300 wmi_set_arp->pkt_type, wmi_set_arp->ipv4); in send_set_arp_stats_req_cmd_tlv()