Searched refs:wiphy_index_ (Results 1 – 4 of 4) sorted by relevance
/system/connectivity/wificond/ |
D | server.cpp | 130 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()
|
D | client_interface_impl.cpp | 107 : wiphy_index_(wiphy_index), in ClientInterfaceImpl() 136 if (!netlink_utils_->GetWiphyInfo(wiphy_index_,
|
D | client_interface_impl.h | 94 const uint32_t wiphy_index_; variable
|
D | server.h | 117 uint32_t wiphy_index_; variable
|