Searched refs:event_sub_url (Results 1 – 2 of 2) sorted by relevance
172 os_free(ap->event_sub_url); in wps_er_ap_free()229 if (ap->event_sub_url == NULL) { in wps_er_ap_unsubscribe()240 url = http_client_url_parse(ap->event_sub_url, &dst, &path); in wps_er_ap_unsubscribe()246 req = wpabuf_alloc(os_strlen(ap->event_sub_url) + 1000); in wps_er_ap_unsubscribe()374 if (ap->event_sub_url == NULL) { in wps_er_subscribe()385 url = http_client_url_parse(ap->event_sub_url, &dst, &path); in wps_er_subscribe()391 req = wpabuf_alloc(os_strlen(ap->event_sub_url) + 1000); in wps_er_subscribe()498 ap->event_sub_url = http_link_update( in wps_er_parse_device_description()500 wpa_printf(MSG_DEBUG, "WPS ER: eventSubURL='%s'", ap->event_sub_url); in wps_er_parse_device_description()
65 char *event_sub_url; member