Home
last modified time | relevance | path

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

/system/connectivity/wificond/net/
Dnetlink_utils.cpp69 if (packet->GetMessageType() == NLMSG_ERROR) { in GetWiphyIndex()
74 if (packet->GetMessageType() != netlink_manager_->GetFamilyId()) { in GetWiphyIndex()
76 << packet->GetMessageType(); in GetWiphyIndex()
114 if (packet->GetMessageType() == NLMSG_ERROR) { in GetInterfaces()
119 if (packet->GetMessageType() != netlink_manager_->GetFamilyId()) { in GetInterfaces()
121 << 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.cpp120 uint32_t message_type = packet->GetMessageType(); in ReceivePacketAndRunHandler()
150 if (packet->GetMessageType() != GENL_ID_CTRL) { in OnNewFamily()
310 if (response_or_error->GetMessageType() == NLMSG_ERROR) { in SendMessageAndGetSingleResponse()
343 uint16_t type = response->GetMessageType(); in SendMessageAndGetAckOrError()
465 if (packet->GetMessageType() != GetFamilyId()) { in BroadcastHandler()
Dnl80211_packet.h75 uint16_t GetMessageType() const;
/system/connectivity/wificond/tests/
Dnl80211_packet_unittest.cpp107 EXPECT_EQ(kNLMsgType, netlink_packet.GetMessageType()); in TEST()
192 EXPECT_EQ(kNL80211FamilyId, netlink_packet.GetMessageType()); in TEST()
210 EXPECT_EQ(kNL80211FamilyId, netlink_packet.GetMessageType()); in TEST()
234 EXPECT_EQ(kNL80211FamilyId, netlink_packet.GetMessageType()); in TEST()
/system/connectivity/wificond/scanning/
Dscan_utils.cpp95 if (packet->GetMessageType() == NLMSG_ERROR) { in GetScanResult()
100 if (packet->GetMessageType() != netlink_manager_->GetFamilyId()) { in GetScanResult()
102 << packet->GetMessageType(); in GetScanResult()