Home
last modified time | relevance | path

Searched refs:gtk_key_idx (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_wow.c489 ctrl_info->gtk_key_idx = securitypriv->dot118021XGrpKeyid; in rtw_construct_remote_control_info()
490 RTW_INFO("[wow] gtk_key_idx = %d\n", ctrl_info->gtk_key_idx); in rtw_construct_remote_control_info()
572 u8 gtk_key_idx = 0; in _update_aoac_rpt_phase_0() local
593 gtk_key_idx = aoac_info->key_idx; in _update_aoac_rpt_phase_0()
594 if (rtw_iv_to_pn(aoac_info->gtk_rx_iv[gtk_key_idx], pn, NULL, in _update_aoac_rpt_phase_0()
596 _rtw_memcpy(securitypriv->iv_seq[gtk_key_idx], pn, 8); in _update_aoac_rpt_phase_0()
597 RTW_INFO("[wow] gtk_rx_pn[%u] = " PN_FMT "\n", gtk_key_idx, PN_ARG(pn)); in _update_aoac_rpt_phase_0()
606 u8 gtk_key_idx = 0; in _update_aoac_rpt_phase_1() local
622 gtk_key_idx = aoac_info->key_idx; in _update_aoac_rpt_phase_1()
623 securitypriv->dot118021XGrpKeyid = gtk_key_idx; in _update_aoac_rpt_phase_1()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_wow.c495 ctrl_info->gtk_key_idx = securitypriv->dot118021XGrpKeyid; in rtw_construct_remote_control_info()
496 RTW_INFO("[wow] gtk_key_idx = %d\n", ctrl_info->gtk_key_idx); in rtw_construct_remote_control_info()
578 u8 gtk_key_idx = 0; in _update_aoac_rpt_phase_0() local
599 gtk_key_idx = aoac_info->key_idx; in _update_aoac_rpt_phase_0()
600 if (rtw_iv_to_pn(aoac_info->gtk_rx_iv[gtk_key_idx], pn, NULL, in _update_aoac_rpt_phase_0()
602 _rtw_memcpy(securitypriv->iv_seq[gtk_key_idx], pn, 8); in _update_aoac_rpt_phase_0()
603 RTW_INFO("[wow] gtk_rx_pn[%u] = " PN_FMT "\n", gtk_key_idx, PN_ARG(pn)); in _update_aoac_rpt_phase_0()
612 u8 gtk_key_idx = 0; in _update_aoac_rpt_phase_1() local
628 gtk_key_idx = aoac_info->key_idx; in _update_aoac_rpt_phase_1()
629 securitypriv->dot118021XGrpKeyid = gtk_key_idx; in _update_aoac_rpt_phase_1()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_wow_def.h255 u8 gtk_key_idx; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_wow_def.h279 u8 gtk_key_idx; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_api_mac.c3104 param.lastkeyid = cfg->remote_wake_ctrl_info.gtk_key_idx; in rtw_hal_mac_cfg_wow_wake()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_api_mac.c3122 param.lastkeyid = cfg->remote_wake_ctrl_info.gtk_key_idx; in rtw_hal_mac_cfg_wow_wake()