HomeSort by relevance Sort by last modified time
    Searched defs:NL80211NestedAttr (Results 1 - 2 of 2) sorted by null

  /system/connectivity/wificond/net/
nl80211_attribute.h 138 class NL80211NestedAttr : public BaseNL80211Attr {
140 explicit NL80211NestedAttr(int id);
141 explicit NL80211NestedAttr(const std::vector<uint8_t>& data);
142 ~NL80211NestedAttr() override = default;
155 bool GetAttribute(int id, NL80211NestedAttr* attribute) const;
244 bool GetListOfNestedAttributes(std::vector<NL80211NestedAttr>* value) const;
nl80211_attribute.cpp 171 // For NL80211NestedAttr
172 NL80211NestedAttr::NL80211NestedAttr(int id) {
176 NL80211NestedAttr::NL80211NestedAttr(const vector<uint8_t>& data) {
180 void NL80211NestedAttr::AddAttribute(const BaseNL80211Attr& attribute) {
190 void NL80211NestedAttr::AddFlagAttribute(int attribute_id) {
202 bool NL80211NestedAttr::HasAttribute(int id) const {
208 bool NL80211NestedAttr::GetAttribute(int id,
209 NL80211NestedAttr* attribute) const
    [all...]

Completed in 115 milliseconds