Home
last modified time | relevance | path

Searched refs:wilc_ptk (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/wilc1000/
Dwilc_wfi_cfgoperations.c473 if (!priv->wilc_ptk[idx]) { in wilc_wfi_cfg_allocate_wpa_entry()
474 priv->wilc_ptk[idx] = kzalloc(sizeof(*priv->wilc_ptk[idx]), in wilc_wfi_cfg_allocate_wpa_entry()
476 if (!priv->wilc_ptk[idx]) in wilc_wfi_cfg_allocate_wpa_entry()
580 key = priv->wilc_ptk[key_index]; in add_key()
638 if (priv->wilc_ptk[key_index]) { in del_key()
639 kfree(priv->wilc_ptk[key_index]->key); in del_key()
640 priv->wilc_ptk[key_index]->key = NULL; in del_key()
641 kfree(priv->wilc_ptk[key_index]->seq); in del_key()
642 priv->wilc_ptk[key_index]->seq = NULL; in del_key()
643 kfree(priv->wilc_ptk[key_index]); in del_key()
[all …]
Dwilc_wfi_netdevice.h151 struct wilc_wfi_key *wilc_ptk[WILC_MAX_NUM_STA]; member