Searched refs:securityType (Results 1 – 6 of 6) sorted by relevance
62 SecurityType securityType = SecurityType.valueOf(securityTypeStr); in testWifiAssociation() local71 WifiConfiguration config = getConfig(ssid, securityType, password); in testWifiAssociation()80 private WifiConfiguration getConfig(String ssid, SecurityType securityType, String password) { in getConfig() argument81 logv("Security type is %s", securityType.toString()); in getConfig()84 switch (securityType) { in getConfig()119 fail("Not a valid security type: " + securityType); in getConfig()
586 req.baseConfigs.securityConfig.securityType = NanDataPathSecurityType.OPEN; in publish()663 req.baseConfigs.securityConfig.securityType = NanDataPathSecurityType.OPEN; in subscribe()926 req.securityConfig.securityType = NanDataPathSecurityType.OPEN; in initiateDataPath()930 req.securityConfig.securityType = NanDataPathSecurityType.PMK; in initiateDataPath()936 req.securityConfig.securityType = NanDataPathSecurityType.PASSPHRASE; in initiateDataPath()940 if (req.securityConfig.securityType != NanDataPathSecurityType.OPEN && isOutOfBand) { in initiateDataPath()1003 req.securityConfig.securityType = NanDataPathSecurityType.OPEN; in respondToDataPathRequest()1007 req.securityConfig.securityType = NanDataPathSecurityType.PMK; in respondToDataPathRequest()1013 req.securityConfig.securityType = NanDataPathSecurityType.PASSPHRASE; in respondToDataPathRequest()1017 if (req.securityConfig.securityType != NanDataPathSecurityType.OPEN && isOutOfBand) { in respondToDataPathRequest()
201 int securityType = getSecurityType(jsonConfig.getString("security")); in getWifiConfiguration() local202 switch (securityType) { in getWifiConfiguration()
676 equalTo(nidpr.securityConfig.securityType)); in validateInitiateDataPath()687 equalTo(nidpr.securityConfig.securityType)); in validateInitiateDataPath()739 equalTo(nrtdpir.securityConfig.securityType)); in validateRespondToDataPathRequest()750 equalTo(nrtdpir.securityConfig.securityType)); in validateRespondToDataPathRequest()
415 void setSecurityType(SecurityType securityType) { in setSecurityType() argument417 if (!Objects.equals(securityType, mSecurityType)) { in setSecurityType()418 mSecurityType = securityType; in setSecurityType()
383 public void setSecurityParams(@SecurityType int securityType) { in setSecurityParams() argument393 switch (securityType) { in setSecurityParams()426 throw new IllegalArgumentException("unknown security type " + securityType); in setSecurityParams()