Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dsec_wpi.c157 u8 *data_mic = mic_pos; in wlan_tx_wapi_encryption() local
219 ptk_header, ptk_headr_len, data, data_len, data_mic); in wlan_tx_wapi_encryption()
246 u8 data_mic[WAPI_MIC_LEN] = {0}; in wlan_rx_wapi_decryption() local
318 memcpy(data_mic, output_buf + ral_data_len, WAPI_MIC_LEN); in wlan_rx_wapi_decryption()
324 if( memcmp(calc_data_mic, data_mic, WAPI_MIC_LEN) != 0 ) { in wlan_rx_wapi_decryption()