Home
last modified time | relevance | path

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

/drivers/staging/wilc1000/
Dhost_interface.h44 #define RX_MIC_KEY_LEN 8 macro
Dhost_interface.c3204 u8KeyLen += RX_MIC_KEY_LEN; in host_int_add_ptk()
3224 memcpy(msg.body.key_info.attr.wpa.key + 16, pu8RxMic, RX_MIC_KEY_LEN); in host_int_add_ptk()
3226 for (i = 0; i < RX_MIC_KEY_LEN; i++) in host_int_add_ptk()
3270 u8KeyLen += RX_MIC_KEY_LEN; in host_int_add_rx_gtk()
3296 RX_MIC_KEY_LEN); in host_int_add_rx_gtk()