HomeSort by relevance Sort by last modified time
    Searched refs:event_sub_url (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/wps/
wps_er.h 59 char *event_sub_url; member in struct:wps_er_ap
wps_er.c 173 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);
432 if (ap->event_sub_url == NULL) {
443 url = http_client_url_parse(ap->event_sub_url, &dst, &path);
449 req = wpabuf_alloc(os_strlen(ap->event_sub_url) + 1000);
604 ap->event_sub_url = http_link_update(
606 wpa_printf(MSG_DEBUG, "WPS ER: eventSubURL='%s'", ap->event_sub_url);
    [all...]

Completed in 806 milliseconds