Home
last modified time | relevance | path

Searched refs:WiphyFeatures (Results 1 – 10 of 10) sorted by relevance

/system/connectivity/wificond/net/
Dnetlink_utils.h97 struct WiphyFeatures { struct
98 WiphyFeatures() in WiphyFeatures() function
105 WiphyFeatures(uint32_t feature_flags,
197 WiphyFeatures* out_wiphy_features);
279 WiphyFeatures* out_wiphy_features);
Dnetlink_utils.cpp76 WiphyFeatures::WiphyFeatures(uint32_t feature_flags, in WiphyFeatures() function in android::wificond::WiphyFeatures
285 WiphyFeatures* out_wiphy_features) { in GetWiphyInfo()
335 WiphyFeatures* out_wiphy_features) { in ParseWiphyInfoFromPacket()
356 *out_wiphy_features = WiphyFeatures(feature_flags, in ParseWiphyInfoFromPacket()
/system/connectivity/wificond/tests/
Dnetlink_utils_unittest.cpp272 void VerifyWiphyFeatures(const WiphyFeatures& wiphy_features) { in VerifyWiphyFeatures()
516 WiphyFeatures wiphy_features; in TEST_F()
549 WiphyFeatures wiphy_features; in TEST_F()
582 WiphyFeatures wiphy_features; in TEST_F()
615 WiphyFeatures wiphy_features; in TEST_F()
648 WiphyFeatures wiphy_features; in TEST_F()
681 WiphyFeatures wiphy_features; in TEST_F()
713 WiphyFeatures wiphy_features; in TEST_F()
765 WiphyFeatures wiphy_features; in TEST_F()
787 WiphyFeatures wiphy_features; in TEST_F()
Dclient_interface_impl_unittest.cpp56 SetUp(WiphyFeatures()); in SetUp()
63 void SetUp(WiphyFeatures wiphy_features) { in SetUp()
70 WiphyFeatures* out_wiphy_features) { in SetUp()
194 WiphyFeatures wiphy_features; in TEST_F()
Dmock_netlink_utils.h67 WiphyFeatures* wiphy_features));
Dscanner_unittest.cpp155 WiphyFeatures wiphy_features_;
/system/connectivity/wificond/scanning/
Dscanner_impl.h43 const WiphyFeatures& wiphy_features,
114 WiphyFeatures wiphy_features_;
Dscanner_impl.cpp47 using android::wificond::WiphyFeatures;
48 bool IsScanTypeSupported(int scan_type, const WiphyFeatures& wiphy_features) { in IsScanTypeSupported()
72 const WiphyFeatures& wiphy_features, in ScannerImpl()
/system/connectivity/wificond/
Dserver.cpp246 WiphyFeatures wiphy_features_ignored; in getAvailable2gChannels()
265 WiphyFeatures wiphy_features_ignored; in getAvailable5gNonDFSChannels()
284 WiphyFeatures wiphy_features_ignored; in getAvailableDFSChannels()
348 WiphyFeatures wiphy_features; in LogSupportedBands()
Dclient_interface_impl.h114 WiphyFeatures wiphy_features_;