OSDN Git Service

Initial commit for NL80211Packet
authorNingyuan Wang <nywang@google.com>
Thu, 7 Jul 2016 21:25:14 +0000 (14:25 -0700)
committerNingyuan Wang <nywang@google.com>
Wed, 13 Jul 2016 20:23:04 +0000 (13:23 -0700)
commit337a336edb8fc48848883a4c0d7a91e63f445f6f
tree3d8e1a32902e4886b0d8f512e95eb92070f95eed
parentbf16aa68f995077669c9f34c8f38cbf4552388a7
Initial commit for NL80211Packet

This CL adds the initial implementation of class NL80211Packet
as well as the corresponding unit tests.

BUG=29454786
TEST=compile
TEST=run unittests

Change-Id: Ide5393e77650d157cc3045ffdaaf5b62615a5346
Android.mk
net/nl80211_attribute.cpp
net/nl80211_attribute.h
net/nl80211_packet.cpp [new file with mode: 0644]
net/nl80211_packet.h [new file with mode: 0644]
tests/nl80211_packet_unittest.cpp [new file with mode: 0644]