Home
last modified time | relevance | path

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

/system/connectivity/shill/net/
Dattribute_list.h109 bool CreateFlagAttribute(int id, const char* id_string);
Dattribute_list.cc249 bool AttributeList::CreateFlagAttribute(int id, const char* id_string) { in CreateFlagAttribute() function in shill::AttributeList
Dnetlink_attribute.cc968 list->CreateFlagAttribute(id, attribute_name.c_str()); in AddAttributeToNestedInner()
/system/connectivity/apmanager/
Ddevice_unittest.cc227 supported_iftypes->CreateFlagAttribute( in TEST_F()
/system/connectivity/shill/wifi/
Dwifi_unittest.cc3630 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()
Dwake_on_wifi.cc341 if (!triggers->CreateFlagAttribute(NL80211_WOWLAN_TRIG_DISCONNECT, in ConfigureSetWakeOnWiFiSettingsMessage()