/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
WifiConfigurationTestUtil.java | 42 * @param fqdn the configuration's FQDN (Hotspot 2.0 only) 47 boolean shared, boolean enabled, String fqdn, String providerFriendlyName) { 55 if (fqdn != null) { 56 config.FQDN = fqdn; 70 * @param fqdn the configuration's FQDN (Hotspot 2.0 only) 76 boolean shared, boolean enabled, String fqdn, String providerFriendlyName, 78 WifiConfiguration config = generateWifiConfig(networkId, uid, ssid, shared, enabled, fqdn, [all...] |
/external/ipsec-tools/src/racoon/samples/ |
psk.txt.sample | 9 # FQDN
|
psk.txt.in | 20 # FQDN
|
racoon.conf.sample | 26 #my_identifier fqdn "server.kame.net";
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/ |
healthcheck.py | 69 XMLFQDNPart = """<FullyQualifiedDomainName>%(fqdn)s</FullyQualifiedDomainName>""" 77 def __init__(self, ip_addr, port, hc_type, resource_path, fqdn=None, string_match=None, request_interval=30, failure_threshold=3): 93 :type fqdn: str 94 :param fqdn: domain name of the endpoint to check 110 self.fqdn = fqdn 137 if self.fqdn is not None: 138 params['fqdn_part'] = self.XMLFQDNPart % {'fqdn': self.fqdn}
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
ConfigurationMap.java | 44 if (config.FQDN != null && config.FQDN.length() > 0) { 45 mPerFQDNForCurrentUser.put(config.FQDN, config); 104 if (config.FQDN != null && config.FQDN.length() > 0) { 105 mPerFQDNForCurrentUser.put(config.FQDN, config); 135 public WifiConfiguration getByFQDNForCurrentUser(String fqdn) { 136 return mPerFQDNForCurrentUser.get(fqdn);
|
/external/wpa_supplicant_8/hs20/client/ |
osu_client.c | 86 static int valid_fqdn(const char *fqdn) 91 if (strchr(fqdn, '.') == 0 || strlen(fqdn) > 255) 93 for (pos = fqdn; *pos; pos++) { 188 const char *fqdn) 196 wpa_printf(MSG_INFO, "PPS for certificate credential - fqdn=%s", fqdn); 231 os_snprintf(buf, sizeof(buf), "SP/%s/client-ca.pem", fqdn); 239 os_snprintf(buf, sizeof(buf), "SP/%s/client-cert.pem", fqdn); 256 os_snprintf(buf, sizeof(buf), "SP/%s/client-key.pem", fqdn); 522 char *fqdn, *pos; local 1244 char *fqdn = NULL; local 1771 const char *fqdn; local 1804 char *fqdn = NULL; local [all...] |
oma_dm_client.c | 513 if (ctx->fqdn == NULL) 515 fqdn_len = os_strlen(ctx->fqdn); 516 if (os_strncasecmp(pos, ctx->fqdn, fqdn_len) != 0 || 519 ctx->fqdn); 527 ctx->fqdn); 739 if (ctx->fqdn == NULL) { 743 fqdn_len = os_strlen(ctx->fqdn); 744 if (os_strncasecmp(pos, ctx->fqdn, fqdn_len) != 0 || 747 ctx->fqdn); 756 ctx->fqdn); [all...] |
/frameworks/base/packages/Osu/src/com/android/hotspot2/pps/ |
HomeSP.java | 36 /*@NotNull*/ String fqdn, 51 mFQDN = fqdn; 52 mDomainMatcher = new DomainMatcher(Utils.splitDomain(fqdn), otherPartners); 69 /*@NotNull*/ String fqdn, 91 mFQDN = fqdn; 92 mDomainMatcher = new DomainMatcher(Utils.splitDomain(fqdn), otherPartners); 200 ", FQDN='" + mFQDN + '\'' +
|
/external/dnsmasq/src/ |
lease.c | 253 if (lease->fqdn) 254 cache_add_dhcp_entry(lease->fqdn, &lease->addr, lease->expires); 422 /* If we know the fqdn, pass that. The helper will derive the 425 if (lease->fqdn) 427 lease->old_hostname = lease->fqdn; 433 lease->hostname = lease->fqdn = NULL; 469 /* Depending on mode, we check either unqualified name or FQDN. */ 474 if (!new_fqdn || !lease_tmp->fqdn || !hostname_isequal(lease_tmp->fqdn, new_fqdn) ) 499 lease->fqdn = new_fqdn [all...] |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/ |
PasspointManagementObjectManager.java | 68 public static final String TAG_FQDN = "FQDN"; 195 throw new OMAException("Multiple SPs for FQDN '" + sp.getFQDN() + "'"); 262 String fqdn = sp.getFQDN(); local 263 if (mSPs.put(fqdn, sp) != null) { 264 throw new OMAException("SP " + fqdn + " already exists"); 297 private static OMAConstructed findTargetTree(MOTree moTree, String fqdn) throws OMAException { 308 if (fqdn.equalsIgnoreCase(nodeFqdn)) { 326 public int modifySP(String fqdn, Collection<PasspointManagementObjectDefinition> mods) 337 OMAConstructed targetTree = findTargetTree(moTree, fqdn); 339 throw new IOException("Failed to find PPS tree for " + fqdn); 416 Log.d(Utils.hs2LogTag(getClass()), "No HS20 profile to delete for " + fqdn); local 420 Log.d(Utils.hs2LogTag(getClass()), "Deleting HS20 profile for " + fqdn); local 648 String fqdn = spRoot.getScalarValue(Arrays.asList(TAG_FQDN).iterator()); local [all...] |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/ |
HomeSP.java | 58 /*@NotNull*/ String fqdn, 73 mFQDN = fqdn; 74 mDomainMatcher = new DomainMatcher(Utils.splitDomain(fqdn), otherPartners); 91 /*@NotNull*/ String fqdn, 113 mFQDN = fqdn; 114 mDomainMatcher = new DomainMatcher(Utils.splitDomain(fqdn), otherPartners); 286 private String imsiMatch(List<String> imsis, List<String> fqdn) { 290 String mccMnc = Utils.getMccMnc(fqdn); 363 ", FQDN='" + mFQDN + '\'' +
|
/external/ipsec-tools/src/racoon/doc/ |
README.gssapi | 13 by daemons concerned with login credentials, uses 'host/fqdn' as 14 its credential, where fqdn is the hostname on the interface that 17 is 'ike/fqdn', but it can be overridden in the racoon config file. 35 is 'ike/fqdn', where fqdn is the hostname for the interface
|
/external/dhcpcd-6.8.2/dhcpcd-hooks/ |
30-hostname | 3 # A hostname can either be a short hostname or a FQDN. 10 # where the DHCPv4 hostname is short and the DHCPv6 has an FQDN. 12 # RFC4702 section 3.1 says FQDN should be prefered over hostname.
|
/external/autotest/client/site_tests/network_DhcpFQDN/ |
network_DhcpFQDN.py | 20 """Test implemenation of client completing negotiation with FQDN flag.""" 50 # In some DHCP server implementations, the FQDN option is provided in
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/ |
MOManager.java | 69 public static final String TAG_FQDN = "FQDN"; 198 throw new OMAException("Multiple SPs for FQDN '" + sp.getFQDN() + "'"); 266 String fqdn = sp.getFQDN(); local 267 if (mSPs.put(fqdn, sp) != null) { 268 throw new OMAException("SP " + fqdn + " already exists"); 321 private static OMAConstructed findTargetTree(MOTree moTree, String fqdn) throws OMAException { 332 if (fqdn.equalsIgnoreCase(nodeFqdn)) { 442 public HomeSP getHomeSP(String fqdn) { 443 return mSPs.get(fqdn); 446 public void removeSP(String fqdn, OSUManager osuManager) throws IOException 689 String fqdn = spRoot.getScalarValue(Arrays.asList(TAG_FQDN).iterator()); local [all...] |
/external/curl/docs/libcurl/opts/ |
CURLOPT_SOCKS5_GSSAPI_SERVICE.3 | 33 rcmd/server-fqdn. This option allows you to change it.
|
/external/iputils/ninfod/ |
ninfod_name.c | 155 int fqdn) 181 if (fqdn < 0) 183 fqdn = 1; 201 if (buflen < i + 1 + !(fqdn > 0)) 204 if (!(fqdn > 0)) 228 break; /* FQDN */ 237 done = 1; /* FQDN */
|
/prebuilts/go/darwin-x86/src/net/ |
lookup_windows_test.go | 152 func fqdn(s string) string { 188 mx = append(mx, &MX{fqdn(ans[3]), uint16(pref)}) 195 mx = append(mx, &MX{fqdn(ans[3]), uint16(pref)}) 209 ns = append(ns, &NS{fqdn(ans[2])}) 226 return fqdn(last), nil
|
/prebuilts/go/linux-x86/src/net/ |
lookup_windows_test.go | 152 func fqdn(s string) string { 188 mx = append(mx, &MX{fqdn(ans[3]), uint16(pref)}) 195 mx = append(mx, &MX{fqdn(ans[3]), uint16(pref)}) 209 ns = append(ns, &NS{fqdn(ans[2])}) 226 return fqdn(last), nil
|
/external/mdnsresponder/mDNSShared/ |
uds_daemon.h | 68 extern void external_start_resolving_service(const domainname *const fqdn); 69 extern void external_stop_resolving_service(const domainname *const fqdn);
|
/frameworks/base/wifi/java/android/net/wifi/ |
IWifiManager.aidl | 63 int modifyPasspointManagementObject(String fqdn, 68 int matchProviderWithCurrentNetwork(String fqdn);
|
/frameworks/opt/net/wifi/tests/wifitests/assets/ |
r1.PerProviderSubscription.conf | 7 4:FQDN=b:twcwifi.com 69 4:FQDN=9:wi-fi.org
|
r2.PerProviderSubscription.conf | 52 4:FQDN=9:wi-fi.org 76 4:FQDN=b:twcwifi.com
|
/external/wpa_supplicant_8/hs20/server/ |
sql-example.txt | 1 INSERT INTO osu_config(realm,field,value) VALUES('example.com','fqdn','example.com');
|