Lines Matching refs:NL80211Packet
26 NL80211Packet::NL80211Packet(const vector<uint8_t>& data) in NL80211Packet() function in android::wificond::NL80211Packet
31 NL80211Packet::NL80211Packet(const NL80211Packet& packet) { in NL80211Packet() function in android::wificond::NL80211Packet
36 NL80211Packet::NL80211Packet(uint16_t type, in NL80211Packet() function in android::wificond::NL80211Packet
59 bool NL80211Packet::IsValid() const { in IsValid()
97 bool NL80211Packet::IsDump() const { in IsDump()
101 bool NL80211Packet::IsMulti() const { in IsMulti()
105 uint8_t NL80211Packet::GetCommand() const { in GetCommand()
111 uint16_t NL80211Packet::GetFlags() const { in GetFlags()
116 uint16_t NL80211Packet::GetMessageType() const { in GetMessageType()
121 uint32_t NL80211Packet::GetMessageSequence() const { in GetMessageSequence()
126 uint32_t NL80211Packet::GetPortId() const { in GetPortId()
131 int NL80211Packet::GetErrorCode() const { in GetErrorCode()
135 const vector<uint8_t>& NL80211Packet::GetConstData() const { in GetConstData()
139 void NL80211Packet::SetCommand(uint8_t command) { in SetCommand()
145 void NL80211Packet::AddFlag(uint16_t flag) { in AddFlag()
150 void NL80211Packet::SetFlags(uint16_t flags) { in SetFlags()
155 void NL80211Packet::SetMessageType(uint16_t message_type) { in SetMessageType()
160 void NL80211Packet::SetMessageSequence(uint32_t message_sequence) { in SetMessageSequence()
165 void NL80211Packet::SetPortId(uint32_t pid) { in SetPortId()
170 void NL80211Packet::AddAttribute(const BaseNL80211Attr& attribute) { in AddAttribute()
180 void NL80211Packet::AddFlagAttribute(int attribute_id) { in AddFlagAttribute()
192 bool NL80211Packet::HasAttribute(int id) const { in HasAttribute()
199 bool NL80211Packet::GetAttribute(int id, in GetAttribute()
218 bool NL80211Packet::GetAllAttributes( in GetAllAttributes()
237 void NL80211Packet::DebugLog() const { in DebugLog()