Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/wilc1000/
Dhost_interface.h307 int wilc_add_ptk(struct wilc_vif *vif, const u8 *ptk, u8 ptk_key_len,
Dhost_interface.c2866 int wilc_add_ptk(struct wilc_vif *vif, const u8 *ptk, u8 ptk_key_len, in wilc_add_ptk() argument
2873 u8 key_len = ptk_key_len; in wilc_add_ptk()
2898 msg->body.key_info.attr.wpa.key = kmemdup(ptk, ptk_key_len, GFP_KERNEL); in wilc_add_ptk()