Home
last modified time | relevance | path

Searched refs:GetBandInfo (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/connectivity/wificond/
H A Dserver.cpp340 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 Dclient_interface_impl.h81 const BandInfo& GetBandInfo() const;
H A Dserver.h133 bool GetBandInfo(int wiphy_index, BandInfo* band_info);
H A Dclient_interface_impl.cpp245 const BandInfo& ClientInterfaceImpl::GetBandInfo() const { in GetBandInfo() function in android::wificond::ClientInterfaceImpl
/aosp12/system/connectivity/wificond/tests/
H A Dmock_client_interface_impl.h38 MOCK_CONST_METHOD0(GetBandInfo, BandInfo());
H A Dmock_netlink_utils.h63 MOCK_METHOD2(GetBandInfo,
H A Dscanner_unittest.cpp524 EXPECT_CALL(client_interface_impl_, GetBandInfo()).WillOnce(Return(band_info)); in TEST_F()
/aosp12/system/connectivity/wificond/scanning/
H A Dscanner_impl.cpp250 const auto band_2g = client_interface_->GetBandInfo().band_2g; in ParsePnoSettings()
257 const auto band_5g = client_interface_->GetBandInfo().band_5g; in ParsePnoSettings()