Searched refs:arp_rsp_info (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_pkt_ofld.c | 297 struct rtw_pkt_ofld_arp_rsp_info *arp_rsp_info) in _phl_pkt_ofld_construct_arp_rsp() argument 302 u8 sec_hdr = arp_rsp_info->sec_hdr; in _phl_pkt_ofld_construct_arp_rsp() 324 SET_80211_PKT_HDR_ADDRESS1(d, *pkt_buf, arp_rsp_info->a1); in _phl_pkt_ofld_construct_arp_rsp() 325 SET_80211_PKT_HDR_ADDRESS2(d, *pkt_buf, arp_rsp_info->a2); in _phl_pkt_ofld_construct_arp_rsp() 326 SET_80211_PKT_HDR_ADDRESS3(d, *pkt_buf, arp_rsp_info->a3); in _phl_pkt_ofld_construct_arp_rsp() 354 _os_mem_cpy(d, p_arp_rsp_body+8, arp_rsp_info->a2, 6); in _phl_pkt_ofld_construct_arp_rsp() 357 &(arp_rsp_info->host_ipv4_addr[0]), 4); in _phl_pkt_ofld_construct_arp_rsp() 359 _os_mem_cpy(d, p_arp_rsp_body+18, arp_rsp_info->a1, 6); in _phl_pkt_ofld_construct_arp_rsp() 362 &(arp_rsp_info->remote_ipv4_addr[0]), 4); in _phl_pkt_ofld_construct_arp_rsp()
|
| H A D | phl_wow.c | 109 struct rtw_pkt_ofld_arp_rsp_info *arp_rsp_info) in _phl_cfg_pkt_ofld_arp_rsp_info() argument 114 _os_mem_cpy(drv_priv, &(arp_rsp_info->a1[0]), &(phl_sta->mac_addr[0]), MAC_ADDRESS_LENGTH); in _phl_cfg_pkt_ofld_arp_rsp_info() 115 _os_mem_cpy(drv_priv, &(arp_rsp_info->a2[0]), &(phl_sta->wrole->mac_addr[0]), MAC_ADDRESS_LENGTH); in _phl_cfg_pkt_ofld_arp_rsp_info() 116 _os_mem_cpy(drv_priv, &(arp_rsp_info->a3[0]), &(phl_sta->mac_addr[0]), MAC_ADDRESS_LENGTH); in _phl_cfg_pkt_ofld_arp_rsp_info() 117 _os_mem_cpy(drv_priv, &(arp_rsp_info->host_ipv4_addr[0]), in _phl_cfg_pkt_ofld_arp_rsp_info() 120 _os_mem_cpy(drv_priv, &(arp_rsp_info->remote_ipv4_addr[0]), in _phl_cfg_pkt_ofld_arp_rsp_info() 124 arp_rsp_info->sec_hdr = _phl_query_iv_len(pairwise_algo); in _phl_cfg_pkt_ofld_arp_rsp_info() 1476 struct rtw_pkt_ofld_arp_rsp_info arp_rsp_info = {0}; in phl_wow_func_en() local 1517 _phl_cfg_pkt_ofld_arp_rsp_info(wow_info, sta, &arp_rsp_info); in phl_wow_func_en() 1522 (void *)&arp_rsp_info); in phl_wow_func_en()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_pkt_ofld.c | 297 struct rtw_pkt_ofld_arp_rsp_info *arp_rsp_info) in _phl_pkt_ofld_construct_arp_rsp() argument 302 u8 sec_hdr = arp_rsp_info->sec_hdr; in _phl_pkt_ofld_construct_arp_rsp() 324 SET_80211_PKT_HDR_ADDRESS1(d, *pkt_buf, arp_rsp_info->a1); in _phl_pkt_ofld_construct_arp_rsp() 325 SET_80211_PKT_HDR_ADDRESS2(d, *pkt_buf, arp_rsp_info->a2); in _phl_pkt_ofld_construct_arp_rsp() 326 SET_80211_PKT_HDR_ADDRESS3(d, *pkt_buf, arp_rsp_info->a3); in _phl_pkt_ofld_construct_arp_rsp() 354 _os_mem_cpy(d, p_arp_rsp_body+8, arp_rsp_info->a2, 6); in _phl_pkt_ofld_construct_arp_rsp() 357 &(arp_rsp_info->host_ipv4_addr[0]), 4); in _phl_pkt_ofld_construct_arp_rsp() 359 _os_mem_cpy(d, p_arp_rsp_body+18, arp_rsp_info->a1, 6); in _phl_pkt_ofld_construct_arp_rsp() 362 &(arp_rsp_info->remote_ipv4_addr[0]), 4); in _phl_pkt_ofld_construct_arp_rsp()
|
| H A D | phl_wow.c | 109 struct rtw_pkt_ofld_arp_rsp_info *arp_rsp_info) in _phl_cfg_pkt_ofld_arp_rsp_info() argument 114 _os_mem_cpy(drv_priv, &(arp_rsp_info->a1[0]), &(phl_sta->mac_addr[0]), MAC_ADDRESS_LENGTH); in _phl_cfg_pkt_ofld_arp_rsp_info() 115 _os_mem_cpy(drv_priv, &(arp_rsp_info->a2[0]), &(phl_sta->wrole->mac_addr[0]), MAC_ADDRESS_LENGTH); in _phl_cfg_pkt_ofld_arp_rsp_info() 116 _os_mem_cpy(drv_priv, &(arp_rsp_info->a3[0]), &(phl_sta->mac_addr[0]), MAC_ADDRESS_LENGTH); in _phl_cfg_pkt_ofld_arp_rsp_info() 117 _os_mem_cpy(drv_priv, &(arp_rsp_info->host_ipv4_addr[0]), in _phl_cfg_pkt_ofld_arp_rsp_info() 120 _os_mem_cpy(drv_priv, &(arp_rsp_info->remote_ipv4_addr[0]), in _phl_cfg_pkt_ofld_arp_rsp_info() 124 arp_rsp_info->sec_hdr = _phl_query_iv_len(pairwise_algo); in _phl_cfg_pkt_ofld_arp_rsp_info() 1462 struct rtw_pkt_ofld_arp_rsp_info arp_rsp_info = {0}; in phl_wow_func_en() local 1503 _phl_cfg_pkt_ofld_arp_rsp_info(wow_info, sta, &arp_rsp_info); in phl_wow_func_en() 1508 (void *)&arp_rsp_info); in phl_wow_func_en()
|