Searched refs:GetBandInfo (Results 1 – 8 of 8) sorted by relevance
/aosp12/system/connectivity/wificond/ |
H A D | server.cpp | 340 if (!GetBandInfo(wiphy_index, &band_info)) { in getAvailable2gChannels() 356 if (!GetBandInfo(wiphy_index, &band_info)) { in getAvailable5gNonDFSChannels() 372 if (!GetBandInfo(wiphy_index, &band_info)) { in getAvailableDFSChannels() 389 if (!GetBandInfo(wiphy_index, &band_info)) { in getAvailable6gChannels() 405 if (!GetBandInfo(wiphy_index, &band_info)) { in getAvailable60gChannels() 588 bool Server::GetBandInfo( in GetBandInfo() function in android::wificond::Server 615 if (!GetBandInfo(wiphy_index, &band_info)) return; in UpdateBandWiphyIndexMap()
|
H A D | client_interface_impl.h | 81 const BandInfo& GetBandInfo() const;
|
H A D | server.h | 133 bool GetBandInfo(int wiphy_index, BandInfo* band_info);
|
H A D | client_interface_impl.cpp | 245 const BandInfo& ClientInterfaceImpl::GetBandInfo() const { in GetBandInfo() function in android::wificond::ClientInterfaceImpl
|
/aosp12/system/connectivity/wificond/tests/ |
H A D | mock_client_interface_impl.h | 38 MOCK_CONST_METHOD0(GetBandInfo, BandInfo());
|
H A D | mock_netlink_utils.h | 63 MOCK_METHOD2(GetBandInfo,
|
H A D | scanner_unittest.cpp | 524 EXPECT_CALL(client_interface_impl_, GetBandInfo()).WillOnce(Return(band_info)); in TEST_F()
|
/aosp12/system/connectivity/wificond/scanning/ |
H A D | scanner_impl.cpp | 250 const auto band_2g = client_interface_->GetBandInfo().band_2g; in ParsePnoSettings() 257 const auto band_5g = client_interface_->GetBandInfo().band_5g; in ParsePnoSettings()
|