Searched refs:Is8021x (Results 1 – 10 of 10) sorted by relevance
42 bool Is8021x() const override { return true; } in Is8021x() function
68 EXPECT_TRUE(service_->Is8021x()); in TEST_F()
150 if (Is8021x()) { in WiFiService()509 if (Is8021x()) { in SendPostReadyStateMetrics()636 if (Is8021x()) { in Connect()661 if (Is8021x()) { in GetSupplicantConfigurationParameters()738 } else if (Is8021x()) { in UpdateConnectable()817 if (Is8021x()) in UpdateFromEndpoints()874 key_rotation = Is8021x(); in UpdateSecurity()875 endpoint_auth = Is8021x(); in UpdateSecurity()1205 if (Is8021x()) { in OnEapCredentialsChanged()1231 bool WiFiService::Is8021x() const { in Is8021x() function in shill::WiFiService
68 bool Is8021x() const override;
87 bool Is8021x() const override;
220 bool WiMaxService::Is8021x() const { in Is8021x() function in shill::WiMaxService
177 EXPECT_TRUE(service_->Is8021x()); in TEST_F()
279 virtual bool Is8021x() const { return false; } in Is8021x() function
1208 if (Is8021x() && EapCredentials::IsEapAuthenticationProperty(property)) { in OnPropertyChanged()
1605 virtual bool Is8021x() const { return is_8021x_; } in Is8021x() function in shill::ServiceWithMockOnEapCredentialsChanged