Home
last modified time | relevance | path

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

/system/connectivity/wificond/net/
Dnetlink_utils.h97 struct WiphyFeatures { struct
98 WiphyFeatures() in WiphyFeatures() function
109 bool supports_random_mac_oneshot_scan;
112 bool supports_random_mac_sched_scan;
114 bool supports_low_span_oneshot_scan;
116 bool supports_low_power_oneshot_scan;
118 bool supports_high_accuracy_oneshot_scan;
120 bool supports_tx_mgmt_frame_mcs;
123 bool supports_ext_sched_scan_relative_rssi;
Dnetlink_utils.cpp76 WiphyFeatures::WiphyFeatures(uint32_t feature_flags, in WiphyFeatures() function in android::wificond::WiphyFeatures