Home
last modified time | relevance | path

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

/system/connectivity/wificond/
Dclient_interface_impl.cpp128 &wiphy_features_)) { in ClientInterfaceImpl()
136 wiphy_features_, in ClientInterfaceImpl()
165 << wiphy_features_.supports_random_mac_oneshot_scan << endl; in Dump()
167 << wiphy_features_.supports_random_mac_sched_scan << endl; in Dump()
Dclient_interface_impl.h111 WiphyFeatures wiphy_features_; variable
/system/connectivity/wificond/scanning/
Dscanner_impl.cpp56 wiphy_features_(wiphy_features), in ScannerImpl()
104 &wiphy_features_)) { in getAvailable2gChannels()
124 &wiphy_features_)) { in getAvailable5gNonDFSChannels()
144 &wiphy_features_)) { in getAvailableDFSChannels()
176 bool request_random_mac = wiphy_features_.supports_random_mac_oneshot_scan && in scan()
245 bool request_random_mac = wiphy_features_.supports_random_mac_sched_scan && in startPnoScan()
Dscanner_impl.h96 WiphyFeatures wiphy_features_; variable