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.cpp58 const std::vector<uint8_t>& ext_feature_flags_bytes, in IsExtFeatureFlagSet() argument
67 if (ext_feature_flag_byte_pos >= ext_feature_flags_bytes.size()) { in IsExtFeatureFlagSet()
71 ext_feature_flags_bytes[ext_feature_flag_byte_pos]; in IsExtFeatureFlagSet()
77 const std::vector<uint8_t>& ext_feature_flags_bytes) in WiphyFeatures() argument
83 IsExtFeatureFlagSet(ext_feature_flags_bytes, in WiphyFeatures()
86 IsExtFeatureFlagSet(ext_feature_flags_bytes, in WiphyFeatures()
89 IsExtFeatureFlagSet(ext_feature_flags_bytes, in WiphyFeatures()
94 IsExtFeatureFlagSet(ext_feature_flags_bytes, in WiphyFeatures()
351 std::vector<uint8_t> ext_feature_flags_bytes; in ParseWiphyInfoFromPacket() local
353 &ext_feature_flags_bytes)) { in ParseWiphyInfoFromPacket()
[all …]
Dnetlink_utils.h106 const std::vector<uint8_t>& ext_feature_flags_bytes);
/system/connectivity/wificond/tests/
Dnetlink_utils_unittest.cpp211 std::vector<uint8_t> ext_feature_flags_bytes; in AppendWiphyExtFeaturesAttributes() local
213 ext_feature_flags_bytes = in AppendWiphyExtFeaturesAttributes()
218 ext_feature_flags_bytes = in AppendWiphyExtFeaturesAttributes()
223 ext_feature_flags_bytes = in AppendWiphyExtFeaturesAttributes()
228 ext_feature_flags_bytes = in AppendWiphyExtFeaturesAttributes()
235 ext_feature_flags_bytes)); in AppendWiphyExtFeaturesAttributes()