Searched refs:event_sub_url (Results 1 - 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_er.h | 59 char *event_sub_url; member
|
H A D | wps_er.c | 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_er.h | 59 char *event_sub_url; member
|
H A D | wps_er.c | 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()
|
Completed in 6 milliseconds