Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wilc1000/
Dhost_interface.h476 u8 u8KeyIdx, u32 u32KeyRSClen, const u8 *KeyRSC,
Dhost_interface.c3253 u32 u32KeyRSClen, const u8 *KeyRSC, in host_int_add_rx_gtk() argument
3274 msg.body.key_info.attr.wpa.seq = kmalloc(u32KeyRSClen, GFP_KERNEL); in host_int_add_rx_gtk()
3275 memcpy(msg.body.key_info.attr.wpa.seq, KeyRSC, u32KeyRSClen); in host_int_add_rx_gtk()
3302 msg.body.key_info.attr.wpa.seq_len = u32KeyRSClen; in host_int_add_rx_gtk()