Wade Guthrie has uploaded a new change for review.
Change subject: shill: Added message-specific callbacks to the nl80211 code.
......................................................................
shill: Added message-specific callbacks to the nl80211 code.
This allows users to create a one-off nl80211 message, install a
callback for that message, and then send the message to the kernel.
When the response is issued, the callback will be called and then
removed from the system.
BUG=chromium-os:35129
TEST=Manual and unit tests (including new ones).
Change-Id: I06bf8d16629f3eac226209b49827289e7a9cdca3
---
M Makefile
M callback80211_object.cc
M callback80211_object.h
M config80211.cc
M config80211.h
M config80211_unittest.cc
M kernel_bound_nlmessage.cc
M kernel_bound_nlmessage.h
A mock_callback80211_object.cc
M mock_callback80211_object.h
M mock_nl80211_socket.h
M netlink_socket.cc
M netlink_socket.h
M nl80211_socket.cc
M nl80211_socket.h
M user_bound_nlmessage.cc
M user_bound_nlmessage.h
17 files changed, 484 insertions(+), 258 deletions(-)
git pull ssh://
gerrit.chromium.org:29418/chromiumos/platform/shill refs/changes/04/36904/1
--
To view, visit
https://gerrit.chromium.org/gerrit/36904
To unsubscribe, visit
https://gerrit.chromium.org/gerrit/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I06bf8d16629f3eac226209b49827289e7a9cdca3
Gerrit-PatchSet: 1
Gerrit-Project: chromiumos/platform/shill
Gerrit-Branch: master
Gerrit-Owner: Wade Guthrie <
w...@chromium.org>