Home
last modified time | relevance | path

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

/system/connectivity/wificond/
Dserver.cpp130 wiphy_index_, in createClientInterface()
169 netlink_utils_->UnsubscribeRegDomainChange(wiphy_index_); in tearDownInterfaces()
199 ss << "Current wiphy index: " << wiphy_index_ << endl; in dump()
248 if (!netlink_utils_->GetWiphyInfo(wiphy_index_, &band_info, in getAvailable2gChannels()
267 if (!netlink_utils_->GetWiphyInfo(wiphy_index_, &band_info, in getAvailable5gNonDFSChannels()
286 if (!netlink_utils_->GetWiphyInfo(wiphy_index_, &band_info, in getAvailableDFSChannels()
306 wiphy_index_, in SetupInterface()
312 if (!netlink_utils_->GetInterfaces(wiphy_index_, &interfaces_)) { in SetupInterface()
329 if (!netlink_utils_->GetWiphyIndex(&wiphy_index_, iface_name)) { in RefreshWiphyIndex()
349 netlink_utils_->GetWiphyInfo(wiphy_index_, in LogSupportedBands()
Dclient_interface_impl.cpp107 : wiphy_index_(wiphy_index), in ClientInterfaceImpl()
136 if (!netlink_utils_->GetWiphyInfo(wiphy_index_,
Dclient_interface_impl.h94 const uint32_t wiphy_index_; variable
Dserver.h117 uint32_t wiphy_index_; variable