Home
last modified time | relevance | path

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

/system/connectivity/shill/supplicant/
Dwpa_supplicant.h124 static const char kPropertyPreSharedKey[]; variable
Dwpa_supplicant.cc130 const char WPASupplicant::kPropertyPreSharedKey[] = "psk"; member in shill::WPASupplicant
/system/connectivity/shill/wifi/
Dwifi_service.cc671 params.SetString(WPASupplicant::kPropertyPreSharedKey, passphrase_); in GetSupplicantConfigurationParameters()
Dwifi_service_unittest.cc486 arg.ContainsString(WPASupplicant::kPropertyPreSharedKey);
692 EXPECT_TRUE(params.ContainsString(WPASupplicant::kPropertyPreSharedKey)); in TEST_F()