--- title: WiFi DDF file description: View the XML file containing the device description framework (DDF) for the WiFi configuration service provider. ms.date: 01/18/2024 --- # WiFi DDF file The following XML file contains the device description framework (DDF) for the WiFi configuration service provider. ```xml ]> 1.2 WiFi ./User/Vendor/MSFT 10.0.10586 1.0 0x4;0x1B;0x30;0x31;0x48;0x54;0x62;0x63;0x64;0x65;0x79;0x7A;0x7D;0x7E;0x81;0x82;0x88;0x8A;0x8B;0xA1;0xA2;0xA4;0xA5;0xAB;0xAC;0xBC;0xBF;0xCA;0xCB;0xCD;0xCF; Profile Identifies the Wi-Fi network configuration. Each Wi-Fi network configuration is represented by a profile object. This network profile includes all the information required for the device to connect to that network – for example, the SSID, authentication and encryption methods and passphrase in case of WEP or WPA2 networks. The Profile name of the Wi-Fi network. This is added when WlanXml node is added and deleted when WlanXml is deleted. SSID WlanXml XML describing the network configuration and follows Windows WLAN_profile schema. Link to schema: http://msdn.microsoft.com/en-us/library/windows/desktop/ms707341(v=vs.85).aspx Proxy Optional node. The format is url:port. Configuration of the network proxy (if any). ProxyPacUrl Optional node. URL to the PAC file location. 10.0.14393 1.1 ProxyWPAD Optional node. The presence of the field enables WPAD for proxy lookup. 10.0.14393 1.1 false Disable WPAD for proxy lookup. true Enable WPAD for proxy lookop. WiFiCost 1 Optional node. If the policy is active selecting one of the values from the following list will set the cost of WLAN connection for the Wi-Fi profile. (1:Unrestricted - unlimited connection, 2: Fixed - capacity constraints up to a certain data limit, 3: Variable - costed on per byte basic) Default behaviour: Unrestricted 10.0.17763 1.1 1 Unrestricted - unlimited connection. 2 Fixed - capacity constraints up to a certain data limit. 3 Variable - paid on per byte basic. ProfileSource 0 Allows for defining which administrative entity is setting this Wi-Fi profile. This can currently be set to either 0=Enterprise or 1=Mobile Operator. 10.0.22621 1.1 0 Enterprise 1 Mobile Operator WiFi ./Device/Vendor/MSFT 10.0.10586 1.0 0x4;0x1B;0x30;0x31;0x48;0x54;0x62;0x63;0x64;0x65;0x79;0x7A;0x7D;0x7E;0x81;0x82;0x88;0x8A;0x8B;0xA1;0xA2;0xA4;0xA5;0xAB;0xAC;0xBC;0xBF;0xCA;0xCB;0xCD;0xCF; Profile Identifies the Wi-Fi network configuration. Each Wi-Fi network configuration is represented by a profile object. This network profile includes all the information required for the device to connect to that network – for example, the SSID, authentication and encryption methods and passphrase in case of WEP or WPA2 networks. The Profile name of the Wi-Fi network. This is added when WlanXml node is added and deleted when WlanXml is deleted. SSID WlanXml XML describing the network configuration and follows Windows WLAN_profile schema. Link to schema: http://msdn.microsoft.com/en-us/library/windows/desktop/ms707341(v=vs.85).aspx Proxy Optional node. The format is url:port. Configuration of the network proxy (if any). ProxyPacUrl Optional node. URL to the PAC file location. 10.0.14393 1.1 ProxyWPAD Optional node. The presence of the field enables WPAD for proxy lookup. 10.0.14393 1.1 false Disable WPAD for proxy lookup. true Enable WPAD for proxy lookop. WiFiCost 1 Optional node. If the policy is active selecting one of the values from the following list will set the cost of WLAN connection for the Wi-Fi profile. (1:Unrestricted - unlimited connection, 2: Fixed - capacity constraints up to a certain data limit, 3: Variable - costed on per byte basic) Default behaviour: Unrestricted 10.0.17763 1.1 1 Unrestricted - unlimited connection. 2 Fixed - capacity constraints up to a certain data limit. 3 Variable - paid on per byte basic. ProfileSource 0 Allows for defining which administrative entity is setting this Wi-Fi profile. This can currently be set to either 0=Enterprise or 1=Mobile Operator. 10.0.22621 1.1 0 Enterprise 1 Mobile Operator ``` ## Related articles [WiFi configuration service provider reference](wifi-csp.md)