HomeSort by relevance Sort by last modified time
    Searched refs:req_buf (Results 1 - 12 of 12) sorted by null

  /external/wpa_supplicant_8/src/wps/
http_client.c 246 struct wpabuf *req_buf = NULL; local
255 req_buf = wpabuf_alloc(os_strlen(url) + 1000);
256 if (req_buf == NULL) {
260 req = req_buf;
276 wpabuf_free(req_buf);