Home
last modified time | relevance | path

Searched refs:ext_feature_flags_bytes (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/wificond/net/
Dnetlink_utils.cpp75 const std::vector<uint8_t>& ext_feature_flags_bytes, in IsExtFeatureFlagSet() argument
84 if (ext_feature_flag_byte_pos >= ext_feature_flags_bytes.size()) { in IsExtFeatureFlagSet()
88 ext_feature_flags_bytes[ext_feature_flag_byte_pos]; in IsExtFeatureFlagSet()
94 const std::vector<uint8_t>& ext_feature_flags_bytes) in WiphyFeatures() argument
100 IsExtFeatureFlagSet(ext_feature_flags_bytes, in WiphyFeatures()
103 IsExtFeatureFlagSet(ext_feature_flags_bytes, in WiphyFeatures()
106 IsExtFeatureFlagSet(ext_feature_flags_bytes, in WiphyFeatures()
111 IsExtFeatureFlagSet(ext_feature_flags_bytes, in WiphyFeatures()
372 std::vector<uint8_t> ext_feature_flags_bytes; in ParseWiphyInfoFromPacket() local
374 &ext_feature_flags_bytes)) { in ParseWiphyInfoFromPacket()
[all …]
Dnetlink_utils.h130 const std::vector<uint8_t>& ext_feature_flags_bytes);
/system/connectivity/wificond/tests/
Dnetlink_utils_unittest.cpp276 std::vector<uint8_t> ext_feature_flags_bytes; in AppendWiphyExtFeaturesAttributes() local
278 ext_feature_flags_bytes = in AppendWiphyExtFeaturesAttributes()
283 ext_feature_flags_bytes = in AppendWiphyExtFeaturesAttributes()
288 ext_feature_flags_bytes = in AppendWiphyExtFeaturesAttributes()
293 ext_feature_flags_bytes = in AppendWiphyExtFeaturesAttributes()
300 ext_feature_flags_bytes)); in AppendWiphyExtFeaturesAttributes()