X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=doc%2Fconfig-format.txt;h=cdde9cbcf67648f35b9bb9d36f7b2da3d2702b2f;hb=132afd1b759135225e1582fce0125759b8580d9e;hp=b16f4e43071d78ea26ca5950df7d2953ce83d18f;hpb=bcae74da8fa2958b3fec9153fc33e41f0e0317bf;p=platform%2Fupstream%2Fconnman.git diff --git a/doc/config-format.txt b/doc/config-format.txt old mode 100644 new mode 100755 index b16f4e4..cdde9cb --- a/doc/config-format.txt +++ b/doc/config-format.txt @@ -59,10 +59,17 @@ Allowed fields: interface is used. The byte values must have prefix 0 added, the bytes must be separated by ":" char and its length must be exactly 2 + 1 + 2 + 1 + 2 + 1 + 2 + 1 + 2 + 1 + 2 = 17 characters. +- DeviceName: The interface name where this setting should be applied, e.g. + eth0. The MAC address will take preference over DeviceName in matching. - Nameservers: Comma separated list of nameservers - SearchDomains: Comma separated list of DNS search domains - Timeservers: Comma separated list of timeservers - Domain: Domain name to be used +- mDNS: Boolean value (true or false). True means that mDNS is enabled. + mDNS domains can be resolved and hostname is registered. False means + that all mDNS functionality for this service is disabled. Note that + not all DNS backends support mDNS: currently systemd-resolved is + the only DNS backend with mDNS. If IPv4 address is missing then DHCP is used. If IPv6 address is missing, then SLAAC or DHCPv6 is used. @@ -83,6 +90,16 @@ The following options are valid if Type is "wifi" passphrase. The PrivateKeyPassphrase field is ignored when this field is set to fsid. - Identity: Identity string for EAP. +- AnonymousIdentity: Anonymous Identity string for EAP. +- SubjectMatch: Substring to be matched against the subject of the + authentication server certificate for EAP. +- AltSubjectMatch: Semicolon separated string of entries to be matched against + the alternative subject name of the authentication server certificate for EAP. +- DomainSuffixMatch: Constraint for server domain name. If set, this FQDN is + used as a suffix match requirement for the authentication server certificate + for EAP. +- DomainMatch: This FQDN is used as a full match requirement for the + authentication server certificate for EAP. - Phase2: Phase2 (inner authentication with TLS tunnel) authentication method. Prefix the value with "EAP-" to indicate the usage of an EAP-based inner authentication method (should only be used with EAP = TTLS).