Searched refs:ie_attribute (Results 1 – 1 of 1) sorted by relevance
131 AttributeListRefPtr ie_attribute; in ParseInformationElements() local132 if (!attribute_list->GetNestedAttributeList(id, &ie_attribute) || in ParseInformationElements()133 !ie_attribute) { in ParseInformationElements()153 ie_attribute->CreateSsidAttribute(type, kSsidString); in ParseInformationElements()155 ie_attribute->SetStringAttributeValue(type, ""); in ParseInformationElements()157 ie_attribute->SetStringAttributeValue( in ParseInformationElements()165 ie_attribute->CreateNestedAttribute(type, kRatesString); in ParseInformationElements()167 if (!ie_attribute->GetNestedAttributeList(type, &rates_attribute) || in ParseInformationElements()179 ie_attribute->SetNestedAttributeHasAValue(type); in ParseInformationElements()183 ie_attribute->CreateRawAttribute(type, kHtCapString); in ParseInformationElements()[all …]