summaryrefslogtreecommitdiff
path: root/doc/config-format.txt
AgeCommit message (Collapse)AuthorFilesLines
2014-10-29Imported Upstream version 1.26upstream/1.26Zhang zhengguang1-0/+4
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-24/+30
2013-05-30doc: Remove Protected descriptionPatrik Flykt1-3/+0
The Protected setting was relevant only for Manager.ProvisionService method call which was removed a long time ago.
2013-03-25config: Allow user to specify how IP address is usedJukka Rissanen1-2/+6
If IPv4 address is missing then DHCPv4 is used. If IPv6 address is missing, then SLAAC or DHCPv6 is used. This was specified in doc/config-format.txt but implementation was missing. We also allow the IP address to contain "off", "dhcp" or "auto" string, so user can specify how the IP address can be set for the interface. Fixes BMC#25985
2013-02-22doc: Ethernet provisioning supportJukka Rissanen1-1/+44
2012-07-13doc: Hidden AP provisioning information addedJukka Rissanen1-0/+2
2012-06-11doc: Describe what happens when config file is removedJukka Rissanen1-0/+6
2012-05-15doc: Update configuration format documentationPatrik Flykt1-10/+9
Clarify that 'Name' is used only as a string representation of an SSID and ignored if the entry contains an 'SSID' entry. Also clarify that the identifier part is unique only within the .config file. Add indentation.
2012-05-11doc: SSID field is hexadecimal only, also document Name fieldPatrik Flykt1-1/+3
2011-04-11config: Default config protection set to TRUESamuel Ortiz1-2/+2
Configs will be protected, unless explicitely set otherwise.
2011-04-11config: Add configuration protected flagSamuel Ortiz1-0/+3
2011-01-10doc: Update description of Phase2-keywordHenri Bragge1-1/+3
2010-09-17Update config-format.txt with Name vs SSID explanationsSamuel Ortiz1-0/+4
2010-08-18Add configuration file naming rules to documentationFabien Marotte1-2/+2
In case the user provides configuration files to connman, the file name must respect some rules.
2010-08-17Add support for EAP-TTLS configurationFabien Marotte1-4/+12
EAP-TTLS and EAP-PEAP are similar in terms of options to pass to wpa_supplicant. So in case of TTLS, the PEAP path is used.
2010-07-21Fix outdated config file format documentSamuel Ortiz1-2/+2
2010-06-07Update the configuration file documentationSamuel Ortiz1-2/+5
The configuration file names should be *.config.
2010-05-22Add configuration file option for passphraseDaniel Wagner1-0/+1
2010-03-03Document configuration file formatSamuel Ortiz1-0/+71
Let's avoid having users digging the code to actually understand that format.