Lines Matching refs:vendor_information
149 map<string, string> vendor_information; in GetVendorInformation() local
151 vendor_information[kVendorWPSManufacturerProperty] = in GetVendorInformation()
155 vendor_information[kVendorWPSModelNameProperty] = in GetVendorInformation()
159 vendor_information[kVendorWPSModelNumberProperty] = in GetVendorInformation()
163 vendor_information[kVendorWPSDeviceNameProperty] = in GetVendorInformation()
173 vendor_information[kVendorOUIListProperty] = in GetVendorInformation()
176 return vendor_information; in GetVendorInformation()
414 VendorInformation* vendor_information, in ParseIEs() argument
463 ParseVendorIE(it + 2, it + ie_len, vendor_information, in ParseIEs()
552 VendorInformation* vendor_information, in ParseVendorIE() argument
588 vendor_information->wps_manufacturer = s; in ParseVendorIE()
591 vendor_information->wps_model_name = s; in ParseVendorIE()
594 vendor_information->wps_model_number = s; in ParseVendorIE()
597 vendor_information->wps_device_name = s; in ParseVendorIE()
608 vendor_information->oui_set.insert(oui); in ParseVendorIE()