Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/wps/
Dwps_er.h59 char *event_sub_url; member
Dwps_er.c173 os_free(ap->event_sub_url); in wps_er_ap_free()
228 if (ap->event_sub_url == NULL) { in wps_er_ap_unsubscribe()
239 url = http_client_url_parse(ap->event_sub_url, &dst, &path); in wps_er_ap_unsubscribe()
245 req = wpabuf_alloc(os_strlen(ap->event_sub_url) + 1000); in wps_er_ap_unsubscribe()
432 if (ap->event_sub_url == NULL) { in wps_er_subscribe()
443 url = http_client_url_parse(ap->event_sub_url, &dst, &path); in wps_er_subscribe()
449 req = wpabuf_alloc(os_strlen(ap->event_sub_url) + 1000); in wps_er_subscribe()
604 ap->event_sub_url = http_link_update( in wps_er_parse_device_description()
606 wpa_printf(MSG_DEBUG, "WPS ER: eventSubURL='%s'", ap->event_sub_url); in wps_er_parse_device_description()