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

  /external/wpa_supplicant_8/src/wps/
wps_er.h 54 char *manufacturer_url; member in struct:wps_er_ap
wps.h 505 const char *manufacturer_url; member in struct:wps_event_data::wps_event_er_ap
709 * manufacturer_url - Manufacturer URL (optional for UPnP)
711 char *manufacturer_url; member in struct:wps_context
wps_upnp_web.c 206 if (iface->wps->manufacturer_url)
208 iface->wps->manufacturer_url);
335 if (iface->wps->manufacturer_url)
336 extra_len += os_strlen(iface->wps->manufacturer_url);
    [all...]
wps_er.c 143 evap->manufacturer_url = ap->manufacturer_url;
165 os_free(ap->manufacturer_url);
521 ap->manufacturer_url = xml_get_first_item(data, "manufacturerURL");
523 ap->manufacturer_url);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps.h 465 * manufacturer_url - Manufacturer URL (optional for UPnP)
467 char *manufacturer_url; member in struct:wps_context
wps_upnp_web.c 552 if (sm->wps->manufacturer_url)
554 sm->wps->manufacturer_url);
698 if (sm->wps->manufacturer_url)
699 extra_len += os_strlen(sm->wps->manufacturer_url);
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 316 char *manufacturer_url; member in struct:hostapd_bss_config
wps_hostapd.c 875 wps->manufacturer_url = hapd->conf->manufacturer_url;
941 hapd->wps->manufacturer_url = hapd->conf->manufacturer_url;
    [all...]
ap_config.c 465 os_free(conf->manufacturer_url);
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c 511 ap->manufacturer_url ? ap->manufacturer_url : "",
    [all...]

Completed in 351 milliseconds