Home
last modified time | relevance | path

Searched refs:xml_writer (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/components/wifi/
Dwifi_service_win.cc1784 XmlWriter xml_writer; in CreateProfile() local
1785 xml_writer.StartWriting(); in CreateProfile()
1786 xml_writer.StartElement("WLANProfile"); in CreateProfile()
1787 xml_writer.AddAttribute( in CreateProfile()
1790 xml_writer.WriteElement("name", network_properties.guid); in CreateProfile()
1791 xml_writer.StartElement("SSIDConfig"); in CreateProfile()
1792 xml_writer.StartElement("SSID"); in CreateProfile()
1793 xml_writer.WriteElement("name", network_properties.ssid); in CreateProfile()
1794 xml_writer.EndElement(); // Ends "SSID" element. in CreateProfile()
1795 xml_writer.EndElement(); // Ends "SSIDConfig" element. in CreateProfile()
[all …]