Searched refs:wep_default_key_index_ (Results 1 – 2 of 2) sorted by relevance
74 xml_rpc_value_in, "wep_default_key", 0, &wep_default_key_index_); in WEPConfig()78 if (wep_default_key_index_ > static_cast<int>(wep_keys_.size())) { in WEPConfig()80 << wep_default_key_index_; in WEPConfig()86 "%d:%s", wep_default_key_index_, in GetServiceProperties()87 wep_keys_[wep_default_key_index_].c_str()); in GetServiceProperties()
67 int wep_default_key_index_; variable