Searched refs:psk_ (Results 1 - 3 of 3) sorted by relevance

/system/connectivity/shill/test-rpc-proxy/
H A Dproxy_rpc_security_types.cc94 xml_rpc_value_in, "psk", std::string(), &psk_);
115 if (psk_.size() > kMaxPskSize) {
117 "(or 64 hex digits). PSK: " << psk_;
119 if ((psk_.size() == kMaxPskSize) &&
120 (psk_.find_first_not_of("0123456789abcdef") != std::string::npos)) {
121 LOG(FATAL) << "Invalid PSK: " << psk_;
126 (*properties)[shill::kPassphraseProperty] = psk_;
H A Dproxy_rpc_security_types.h80 std::string psk_; member in class:WPAConfig
/system/connectivity/shill/setup_wifi/
H A Dmain.cc56 : ssid_(ssid), is_hex_ssid_(is_hex_ssid), psk_(psk) {}
104 if (!psk_.empty()) {
105 configure_dict[shill::kPassphraseProperty] = psk_;
113 std::string psk_; member in class:MyClient

Completed in 55 milliseconds