Home
last modified time | relevance | path

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

/system/connectivity/shill/net/
Dattribute_list.h101 bool CreateU32Attribute(int id, const char* id_string);
Dattribute_list.cc197 bool AttributeList::CreateU32Attribute(int id, const char* id_string) { in CreateU32Attribute() function in shill::AttributeList
Dnetlink_attribute.cc961 list->CreateU32Attribute(id, attribute_name.c_str()); in AddAttributeToNestedInner()
/system/connectivity/shill/wifi/
Dscan_session.cc187 frequency_list->CreateU32Attribute(i, attribute_name.c_str()); in DoScan()
Dwake_on_wifi.cc268 if (!msg->attributes()->CreateU32Attribute(NL80211_ATTR_WIPHY, in ConfigureWiphyIndex()
409 if (!scan_attributes->CreateU32Attribute( in ConfigureSetWakeOnWiFiSettingsMessage()
557 if (!pattern_info->CreateU32Attribute(NL80211_PKTPAT_OFFSET, "Offset")) { in CreateSinglePattern()
Dwifi_unittest.cc3592 station_info->CreateU32Attribute(NL80211_STA_INFO_INACTIVE_TIME, in TEST_F()
3597 station_info->CreateU32Attribute(NL80211_STA_INFO_RX_PACKETS, in TEST_F()
3602 station_info->CreateU32Attribute(NL80211_STA_INFO_TX_FAILED, in TEST_F()
3607 station_info->CreateU32Attribute(NL80211_STA_INFO_TX_PACKETS, in TEST_F()
3612 station_info->CreateU32Attribute(NL80211_STA_INFO_TX_RETRIES, in TEST_F()
3690 bitrate_info->CreateU32Attribute(NL80211_RATE_INFO_BITRATE32, "Bitrate32"); in TEST_F()
Dwifi.cc1993 frequency_list->CreateU32Attribute(i, attribute_name.c_str()); in TriggerPassiveScan()
/system/connectivity/apmanager/
Ddevice_unittest.cc102 frequency->CreateU32Attribute(NL80211_FREQUENCY_ATTR_FREQ, in AddWiphyBandAttribute()
/system/connectivity/shill/
DNETLINK_MESSAGES.txt114 nested->CreateU32Attribute(i, StringPrintf("Frequency-%d", i).c_str());