Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/os_if/linux/wifi_pos/src/
H A Dos_if_wifi_pos.c504 uint32_t chnk_len, remain_len; in os_if_send_oem_data_nl_resp() local
522 remain_len = buf_len; in os_if_send_oem_data_nl_resp()
534 remain_len -= chnk_len; in os_if_send_oem_data_nl_resp()
543 chnk_len = remain_len; in os_if_send_oem_data_nl_resp()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_fils.c284 uint32_t i = 0, remain_len; in lim_get_key_from_prf() local
308 remain_len = keylen - i; in lim_get_key_from_prf()
311 if (remain_len >= crypto_digest_len) in lim_get_key_from_prf()
312 remain_len = crypto_digest_len; in lim_get_key_from_prf()
319 qdf_mem_copy(&key[i], tmp_hash, remain_len); in lim_get_key_from_prf()