Home
last modified time | relevance | path

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

/hal_espressif-latest/components/newlib/
Desp32-spiram-rom-functions-c.lf53 lib_a-wbuf (noflash)
/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_registrar.c1619 struct wpabuf *wbuf; in wps_build_credential_wrap() local
1620 wbuf = wpabuf_alloc(200); in wps_build_credential_wrap()
1621 if (wbuf == NULL) in wps_build_credential_wrap()
1623 if (wps_build_credential(wbuf, cred)) { in wps_build_credential_wrap()
1624 wpabuf_clear_free(wbuf); in wps_build_credential_wrap()
1628 wpabuf_put_be16(msg, wpabuf_len(wbuf)); in wps_build_credential_wrap()
1629 wpabuf_put_buf(msg, wbuf); in wps_build_credential_wrap()
1630 wpabuf_clear_free(wbuf); in wps_build_credential_wrap()
/hal_espressif-latest/components/esp_psram/esp32/
DKconfig.spiram147 … The functions affected by this option are: wcrtomb, fvwrite, wbuf, wsetup, fputwc, wctomb_r,