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

/system/connectivity/wificond/net/
H A Dnetlink_utils.cpp69 if (packet->GetMessageType() == NLMSG_ERROR) {
74 if (packet->GetMessageType() != netlink_manager_->GetFamilyId()) {
76 << packet->GetMessageType();
114 if (packet->GetMessageType() == NLMSG_ERROR) {
119 if (packet->GetMessageType() != netlink_manager_->GetFamilyId()) {
121 << packet->GetMessageType();
H A Dnl80211_packet.h38 // call IsValid() and GetMessageType() in the first place to avoid misuse of
69 // by GetMessageType().
75 uint16_t GetMessageType() const;
H A Dnl80211_packet.cpp70 if (GetMessageType() >= NLMSG_MIN_TYPE) {
80 if (GetMessageType() == NLMSG_ERROR) {
116 uint16_t NL80211Packet::GetMessageType() const { function in class:android::wificond::NL80211Packet
H A Dnetlink_manager.cpp120 uint32_t message_type = packet->GetMessageType();
150 if (packet->GetMessageType() != GENL_ID_CTRL) {
310 if (response_or_error->GetMessageType() == NLMSG_ERROR) {
343 uint16_t type = response->GetMessageType();
465 if (packet->GetMessageType() != GetFamilyId()) {
/system/connectivity/wificond/tests/
H A Dnl80211_packet_unittest.cpp107 EXPECT_EQ(kNLMsgType, netlink_packet.GetMessageType());
192 EXPECT_EQ(kNL80211FamilyId, netlink_packet.GetMessageType());
210 EXPECT_EQ(kNL80211FamilyId, netlink_packet.GetMessageType());
234 EXPECT_EQ(kNL80211FamilyId, netlink_packet.GetMessageType());
/system/connectivity/wificond/scanning/
H A Dscan_utils.cpp95 if (packet->GetMessageType() == NLMSG_ERROR) {
100 if (packet->GetMessageType() != netlink_manager_->GetFamilyId()) {
102 << packet->GetMessageType();

Completed in 108 milliseconds