Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/wilc1000/
Dwilc_wfi_cfgoperations.c866 if (!priv->wilc_ptk[idx]) { in wilc_wfi_cfg_allocate_wpa_entry()
867 priv->wilc_ptk[idx] = kzalloc(sizeof(*priv->wilc_ptk[idx]), in wilc_wfi_cfg_allocate_wpa_entry()
869 if (!priv->wilc_ptk[idx]) in wilc_wfi_cfg_allocate_wpa_entry()
973 key = priv->wilc_ptk[key_index]; in add_key()
1031 if (priv->wilc_ptk[key_index]) { in del_key()
1032 kfree(priv->wilc_ptk[key_index]->key); in del_key()
1033 priv->wilc_ptk[key_index]->key = NULL; in del_key()
1034 kfree(priv->wilc_ptk[key_index]->seq); in del_key()
1035 priv->wilc_ptk[key_index]->seq = NULL; in del_key()
1036 kfree(priv->wilc_ptk[key_index]); in del_key()
[all …]
Dwilc_wfi_netdevice.h92 struct wilc_wfi_key *wilc_ptk[MAX_NUM_STA]; member