Searched refs:event_sub_url (Results 1 – 2 of 2) sorted by relevance
173 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()431 if (ap->event_sub_url == NULL) { in wps_er_subscribe()442 url = http_client_url_parse(ap->event_sub_url, &dst, &path); in wps_er_subscribe()448 req = wpabuf_alloc(os_strlen(ap->event_sub_url) + 1000); in wps_er_subscribe()603 ap->event_sub_url = http_link_update( in wps_er_parse_device_description()605 wpa_printf(MSG_DEBUG, "WPS ER: eventSubURL='%s'", ap->event_sub_url); in wps_er_parse_device_description()
59 char *event_sub_url; member