Home
last modified time | relevance | path

Searched refs:p_arp_rsp_body (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_pkt_ofld.c300 u8* p_arp_rsp_body; in _phl_pkt_ofld_construct_arp_rsp() local
332 p_arp_rsp_body = (u8*)(*pkt_buf + MAC_HDR_LEN); in _phl_pkt_ofld_construct_arp_rsp()
335 p_arp_rsp_body += sec_hdr; in _phl_pkt_ofld_construct_arp_rsp()
338 _os_mem_cpy(d, p_arp_rsp_body, ARPLLCHeader, 8); in _phl_pkt_ofld_construct_arp_rsp()
341 p_arp_rsp_body += 8; in _phl_pkt_ofld_construct_arp_rsp()
344 WriteLE2Byte(p_arp_rsp_body, 0x0100); in _phl_pkt_ofld_construct_arp_rsp()
346 WriteLE2Byte(p_arp_rsp_body+2, 0x0008); in _phl_pkt_ofld_construct_arp_rsp()
348 WriteLE1Byte(p_arp_rsp_body+4, 6); in _phl_pkt_ofld_construct_arp_rsp()
350 WriteLE1Byte(p_arp_rsp_body+5, 4); in _phl_pkt_ofld_construct_arp_rsp()
352 WriteLE2Byte(p_arp_rsp_body+6, 0x0200); in _phl_pkt_ofld_construct_arp_rsp()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_pkt_ofld.c300 u8* p_arp_rsp_body; in _phl_pkt_ofld_construct_arp_rsp() local
332 p_arp_rsp_body = (u8*)(*pkt_buf + MAC_HDR_LEN); in _phl_pkt_ofld_construct_arp_rsp()
335 p_arp_rsp_body += sec_hdr; in _phl_pkt_ofld_construct_arp_rsp()
338 _os_mem_cpy(d, p_arp_rsp_body, ARPLLCHeader, 8); in _phl_pkt_ofld_construct_arp_rsp()
341 p_arp_rsp_body += 8; in _phl_pkt_ofld_construct_arp_rsp()
344 WriteLE2Byte(p_arp_rsp_body, 0x0100); in _phl_pkt_ofld_construct_arp_rsp()
346 WriteLE2Byte(p_arp_rsp_body+2, 0x0008); in _phl_pkt_ofld_construct_arp_rsp()
348 WriteLE1Byte(p_arp_rsp_body+4, 6); in _phl_pkt_ofld_construct_arp_rsp()
350 WriteLE1Byte(p_arp_rsp_body+5, 4); in _phl_pkt_ofld_construct_arp_rsp()
352 WriteLE2Byte(p_arp_rsp_body+6, 0x0200); in _phl_pkt_ofld_construct_arp_rsp()
[all …]