Searched refs:CreateU32Attribute (Results 1 – 9 of 9) sorted by relevance
/system/connectivity/shill/net/ |
D | attribute_list.h | 101 bool CreateU32Attribute(int id, const char* id_string);
|
D | attribute_list.cc | 197 bool AttributeList::CreateU32Attribute(int id, const char* id_string) { in CreateU32Attribute() function in shill::AttributeList
|
D | netlink_attribute.cc | 961 list->CreateU32Attribute(id, attribute_name.c_str()); in AddAttributeToNestedInner()
|
/system/connectivity/shill/wifi/ |
D | scan_session.cc | 187 frequency_list->CreateU32Attribute(i, attribute_name.c_str()); in DoScan()
|
D | wake_on_wifi.cc | 268 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()
|
D | wifi_unittest.cc | 3592 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()
|
D | wifi.cc | 1993 frequency_list->CreateU32Attribute(i, attribute_name.c_str()); in TriggerPassiveScan()
|
/system/connectivity/apmanager/ |
D | device_unittest.cc | 102 frequency->CreateU32Attribute(NL80211_FREQUENCY_ATTR_FREQ, in AddWiphyBandAttribute()
|
/system/connectivity/shill/ |
D | NETLINK_MESSAGES.txt | 114 nested->CreateU32Attribute(i, StringPrintf("Frequency-%d", i).c_str());
|