Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/tools/kconfig/lxdialog/
Dtextbox.c56 int dialog_textbox(const char *title, char *tbuf, int initial_height, in dialog_textbox() argument
69 buf = tbuf; in dialog_textbox()
Ddialog.h238 int dialog_textbox(const char *title, char *tbuf, int initial_height,
/hal_espressif-3.4.0/components/wpa_supplicant/esp_supplicant/src/
Desp_wps.c782 u8 *tbuf; in wps_process_wps_mX_req() local
796 tbuf = ubuf + sizeof(struct eap_expand) + 1 + 2;//two bytes total length in wps_process_wps_mX_req()
801 tbuf = ubuf + sizeof(struct eap_expand) + 1; in wps_process_wps_mX_req()
808 if (ESP_OK != wps_enrollee_process_msg_frag(&wps_buf, tlen, tbuf, frag_len, flag)) { in wps_process_wps_mX_req()
827 wps_buf = wpabuf_alloc_copy(tbuf, tlen); in wps_process_wps_mX_req()