Searched refs:sa_query_info (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_pkt_ofld.c | 433 struct rtw_pkt_ofld_sa_query_info *sa_query_info) in _phl_pkt_ofld_construct_sa_query_pkt() argument 437 u8 sec_hdr = sa_query_info->sec_hdr; in _phl_pkt_ofld_construct_sa_query_pkt() 457 SET_80211_PKT_HDR_ADDRESS1(d, pkt, sa_query_info->a1); /* bssid */ in _phl_pkt_ofld_construct_sa_query_pkt() 458 SET_80211_PKT_HDR_ADDRESS2(d, pkt, sa_query_info->a2); /* sa */ in _phl_pkt_ofld_construct_sa_query_pkt() 459 SET_80211_PKT_HDR_ADDRESS3(d, pkt, sa_query_info->a3); /* da */ in _phl_pkt_ofld_construct_sa_query_pkt()
|
| H A D | phl_wow.c | 169 struct rtw_pkt_ofld_sa_query_info *sa_query_info) in _phl_cfg_pkt_ofld_sa_query_info() argument 174 _os_mem_cpy(drv_priv, &(sa_query_info->a1[0]), &(phl_sta->mac_addr[0]), in _phl_cfg_pkt_ofld_sa_query_info() 177 _os_mem_cpy(drv_priv, &(sa_query_info->a2[0]), &(phl_sta->wrole->mac_addr[0]), in _phl_cfg_pkt_ofld_sa_query_info() 180 _os_mem_cpy(drv_priv, &(sa_query_info->a3[0]), &(phl_sta->mac_addr[0]), in _phl_cfg_pkt_ofld_sa_query_info() 183 sa_query_info->sec_hdr = _phl_query_iv_len(pairwise_algo); in _phl_cfg_pkt_ofld_sa_query_info() 1479 struct rtw_pkt_ofld_sa_query_info sa_query_info = {0}; in phl_wow_func_en() local 1551 _phl_cfg_pkt_ofld_sa_query_info(wow_info, sta, &sa_query_info); in phl_wow_func_en() 1555 (void *)&sa_query_info); in phl_wow_func_en()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_pkt_ofld.c | 433 struct rtw_pkt_ofld_sa_query_info *sa_query_info) in _phl_pkt_ofld_construct_sa_query_pkt() argument 437 u8 sec_hdr = sa_query_info->sec_hdr; in _phl_pkt_ofld_construct_sa_query_pkt() 457 SET_80211_PKT_HDR_ADDRESS1(d, pkt, sa_query_info->a1); /* bssid */ in _phl_pkt_ofld_construct_sa_query_pkt() 458 SET_80211_PKT_HDR_ADDRESS2(d, pkt, sa_query_info->a2); /* sa */ in _phl_pkt_ofld_construct_sa_query_pkt() 459 SET_80211_PKT_HDR_ADDRESS3(d, pkt, sa_query_info->a3); /* da */ in _phl_pkt_ofld_construct_sa_query_pkt()
|
| H A D | phl_wow.c | 169 struct rtw_pkt_ofld_sa_query_info *sa_query_info) in _phl_cfg_pkt_ofld_sa_query_info() argument 174 _os_mem_cpy(drv_priv, &(sa_query_info->a1[0]), &(phl_sta->mac_addr[0]), in _phl_cfg_pkt_ofld_sa_query_info() 177 _os_mem_cpy(drv_priv, &(sa_query_info->a2[0]), &(phl_sta->wrole->mac_addr[0]), in _phl_cfg_pkt_ofld_sa_query_info() 180 _os_mem_cpy(drv_priv, &(sa_query_info->a3[0]), &(phl_sta->mac_addr[0]), in _phl_cfg_pkt_ofld_sa_query_info() 183 sa_query_info->sec_hdr = _phl_query_iv_len(pairwise_algo); in _phl_cfg_pkt_ofld_sa_query_info() 1465 struct rtw_pkt_ofld_sa_query_info sa_query_info = {0}; in phl_wow_func_en() local 1537 _phl_cfg_pkt_ofld_sa_query_info(wow_info, sta, &sa_query_info); in phl_wow_func_en() 1541 (void *)&sa_query_info); in phl_wow_func_en()
|