/system/connectivity/shill/ |
eap_credentials_unittest.cc | 58 eap_.PopulateSupplicantProperties(&certificate_file_, ¶ms_); 62 eap_.anonymous_identity_ = anonymous_identity; 65 eap_.ca_cert_nss_ = ca_cert_nss; 68 eap_.ca_cert_pem_ = ca_cert_pem; 71 eap_.client_cert_ = client_cert; 74 eap_.cert_id_ = cert_id; 77 eap_.ca_cert_id_ = ca_cert_id; 80 eap_.eap_ = eap; 83 eap_.identity_ = identity 141 EapCredentials eap_; member in class:shill::EapCredentialsTest [all...] |
eap_credentials.cc | 117 KeyVal(WPASupplicant::kNetworkPropertyEapEap, eap_.c_str()), 213 store->RegisterString(kEapMethodProperty, &eap_); 261 if (eap_.empty() || eap_ == kEapMethodTLS) { 271 if (eap_.empty() || eap_ != kEapMethodTLS) { 310 storage->GetString(id, kStorageEapEap, &eap_); 321 Metrics::EapOuterProtocolStringToEnum(eap_); 420 Service::SaveString(storage, id, kStorageEapEap, eap_, false, true); 456 eap_ = "" [all...] |
service_unittest.cc | 98 eap_(new MockEapCredentials()), 109 service_->eap_.reset(eap_); // Passes ownership. 229 MockEapCredentials* eap_; // Owned by |service_|. member in class:shill::ServiceTest 354 // ServiceTest::SetUp() that fiddles with service_->eap_. 496 Mock::VerifyAndClearExpectations(eap_); 544 EXPECT_CALL(*eap_, Load(&storage, storage_id_)).Times(AnyNumber()); 671 EXPECT_CALL(*eap_, Save(&storage, storage_id_, true)); 693 EXPECT_CALL(*eap_, Save(&storage, storage_id_, true)).Times(2); 722 EXPECT_CALL(*eap_, Save(&storage, storage_id_, true)).Times(2) [all...] |
metrics_unittest.cc | 88 eap_(new MockEapCredentials()), 100 eap_wifi_service_->eap_.reset(eap_); // Passes ownership. 141 MockEapCredentials* eap_; // Owned by |eap_wifi_service_|. member in class:shill::MetricsTest 265 EXPECT_CALL(*eap_, OutputConnectionMetrics(&metrics_, Technology::kWifi)); [all...] |
eap_credentials.h | 203 std::string eap_; member in class:shill::EapCredentials
|
service.h | 427 virtual const EapCredentials* eap() const { return eap_.get(); } 498 EapCredentials* mutable_eap() { return eap_.get(); } 720 FRIEND_TEST(WiFiMainTest, EAPEvent); // For eap_. 858 std::unique_ptr<EapCredentials> eap_; member in class:shill::Service [all...] |
service.cc | 869 CHECK(eap && !eap_); 871 eap_.reset(eap); 872 eap_->InitPropertyStore(mutable_store()); [all...] |
/system/connectivity/shill/wimax/ |
wimax_service_unittest.cc | 74 eap_(new MockEapCredentials()) { 78 service_->eap_.reset(eap_); // Passes ownership. 111 MockEapCredentials* eap_; // Owned by |service_|. member in class:shill::WiMaxServiceTest 116 EXPECT_CALL(*eap_, PopulateWiMaxProperties(¶meters)); 181 EXPECT_CALL(*eap_, IsConnectableUsingPassphrase()) 203 Mock::VerifyAndClearExpectations(eap_); 204 EXPECT_CALL(*eap_, set_password("")); 205 EXPECT_CALL(*eap_, IsConnectableUsingPassphrase()) 276 EXPECT_CALL(*eap_, set_password(_)).Times(0) [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
todo.txt | 62 * could need to modify eap_{ttls,peap,fast}_decrypt to do same
|
android.config | 334 # Dynamic EAP methods are build as shared objects (eap_*.so) and they need to
|
defconfig | 355 # Dynamic EAP methods are build as shared objects (eap_*.so) and they need to
|
Makefile | [all...] |
/system/connectivity/shill/wifi/ |
wifi_service_unittest.cc | 101 service->eap_.reset(eap); // Passes ownership. [all...] |
wifi_unittest.cc | [all...] |