Home
last modified time | relevance | path

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

/system/connectivity/wificond/net/
Dnetlink_utils.cpp65 size_t ext_feature_flag_byte_pos = ext_feature_flag_idx / 8; in IsExtFeatureFlagSet() local
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()