Home
last modified time | relevance | path

Searched refs:current_country_code_ (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/wificond/
Dserver.cpp82 if (!current_country_code_.empty()) in registerWificondEventCallback()
83 callback->OnRegDomainChanged(current_country_code_); in registerWificondEventCallback()
483 if (current_country_code_.empty() || in SetupInterface()
484 current_country_code_.compare(country_code) != 0) { in SetupInterface()
485 current_country_code_ = country_code; in SetupInterface()
543 if (!netlink_utils_->GetCountryCode(wiphy_index, &current_country_code_)) { in OnRegDomainChanged()
547 current_country_code_ = country_code; in OnRegDomainChanged()
549 if (!current_country_code_.empty()) { in OnRegDomainChanged()
550 LOG(INFO) << "Regulatory domain changed to country: " << current_country_code_ in OnRegDomainChanged()
640 it->OnRegDomainChanged(current_country_code_); in BroadcastRegDomainChanged()
Dserver.h159 std::string current_country_code_; variable