Lines Matching refs:packet
35 bool GetCommonFields(const NL80211Packet* packet, in GetCommonFields() argument
38 if (!packet->GetAttributeValue(NL80211_ATTR_IFINDEX, if_index)) { in GetCommonFields()
43 if (!packet->GetAttributeValue(NL80211_ATTR_MAC, bssid)) { in GetCommonFields()
52 const NL80211Packet* packet) { in InitFromPacket() argument
53 if (packet->GetCommand() != NL80211_CMD_ASSOCIATE) { in InitFromPacket()
58 if (!GetCommonFields(packet, in InitFromPacket()
68 associate_event->is_timeout_ = packet->HasAttribute(NL80211_ATTR_TIMED_OUT); in InitFromPacket()
74 const NL80211Packet* packet) { in InitFromPacket() argument
75 if (packet->GetCommand() != NL80211_CMD_CONNECT) { in InitFromPacket()
79 if (!GetCommonFields(packet, in InitFromPacket()
85 if (!packet->GetAttributeValue(NL80211_ATTR_STATUS_CODE, in InitFromPacket()
90 connect_event->is_timeout_ = packet->HasAttribute(NL80211_ATTR_TIMED_OUT); in InitFromPacket()
96 const NL80211Packet* packet) { in InitFromPacket() argument
97 if (packet->GetCommand() != NL80211_CMD_ROAM) { in InitFromPacket()
101 if (!GetCommonFields(packet, in InitFromPacket()
111 const NL80211Packet* packet) { in InitFromPacket() argument
112 if (packet->GetCommand() != NL80211_CMD_DISCONNECT) { in InitFromPacket()
116 if (!GetCommonFields(packet, in InitFromPacket()
125 const NL80211Packet* packet) { in InitFromPacket() argument
126 if (packet->GetCommand() != NL80211_CMD_DISASSOCIATE) { in InitFromPacket()
130 if (!GetCommonFields(packet, in InitFromPacket()