Searched refs:ptk (Results 1 – 2 of 2) sorted by relevance
/drivers/net/wireless/microchip/wilc1000/ |
D | hif.h | 160 int wilc_add_ptk(struct wilc_vif *vif, const u8 *ptk, u8 ptk_key_len,
|
D | hif.c | 1130 int wilc_add_ptk(struct wilc_vif *vif, const u8 *ptk, u8 ptk_key_len, in wilc_add_ptk() argument 1153 memcpy(&key_buf->key[0], ptk, ptk_key_len); in wilc_add_ptk() 1180 memcpy(&key_buf->key[0], ptk, ptk_key_len); in wilc_add_ptk()
|