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

/freebsd-11-stable/contrib/wpa/src/wps/
H A Dwps_er.h59 char *event_sub_url; member in struct:wps_er_ap
H A Dwps_er.c173 os_free(ap->event_sub_url);
228 if (ap->event_sub_url == NULL) {
239 url = http_client_url_parse(ap->event_sub_url, &dst, &path);
245 req = wpabuf_alloc(os_strlen(ap->event_sub_url) + 1000);
431 if (ap->event_sub_url == NULL) {
442 url = http_client_url_parse(ap->event_sub_url, &dst, &path);
448 req = wpabuf_alloc(os_strlen(ap->event_sub_url) + 1000);
603 ap->event_sub_url = http_link_update(
605 wpa_printf(MSG_DEBUG, "WPS ER: eventSubURL='%s'", ap->event_sub_url);

Completed in 202 milliseconds