Searched refs:http_client_url_parse (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/src/wps/ |
D | http_client.h | 21 char * http_client_url_parse(const char *url, struct sockaddr_in *dst,
|
D | http_client.c | 193 char * http_client_url_parse(const char *url, struct sockaddr_in *dst, in http_client_url_parse() function 256 u = http_client_url_parse(url, &dst, &path); in http_client_url()
|
D | wps_er.c | 239 url = http_client_url_parse(ap->event_sub_url, &dst, &path); in wps_er_ap_unsubscribe() 443 url = http_client_url_parse(ap->event_sub_url, &dst, &path); in wps_er_subscribe() 983 url = http_client_url_parse(sta->ap->control_url, &dst, &path); in wps_er_sta_send_msg() 1445 url = http_client_url_parse(ap->control_url, &dst, &path); in wps_er_send_set_sel_reg() 1709 url = http_client_url_parse(ap->control_url, &dst, &path); in wps_er_ap_put_message() 1872 url = http_client_url_parse(ap->control_url, &dst, &path); in wps_er_send_get_device_info()
|