Searched refs:CreateFlagAttribute (Results 1 – 6 of 6) sorted by relevance
109 bool CreateFlagAttribute(int id, const char* id_string);
249 bool AttributeList::CreateFlagAttribute(int id, const char* id_string) { in CreateFlagAttribute() function in shill::AttributeList
968 list->CreateFlagAttribute(id, attribute_name.c_str()); in AddAttributeToNestedInner()
227 supported_iftypes->CreateFlagAttribute( in TEST_F()
3630 bitrate_info->CreateFlagAttribute(NL80211_RATE_INFO_40_MHZ_WIDTH, "HT40"); in TEST_F()3632 bitrate_info->CreateFlagAttribute(NL80211_RATE_INFO_SHORT_GI, "SGI"); in TEST_F()3699 bitrate_info->CreateFlagAttribute(NL80211_RATE_INFO_80_MHZ_WIDTH, "VHT80"); in TEST_F()3701 bitrate_info->CreateFlagAttribute(NL80211_RATE_INFO_SHORT_GI, "SGI"); in TEST_F()
341 if (!triggers->CreateFlagAttribute(NL80211_WOWLAN_TRIG_DISCONNECT, in ConfigureSetWakeOnWiFiSettingsMessage()