Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/iot_sim/core/
Diot_sim_common.c305 uint8_t **storage, in iot_sim_handle_frame_content() argument
312 *storage = qdf_mem_malloc(len); in iot_sim_handle_frame_content()
313 if (!*storage) { in iot_sim_handle_frame_content()
318 ret = qdf_hex_str_to_binary(*storage, pos, len); in iot_sim_handle_frame_content()
325 status = iot_sim_validate_content(*storage, len, offset); in iot_sim_handle_frame_content()
334 qdf_mem_free(*storage); in iot_sim_handle_frame_content()
335 *storage = NULL; in iot_sim_handle_frame_content()