Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/microchip/wilc1000/
H A Dcfg80211.c492 if (!priv->wilc_ptk[idx]) { in wilc_wfi_cfg_allocate_wpa_entry()
493 priv->wilc_ptk[idx] = kzalloc(sizeof(*priv->wilc_ptk[idx]), in wilc_wfi_cfg_allocate_wpa_entry()
495 if (!priv->wilc_ptk[idx]) in wilc_wfi_cfg_allocate_wpa_entry()
586 key = priv->wilc_ptk[key_index]; in add_key()
672 if (priv->wilc_ptk[key_index]) { in del_key()
673 kfree(priv->wilc_ptk[key_index]->key); in del_key()
674 priv->wilc_ptk[key_index]->key = NULL; in del_key()
675 kfree(priv->wilc_ptk[key_index]->seq); in del_key()
676 priv->wilc_ptk[key_index]->seq = NULL; in del_key()
677 kfree(priv->wilc_ptk[key_index]); in del_key()
[all …]
H A Dnetdev.h140 struct wilc_wfi_key *wilc_ptk[WILC_MAX_NUM_STA]; member