Home
last modified time | relevance | path

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

/external/wpa_supplicant_6/wpa_supplicant/src/wps/
Dhttpread.c49 #define HTTPREAD_READBUF_SIZE 1024 /* read in chunks of this size */ macro
408 char readbuf[HTTPREAD_READBUF_SIZE]; /* temp use to read into */ in httpread_read_handler()