Searched refs:model_url (Results 1 – 11 of 11) sorted by relevance
52 char *model_url; member
222 if (iface->wps->model_url) in format_wps_device_xml()223 xml_add_tagged_data(buf, "modelURL", iface->wps->model_url); in format_wps_device_xml()339 if (iface->wps->model_url) in web_connection_parse_get()340 extra_len += os_strlen(iface->wps->model_url); in web_connection_parse_get()
510 const char *model_url; member722 char *model_url; member
141 evap->model_url = ap->model_url; in wps_er_ap_event()163 os_free(ap->model_url); in wps_er_ap_free()574 ap->model_url = xml_get_first_item(data, "modelURL"); in wps_er_parse_device_description()575 wpa_printf(MSG_DEBUG, "WPS ER: modelURL='%s'", ap->model_url); in wps_er_parse_device_description()
477 char *model_url; member
568 if (sm->wps->model_url) in format_wps_device_xml()569 xml_add_tagged_data(buf, "modelURL", sm->wps->model_url); in format_wps_device_xml()702 if (sm->wps->model_url) in web_connection_parse_get()703 extra_len += os_strlen(sm->wps->model_url); in web_connection_parse_get()
326 char *model_url; member
953 wps->model_url = hapd->conf->model_url; in hostapd_init_wps()1019 hapd->wps->model_url = hapd->conf->model_url; in hostapd_update_wps()
466 os_free(conf->model_url); in hostapd_config_free_bss()
515 ap->model_url ? ap->model_url : ""); in wpa_supplicant_wps_event_er_ap_add()
2084 os_free(bss->model_url); in hostapd_config_read()2085 bss->model_url = os_strdup(pos); in hostapd_config_read()