Searched refs:gtk_rekey (Results 1 – 9 of 9) sorted by relevance
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
D | mlan_sta_event.c | 106 (void)__memset(pmadapter, &priv->gtk_rekey, 0, sizeof(priv->gtk_rekey)); in wlan_reset_connect_state()
|
D | mlan_init.c | 152 (void)__memset(pmadapter, &priv->gtk_rekey, 0, sizeof(priv->gtk_rekey)); in wlan_init_priv()
|
D | mlan_sta_ioctl.c | 1259 …(void)__memcpy(pmadapter, &pmpriv->gtk_rekey, &misc_cfg->param.gtk_rekey, sizeof(mlan_ds_misc_gtk_… in wlan_misc_ioctl_gtk_rekey_offload() 1265 &misc_cfg->param.gtk_rekey); in wlan_misc_ioctl_gtk_rekey_offload()
|
D | mlan_api.c | 2423 if (memcmp(pmpriv->gtk_rekey.kek, zero_kek, sizeof(zero_kek)) != 0) in wifi_set_key() 2427 &pmpriv->gtk_rekey); in wifi_set_key() 2433 … (void)__memset(pmpriv->adapter, &pmpriv->gtk_rekey, 0, sizeof(mlan_ds_misc_gtk_rekey_data)); in wifi_set_key() 2453 (void)memcpy(misc.param.gtk_rekey.kek, kek, MLAN_KEK_LEN); in wifi_set_rekey_info() 2454 (void)memcpy(misc.param.gtk_rekey.kck, kck, MLAN_KCK_LEN); in wifi_set_rekey_info() 2455 (void)memcpy(misc.param.gtk_rekey.replay_ctr, replay_ctr, MLAN_REPLAY_CTR_LEN); in wifi_set_rekey_info()
|
D | mlan_sta_cmd.c | 1091 HostCmd_DS_GTK_REKEY_PARAMS *rekey = &cmd->params.gtk_rekey;
|
D | mlan_glue.c | 2574 (void)__memset(pmadapter, &priv->gtk_rekey, 0, sizeof(priv->gtk_rekey)); in wifi_nxp_send_assoc()
|
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/ |
D | mlan_ioctl.h | 4320 mlan_ds_misc_gtk_rekey_data gtk_rekey; member
|
D | mlan_main.h | 1432 mlan_ds_misc_gtk_rekey_data gtk_rekey;
|
D | mlan_fw.h | 7943 HostCmd_DS_GTK_REKEY_PARAMS gtk_rekey;
|