Searched refs:tbuf (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.4.0/tools/kconfig/lxdialog/ |
D | textbox.c | 56 int dialog_textbox(const char *title, char *tbuf, int initial_height, in dialog_textbox() argument 69 buf = tbuf; in dialog_textbox()
|
D | dialog.h | 238 int dialog_textbox(const char *title, char *tbuf, int initial_height,
|
/hal_espressif-3.4.0/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_wps.c | 782 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()
|