Home
last modified time | relevance | path

Searched defs:WiphyFeatures (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/connectivity/wificond/net/
H A Dnetlink_utils.h121 struct WiphyFeatures { struct
122 WiphyFeatures() in WiphyFeatures() argument
133 bool supports_random_mac_oneshot_scan;
136 bool supports_random_mac_sched_scan;
138 bool supports_low_span_oneshot_scan;
140 bool supports_low_power_oneshot_scan;
142 bool supports_high_accuracy_oneshot_scan;
144 bool supports_tx_mgmt_frame_mcs;
147 bool supports_ext_sched_scan_relative_rssi;
H A Dnetlink_utils.cpp93 WiphyFeatures::WiphyFeatures(uint32_t feature_flags, in WiphyFeatures() function in android::wificond::WiphyFeatures