Searched refs:storage (Results 1 – 1 of 1) sorted by relevance
305 uint8_t **storage, in iot_sim_handle_frame_content() argument312 *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()