Searched refs:manufacturer (Results 26 - 33 of 33) sorted by relevance

12

/freebsd-9.3-release/contrib/wpa/src/wps/
H A Dwps_registrar.c176 WPS_STRDUP(manufacturer);
2125 wps->peer_dev.manufacturer &&
2126 os_strncmp(wps->peer_dev.manufacturer, "Apple ", 6) == 0 &&
2891 d->dev.manufacturer ? d->dev.manufacturer : "",
H A Dwps_upnp_web.c198 s = sm->wps->dev.manufacturer;
200 xml_add_tagged_data(buf, "manufacturer", s);
/freebsd-9.3-release/sys/dev/pccard/
H A Dpccard.c999 printf(" (manufacturer=0x%04x, product=0x%04x, function_type=%d) "
1000 "at function %d\n", sc->card.manufacturer, sc->card.product,
1051 snprintf(buf, buflen, "manufacturer=0x%04x product=0x%04x "
1053 sc->card.manufacturer, sc->card.product, cis0, cis1, pf->function);
1077 *(uint32_t *)result = sc->card.manufacturer;
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dap_config.c432 os_free(conf->manufacturer);
/freebsd-9.3-release/contrib/wpa/hostapd/
H A Dconfig_file.c1900 } else if (os_strcmp(buf, "manufacturer") == 0) {
1903 "manufacturer", line);
1906 os_free(bss->manufacturer);
1907 bss->manufacturer = os_strdup(pos);
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new.c532 !wpa_dbus_dict_append_byte_array(&dict_iter, "manufacturer",
533 (const char *) m2d->manufacturer,
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dconfig.c1714 os_free(config->manufacturer);
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-nand.c309 cvmx_dprintf("%*smanufacturer = %12.12s\n", 2*debug_indent, "", param_page[index].manufacturer);

Completed in 127 milliseconds

12