Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/
Dcfg80211.c507 if (!priv->wilc_ptk[idx]) { in wilc_wfi_cfg_allocate_wpa_entry()
508 priv->wilc_ptk[idx] = kzalloc(sizeof(*priv->wilc_ptk[idx]), in wilc_wfi_cfg_allocate_wpa_entry()
510 if (!priv->wilc_ptk[idx]) in wilc_wfi_cfg_allocate_wpa_entry()
614 key = priv->wilc_ptk[key_index]; in add_key()
670 if (priv->wilc_ptk[key_index]) { in del_key()
671 kfree(priv->wilc_ptk[key_index]->key); in del_key()
672 priv->wilc_ptk[key_index]->key = NULL; in del_key()
673 kfree(priv->wilc_ptk[key_index]->seq); in del_key()
674 priv->wilc_ptk[key_index]->seq = NULL; in del_key()
675 kfree(priv->wilc_ptk[key_index]); in del_key()
[all …]
Dnetdev.h141 struct wilc_wfi_key *wilc_ptk[WILC_MAX_NUM_STA]; member