Home
last modified time | relevance | path

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

/hostap-3.7.0/src/wps/
Dhttpread.c374 char readbuf[HTTPREAD_READBUF_SIZE]; /* temp use to read into */ in httpread_read_handler() local
380 nread = read(h->sd, readbuf, sizeof(readbuf)); in httpread_read_handler()
385 wpa_hexdump_ascii(MSG_MSGDUMP, "httpread - read", readbuf, nread); in httpread_read_handler()
412 rbp = readbuf; in httpread_read_handler()