Home
last modified time | relevance | path

Searched refs:GetMessageType (Results 1 – 6 of 6) sorted by relevance

/system/connectivity/wificond/tests/
Dnl80211_packet_unittest.cpp106 EXPECT_EQ(kNLMsgType, netlink_packet.GetMessageType()); in TEST()
221 EXPECT_EQ(kNL80211FamilyId, netlink_packet.GetMessageType()); in TEST()
239 EXPECT_EQ(kNL80211FamilyId, netlink_packet.GetMessageType()); in TEST()
263 EXPECT_EQ(kNL80211FamilyId, netlink_packet.GetMessageType()); in TEST()
/system/connectivity/wificond/net/
Dnetlink_utils.cpp132 if (packet->GetMessageType() == NLMSG_ERROR) { in GetWiphyIndex()
137 if (packet->GetMessageType() != netlink_manager_->GetFamilyId()) { in GetWiphyIndex()
139 << packet->GetMessageType(); in GetWiphyIndex()
181 if (packet->GetMessageType() == NLMSG_ERROR) { in GetInterfaces()
186 if (packet->GetMessageType() != netlink_manager_->GetFamilyId()) { in GetInterfaces()
188 << packet->GetMessageType(); in GetInterfaces()
Dnl80211_packet.cpp70 if (GetMessageType() >= NLMSG_MIN_TYPE) { in IsValid()
80 if (GetMessageType() == NLMSG_ERROR) { in IsValid()
116 uint16_t NL80211Packet::GetMessageType() const { in GetMessageType() function in android::wificond::NL80211Packet
Dnetlink_manager.cpp141 uint32_t message_type = packet->GetMessageType(); in ReceivePacketAndRunHandler()
171 if (packet->GetMessageType() != GENL_ID_CTRL) { in OnNewFamily()
333 if (response_or_error->GetMessageType() == NLMSG_ERROR) { in SendMessageAndGetSingleResponse()
366 uint16_t type = response->GetMessageType(); in SendMessageAndGetAckOrError()
488 if (packet->GetMessageType() != GetFamilyId()) { in BroadcastHandler()
Dnl80211_packet.h78 uint16_t GetMessageType() const;
/system/connectivity/wificond/scanning/
Dscan_utils.cpp102 if (packet->GetMessageType() == NLMSG_ERROR) { in GetScanResult()
107 if (packet->GetMessageType() != netlink_manager_->GetFamilyId()) { in GetScanResult()
109 << packet->GetMessageType(); in GetScanResult()