Searched refs:u8KeyLen (Results 1 – 2 of 2) sorted by relevance
496 s32 host_int_add_tx_gtk(struct host_if_drv *hWFIDrv, u8 u8KeyLen, u8 *pu8TxGtk, u8 u8KeyIdx);
3193 u8 u8KeyLen = u8PtkKeylen; in host_int_add_ptk() local3202 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() local3268 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()