OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ie_attribute
(Results
1 - 1
of
1
) sorted by null
/system/connectivity/shill/net/
nl80211_attribute.cc
131
AttributeListRefPtr
ie_attribute
;
local
132
if (!attribute_list->GetNestedAttributeList(id, &
ie_attribute
) ||
133
!
ie_attribute
) {
153
ie_attribute
->CreateSsidAttribute(type, kSsidString);
155
ie_attribute
->SetStringAttributeValue(type, "");
157
ie_attribute
->SetStringAttributeValue(
165
ie_attribute
->CreateNestedAttribute(type, kRatesString);
167
if (!
ie_attribute
->GetNestedAttributeList(type, &rates_attribute) ||
179
ie_attribute
->SetNestedAttributeHasAValue(type);
183
ie_attribute
->CreateRawAttribute(type, kHtCapString)
[
all
...]
Completed in 65 milliseconds