Home
last modified time | relevance | path

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

/drivers/staging/wilc1000/
Dwilc_hif.c1205 u8 t_key_len = ptk_key_len + WILC_RX_MIC_KEY_LEN + WILC_TX_MIC_KEY_LEN; in wilc_add_ptk()
1227 WILC_RX_MIC_KEY_LEN); in wilc_add_ptk()
1230 memcpy(&key_buf->key[ptk_key_len + WILC_RX_MIC_KEY_LEN], in wilc_add_ptk()
1254 WILC_RX_MIC_KEY_LEN); in wilc_add_ptk()
1257 memcpy(&key_buf->key[ptk_key_len + WILC_RX_MIC_KEY_LEN], in wilc_add_ptk()
1278 int t_key_len = gtk_key_len + WILC_RX_MIC_KEY_LEN + WILC_TX_MIC_KEY_LEN; in wilc_add_rx_gtk()
1296 memcpy(&gtk_key->key[gtk_key_len], rx_mic, WILC_RX_MIC_KEY_LEN); in wilc_add_rx_gtk()
1299 memcpy(&gtk_key->key[gtk_key_len + WILC_RX_MIC_KEY_LEN], in wilc_add_rx_gtk()
Dwilc_hif.h25 #define WILC_RX_MIC_KEY_LEN 8 macro