Searched refs:psk_ (Results 1 – 3 of 3) sorted by relevance
94 xml_rpc_value_in, "psk", std::string(), &psk_); in WPAConfig()115 if (psk_.size() > kMaxPskSize) { in WPAConfig()117 "(or 64 hex digits). PSK: " << psk_; in WPAConfig()119 if ((psk_.size() == kMaxPskSize) && in WPAConfig()120 (psk_.find_first_not_of("0123456789abcdef") != std::string::npos)) { in WPAConfig()121 LOG(FATAL) << "Invalid PSK: " << psk_; in WPAConfig()126 (*properties)[shill::kPassphraseProperty] = psk_; in GetServiceProperties()
80 std::string psk_;
56 : ssid_(ssid), is_hex_ssid_(is_hex_ssid), psk_(psk) {} in MyClient()104 if (!psk_.empty()) { in GetServiceConfig()105 configure_dict[shill::kPassphraseProperty] = psk_; in GetServiceConfig()113 std::string psk_; member in MyClient