Home
last modified time | relevance | path

Searched refs:kEAPStatusLocalTLSAlert (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/supplicant/
Dsupplicant_eap_state_handler.cc43 if (tls_error_ == WPASupplicant::kEAPStatusLocalTLSAlert) { in ParseStatus()
54 } else if (status == WPASupplicant::kEAPStatusLocalTLSAlert || in ParseStatus()
Dsupplicant_eap_state_handler_unittest.cc106 EXPECT_FALSE(handler_.ParseStatus(WPASupplicant::kEAPStatusLocalTLSAlert, "", in TEST_F()
109 EXPECT_EQ(WPASupplicant::kEAPStatusLocalTLSAlert, GetTLSError()); in TEST_F()
Dwpa_supplicant.h55 static const char kEAPStatusLocalTLSAlert[]; variable
Dwpa_supplicant.cc58 const char WPASupplicant::kEAPStatusLocalTLSAlert[] = "local TLS alert"; member in shill::WPASupplicant