Searched refs:reply_code (Results 1 - 8 of 8) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dhttp_client.c57 int reply_code = httpread_reply_code_get(c->hread); local
58 if (reply_code == 200 /* OK */) {
66 "%s:%d", reply_code,
H A Dhttpread.c79 int reply_code; /* for type REPLY, e.g. 200 for HTTP/1.1 200 OK */ member in struct:httpread
246 h->reply_code = atol(hbp);
356 if (h->reply_code != 200)
796 return h->reply_code;
/external/wpa_supplicant_8/src/wps/
H A Dhttp_client.c57 int reply_code = httpread_reply_code_get(c->hread); local
58 if (reply_code == 200 /* OK */) {
66 "%s:%d", reply_code,
H A Dhttpread.c79 int reply_code; /* for type REPLY, e.g. 200 for HTTP/1.1 200 OK */ member in struct:httpread
246 h->reply_code = atol(hbp);
356 if (h->reply_code != 200)
796 return h->reply_code;
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dhttp_client.c57 int reply_code = httpread_reply_code_get(c->hread); local
58 if (reply_code == 200 /* OK */) {
66 "%s:%d", reply_code,
H A Dhttpread.c79 int reply_code; /* for type REPLY, e.g. 200 for HTTP/1.1 200 OK */ member in struct:httpread
246 h->reply_code = atol(hbp);
356 if (h->reply_code != 200)
796 return h->reply_code;
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dhttpread.c85 int reply_code; /* for type REPLY, e.g. 200 for HTTP/1.1 200 OK */ member in struct:httpread
252 h->reply_code = atol(hbp);
362 if (h->reply_code != 200)
802 return h->reply_code;
H A Dwps_upnp_event.c221 int reply_code = 0; local
228 reply_code = httpread_reply_code_get(hread);
229 if (reply_code == HTTP_OK) {
238 reply_code,

Completed in 25 milliseconds