Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wilc1000/
Dhost_interface.h496 s32 host_int_add_tx_gtk(struct host_if_drv *hWFIDrv, u8 u8KeyLen, u8 *pu8TxGtk, u8 u8KeyIdx);
Dhost_interface.c3193 u8 u8KeyLen = u8PtkKeylen; in host_int_add_ptk() local
3202 u8KeyLen += RX_MIC_KEY_LEN; in host_int_add_ptk()
3205 u8KeyLen += TX_MIC_KEY_LEN; in host_int_add_ptk()
3236 msg.body.key_info.attr.wpa.key_len = u8KeyLen; in host_int_add_ptk()
3259 u8 u8KeyLen = u8GtkKeylen; in host_int_add_rx_gtk() local
3268 u8KeyLen += RX_MIC_KEY_LEN; in host_int_add_rx_gtk()
3271 u8KeyLen += TX_MIC_KEY_LEN; in host_int_add_rx_gtk()
3289 msg.body.key_info.attr.wpa.key = kmalloc(u8KeyLen, GFP_KERNEL); in host_int_add_rx_gtk()
3301 msg.body.key_info.attr.wpa.key_len = u8KeyLen; in host_int_add_rx_gtk()