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);
230 if (ap->event_sub_url == NULL) {
241 url = http_client_url_parse(ap->event_sub_url, &dst, &path);
247 req = wpabuf_alloc(os_strlen(ap->event_sub_url) + 1000);
434 if (ap->event_sub_url == NULL) {
445 url = http_client_url_parse(ap->event_sub_url, &dst, &path);
451 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);
    [all...]

Completed in 580 milliseconds