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.cpp79 const std::vector<uint8_t>& ext_feature_flags_bytes, in IsExtFeatureFlagSet() argument
88 if (ext_feature_flag_byte_pos >= ext_feature_flags_bytes.size()) { in IsExtFeatureFlagSet()
92 ext_feature_flags_bytes[ext_feature_flag_byte_pos]; in IsExtFeatureFlagSet()
98 const std::vector<uint8_t>& ext_feature_flags_bytes) in WiphyFeatures() argument
104 IsExtFeatureFlagSet(ext_feature_flags_bytes, in WiphyFeatures()
107 IsExtFeatureFlagSet(ext_feature_flags_bytes, in WiphyFeatures()
110 IsExtFeatureFlagSet(ext_feature_flags_bytes, in WiphyFeatures()
115 IsExtFeatureFlagSet(ext_feature_flags_bytes, in WiphyFeatures()
398 std::vector<uint8_t> ext_feature_flags_bytes; in ParseWiphyInfoFromPacket() local
400 &ext_feature_flags_bytes)) { in ParseWiphyInfoFromPacket()
[all …]
Dnetlink_utils.h136 const std::vector<uint8_t>& ext_feature_flags_bytes);
/system/connectivity/wificond/tests/
Dnetlink_utils_unittest.cpp277 std::vector<uint8_t> ext_feature_flags_bytes; in AppendWiphyExtFeaturesAttributes() local
279 ext_feature_flags_bytes = in AppendWiphyExtFeaturesAttributes()
284 ext_feature_flags_bytes = in AppendWiphyExtFeaturesAttributes()
289 ext_feature_flags_bytes = in AppendWiphyExtFeaturesAttributes()
294 ext_feature_flags_bytes = in AppendWiphyExtFeaturesAttributes()
301 ext_feature_flags_bytes)); in AppendWiphyExtFeaturesAttributes()