Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wilc1000/
Dhost_interface.h442 s32 host_int_add_ptk(struct host_if_drv *hWFIDrv, const u8 *pu8Ptk, u8 u8PtkKeylen,
Dhost_interface.c3187 u8 u8PtkKeylen, const u8 *mac_addr, in host_int_add_ptk() argument
3193 u8 u8KeyLen = u8PtkKeylen; in host_int_add_ptk()
3218 msg.body.key_info.attr.wpa.key = kmalloc(u8PtkKeylen, GFP_KERNEL); in host_int_add_ptk()
3219 memcpy(msg.body.key_info.attr.wpa.key, pu8Ptk, u8PtkKeylen); in host_int_add_ptk()