HomeSort by relevance Sort by last modified time
    Searched refs:BaseNL80211Attr (Results 1 - 6 of 6) sorted by null

  /system/connectivity/wificond/net/
nl80211_attribute.h 33 class BaseNL80211Attr {
35 BaseNL80211Attr(int id, const std::vector<uint8_t>& raw_buffer);
36 virtual ~BaseNL80211Attr() = default;
55 bool Merge(const BaseNL80211Attr& attr);
58 BaseNL80211Attr() = default;
65 class NL80211Attr : public BaseNL80211Attr {
87 if (!BaseNL80211Attr::IsValid()) {
90 // If BaseNL80211Attr::IsValid() == true, at least we have enough valid
108 class NL80211Attr<std::vector<uint8_t>> : public BaseNL80211Attr {
117 class NL80211Attr<std::string> : public BaseNL80211Attr {
    [all...]
nl80211_attribute.cpp 33 // For BaseNL80211Attr
35 BaseNL80211Attr::BaseNL80211Attr(int id,
42 void BaseNL80211Attr::InitHeaderAndResize(int attribute_id,
50 int BaseNL80211Attr::GetAttributeId() const {
55 bool BaseNL80211Attr::IsValid() const {
63 const vector<uint8_t>& BaseNL80211Attr::GetConstData() const {
67 bool BaseNL80211Attr::GetAttributeImpl(const uint8_t* buf,
94 bool BaseNL80211Attr::Merge(const BaseNL80211Attr& other_attr)
    [all...]
nl80211_packet.h 112 void AddAttribute(const BaseNL80211Attr& attribute);
122 std::vector<BaseNL80211Attr>* attributes) const;
143 if (!BaseNL80211Attr::GetAttributeImpl(
nl80211_packet.cpp 172 void NL80211Packet::AddAttribute(const BaseNL80211Attr& attribute) {
195 return BaseNL80211Attr::GetAttributeImpl(
205 if (!BaseNL80211Attr::GetAttributeImpl(
221 vector<BaseNL80211Attr>* attributes) const {
netlink_utils.cpp 531 map<uint32_t, map<int, BaseNL80211Attr>> attr_by_wiphy_and_id;
540 vector<BaseNL80211Attr> attributes;
  /system/connectivity/wificond/tests/
nl80211_packet_unittest.cpp 198 std::vector<BaseNL80211Attr> attributes;

Completed in 198 milliseconds