Lines Matching refs:url

225 	char *url, *path;  in wps_er_ap_unsubscribe()  local
239 url = http_client_url_parse(ap->event_sub_url, &dst, &path); in wps_er_ap_unsubscribe()
240 if (url == NULL) { in wps_er_ap_unsubscribe()
247 os_free(url); in wps_er_ap_unsubscribe()
257 os_free(url); in wps_er_ap_unsubscribe()
429 char *url, *path; in wps_er_subscribe() local
442 url = http_client_url_parse(ap->event_sub_url, &dst, &path); in wps_er_subscribe()
443 if (url == NULL) { in wps_er_subscribe()
450 os_free(url); in wps_er_subscribe()
463 os_free(url); in wps_er_subscribe()
967 char *url, *path; in wps_er_sta_send_msg() local
982 url = http_client_url_parse(sta->ap->control_url, &dst, &path); in wps_er_sta_send_msg()
983 if (url == NULL) { in wps_er_sta_send_msg()
992 os_free(url); in wps_er_sta_send_msg()
1425 char *url, *path; in wps_er_send_set_sel_reg() local
1444 url = http_client_url_parse(ap->control_url, &dst, &path); in wps_er_send_set_sel_reg()
1445 if (url == NULL) { in wps_er_send_set_sel_reg()
1452 os_free(url); in wps_er_send_set_sel_reg()
1699 char *url, *path; in wps_er_ap_put_message() local
1712 url = http_client_url_parse(ap->control_url, &dst, &path); in wps_er_ap_put_message()
1713 if (url == NULL) { in wps_er_ap_put_message()
1720 os_free(url); in wps_er_ap_put_message()
1871 char *url, *path; in wps_er_send_get_device_info() local
1884 url = http_client_url_parse(ap->control_url, &dst, &path); in wps_er_send_get_device_info()
1885 if (url == NULL) { in wps_er_send_get_device_info()
1892 os_free(url); in wps_er_send_get_device_info()