Home
last modified time | relevance | path

Searched refs:ptk_rx_iv (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_wow_def.h256 u8 ptk_rx_iv[IV_LENGTH]; member
295 u8 ptk_rx_iv[IV_LENGTH]; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/
H A Dwowlan.c1601 aoac_rpt->ptk_rx_iv[0] = GET_FIELD(c2h_content->dword3, in _mac_request_aoac_report_rx_not_rdy()
1603 aoac_rpt->ptk_rx_iv[1] = GET_FIELD(c2h_content->dword3, in _mac_request_aoac_report_rx_not_rdy()
1605 aoac_rpt->ptk_rx_iv[2] = GET_FIELD(c2h_content->dword3, in _mac_request_aoac_report_rx_not_rdy()
1607 aoac_rpt->ptk_rx_iv[3] = GET_FIELD(c2h_content->dword3, in _mac_request_aoac_report_rx_not_rdy()
1623 aoac_rpt->ptk_rx_iv[4] = GET_FIELD(c2h_content->dword0, in _mac_request_aoac_report_rx_not_rdy()
1625 aoac_rpt->ptk_rx_iv[5] = GET_FIELD(c2h_content->dword0, in _mac_request_aoac_report_rx_not_rdy()
1627 aoac_rpt->ptk_rx_iv[6] = GET_FIELD(c2h_content->dword1, in _mac_request_aoac_report_rx_not_rdy()
1629 aoac_rpt->ptk_rx_iv[7] = GET_FIELD(c2h_content->dword1, in _mac_request_aoac_report_rx_not_rdy()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/
H A Dwowlan.c1601 aoac_rpt->ptk_rx_iv[0] = GET_FIELD(c2h_content->dword3, in _mac_request_aoac_report_rx_not_rdy()
1603 aoac_rpt->ptk_rx_iv[1] = GET_FIELD(c2h_content->dword3, in _mac_request_aoac_report_rx_not_rdy()
1605 aoac_rpt->ptk_rx_iv[2] = GET_FIELD(c2h_content->dword3, in _mac_request_aoac_report_rx_not_rdy()
1607 aoac_rpt->ptk_rx_iv[3] = GET_FIELD(c2h_content->dword3, in _mac_request_aoac_report_rx_not_rdy()
1623 aoac_rpt->ptk_rx_iv[4] = GET_FIELD(c2h_content->dword0, in _mac_request_aoac_report_rx_not_rdy()
1625 aoac_rpt->ptk_rx_iv[5] = GET_FIELD(c2h_content->dword0, in _mac_request_aoac_report_rx_not_rdy()
1627 aoac_rpt->ptk_rx_iv[6] = GET_FIELD(c2h_content->dword1, in _mac_request_aoac_report_rx_not_rdy()
1629 aoac_rpt->ptk_rx_iv[7] = GET_FIELD(c2h_content->dword1, in _mac_request_aoac_report_rx_not_rdy()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_wow_def.h280 u8 ptk_rx_iv[IV_LENGTH]; member
319 u8 ptk_rx_iv[IV_LENGTH]; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_wow.c493 _rtw_memcpy(ctrl_info->ptk_rx_iv, rxcache->iv[tid_id], IV_LENGTH); in rtw_construct_remote_control_info()
494 RTW_INFO("[wow] ptk_rx_iv = " IV_FMT "\n", IV_ARG(ctrl_info->ptk_rx_iv)); in rtw_construct_remote_control_info()
581 if (rtw_iv_to_pn(aoac_info->ptk_rx_iv, pn, NULL, in _update_aoac_rpt_phase_0()
585 _rtw_memcpy(rxcache->iv[i], aoac_info->ptk_rx_iv, in _update_aoac_rpt_phase_0()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_wow.c499 _rtw_memcpy(ctrl_info->ptk_rx_iv, rxcache->iv[tid_id], IV_LENGTH); in rtw_construct_remote_control_info()
500 RTW_INFO("[wow] ptk_rx_iv = " IV_FMT "\n", IV_ARG(ctrl_info->ptk_rx_iv)); in rtw_construct_remote_control_info()
587 if (rtw_iv_to_pn(aoac_info->ptk_rx_iv, pn, NULL, in _update_aoac_rpt_phase_0()
591 _rtw_memcpy(rxcache->iv[i], aoac_info->ptk_rx_iv, in _update_aoac_rpt_phase_0()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_api_mac.c3106 …_os_mem_cpy(hal_to_drvpriv(hal_info), param.rxptkiv, cfg->remote_wake_ctrl_info.ptk_rx_iv, IV_LENG… in rtw_hal_mac_cfg_wow_wake()
3298 u32 rx_iv = *((u32 *)aoac_info->ptk_rx_iv); in _hal_mac_aoac_rpt_chk()
3336 _os_mem_cpy(drv_priv, aoac_info->ptk_rx_iv, aoac_rpt_buf->ptk_rx_iv, IV_LENGTH); in _hal_mac_read_aoac_rpt_phase_0()
3367 … "- ptk_rx_iv = 0x%08x%08x\n", *((u32*)(aoac_info->ptk_rx_iv)+1), *((u32*)(aoac_info->ptk_rx_iv in _hal_mac_read_aoac_rpt_phase_0()
3433 … ptk_rx_iv = 0x%08x%08x\n", *((u32*)(aoac_info->ptk_rx_iv)+1), *((u32*)(aoac_info->ptk_rx_iv in _hal_mac_read_aoac_rpt_phase_1()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_api_mac.c3124 …_os_mem_cpy(hal_to_drvpriv(hal_info), param.rxptkiv, cfg->remote_wake_ctrl_info.ptk_rx_iv, IV_LENG… in rtw_hal_mac_cfg_wow_wake()
3316 u32 rx_iv = *((u32 *)aoac_info->ptk_rx_iv); in _hal_mac_aoac_rpt_chk()
3354 _os_mem_cpy(drv_priv, aoac_info->ptk_rx_iv, aoac_rpt_buf->ptk_rx_iv, IV_LENGTH); in _hal_mac_read_aoac_rpt_phase_0()
3385 … "- ptk_rx_iv = 0x%08x%08x\n", *((u32*)(aoac_info->ptk_rx_iv)+1), *((u32*)(aoac_info->ptk_rx_iv in _hal_mac_read_aoac_rpt_phase_0()
3451 … ptk_rx_iv = 0x%08x%08x\n", *((u32*)(aoac_info->ptk_rx_iv)+1), *((u32*)(aoac_info->ptk_rx_iv in _hal_mac_read_aoac_rpt_phase_1()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/
H A Dmac_def.h10847 u8 ptk_rx_iv[IV_LENGTH]; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/
H A Dmac_def.h10847 u8 ptk_rx_iv[IV_LENGTH]; member