Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/iot_sim/core/
Diot_sim_cmn_api_i.h34 #define USER_BUF_LEN (1 + 2 + 2 + 2 + MAX_BUFFER_SIZE + 6) macro
Diot_sim_common.c1194 if ((!buf) || (count > USER_BUF_LEN) || (count < 7)) in iot_sim_debug_content_change_write()
1197 locbuf = qdf_mem_malloc(USER_BUF_LEN + 1); in iot_sim_debug_content_change_write()