Searched refs:u8PtkKeylen (Results 1 – 2 of 2) sorted by relevance
442 s32 host_int_add_ptk(struct host_if_drv *hWFIDrv, const u8 *pu8Ptk, u8 u8PtkKeylen,
3187 u8 u8PtkKeylen, const u8 *mac_addr, in host_int_add_ptk() argument3193 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()