Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_wfi_cfgoperations.c121 struct wilc_wfi_key g_key_ptk_params; variable
1310 g_key_ptk_params.key_len = params->key_len; in add_key()
1311 g_key_ptk_params.seq_len = params->seq_len; in add_key()
1312 g_key_ptk_params.key = kmalloc(params->key_len, GFP_KERNEL); in add_key()
1313 memcpy(g_key_ptk_params.key, params->key, params->key_len); in add_key()
1315 g_key_ptk_params.seq = kmalloc(params->seq_len, GFP_KERNEL); in add_key()
1316 memcpy(g_key_ptk_params.seq, params->seq, params->seq_len); in add_key()
1318 g_key_ptk_params.cipher = params->cipher; in add_key()
1320 PRINT_D(CFG80211_DBG, "key %x %x %x\n", g_key_ptk_params.key[0], in add_key()
1321 g_key_ptk_params.key[1], in add_key()
[all …]