History log of /system/connectivity/shill/wifi/mac80211_monitor.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3a62e235646ec19bee71e8dbee5208282dcd13b5 20-Jan-2016 Alex Vakulenko <avakulenko@google.com> shill: Update libchrome APIs to r369476

The new libchrome has been ported from Chromium and some APIs have
changed. Make necessary changes at call sites.

Change-Id: Ib4c4b5438a2e249777c9c1b6509f085ad5d00049
/system/connectivity/shill/wifi/mac80211_monitor.cc
c0beca55d290fe0b1c96d78cbbcf94b05c23f5a5 03-Sep-2015 Peter Qiu <zqiu@google.com> License shill to Apache2

This patch automatically replaced the license on all text files from
Chromium OS (BSD style) to AOSP (Apache2), keeping the original year as
a reference.

The license header was added to .gyp and .gypi, the NOTICE was added with a copy
of the Apache2 license and MODULE_LICENSE_* file was added.

BUG=23587594
TEST=grep 'Chromium OS Authors' doesn't find anything.

Change-Id: If41ede586c2465f5831fb7fee270ff41dbfdb596
/system/connectivity/shill/wifi/mac80211_monitor.cc
7995d8ff7b5bacc8785469fa0377fd16618ef7eb 05-Aug-2015 Ningyuan Wang <nywang@chromium.org> shill: mac80211monitor: remove log spam

I remove the log warning in the case there is no previous success
in reading queue state file.

Add two unit tests:
-One test simulates the case that the monitor tries to read the
queue state file when using a full-MAC device with no MAC802.11
support. In this case there should be no log warning. The test ensures
the correctness using ScopedMockLog.
-Another test simulates the case that there was previous success of
reading queue file of this device. However, the second time read fails.
Therefore the monitor should generate the log warning. The test ensures
the correctness using ScopedMockLog.

BUG=chromium:413381
TEST=Mac80211Monitor unit tests passed.

Change-Id: I21f5d92dbe09b388f7e72d6a32115890b7aad08f
Reviewed-on: https://chromium-review.googlesource.com/290603
Reviewed-by: mukesh agrawal <quiche@chromium.org>
Tested-by: Ningyuan Wang <nywang@chromium.org>
Commit-Queue: Ningyuan Wang <nywang@chromium.org>
/system/connectivity/shill/wifi/mac80211_monitor.cc
2b363903f38a515001c5edc7202403fcddb15a01 16-Jun-2015 Paul Stewart <pstew@chromium.org> shill: wifi: Switch pointer/ref spacing

Switch to Chrome style spacing.

BUG=chromium:501026
TEST=Unit tests

Change-Id: Ieff88b00706ed7c57049531a21427d9ea84b0a71
Reviewed-on: https://chromium-review.googlesource.com/278081
Reviewed-by: Paul Stewart <pstew@chromium.org>
Commit-Queue: Paul Stewart <pstew@chromium.org>
Tested-by: Paul Stewart <pstew@chromium.org>
/system/connectivity/shill/wifi/mac80211_monitor.cc
af19870a5717a0a9f05c4fd957d4a05f48b8b090 09-Apr-2015 Alex Deymo <deymo@chromium.org> Use PLOG instead of LOG with strerror()

This patch replaces "LOG() << ... << strerror(errno)" by "PLOG() << ..."
when possible, which provides equivalent functionality.

BUG=None
TEST=cbuildbot amd64-generic-full

Change-Id: I760689818a3647efa980c96305a0bc8cf0bb4ac0
Reviewed-on: https://chromium-review.googlesource.com/264834
Reviewed-by: Alex Vakulenko <avakulenko@chromium.org>
Commit-Queue: Alex Deymo <deymo@chromium.org>
Trybot-Ready: Alex Deymo <deymo@chromium.org>
Tested-by: Alex Deymo <deymo@chromium.org>
/system/connectivity/shill/wifi/mac80211_monitor.cc
d6a8b519e3057f52313e502f502a4819a942e089 18-Nov-2014 Ben Chan <benchan@chromium.org> shill: wifi: Move wifi code to its own sub-directory.

This CL is part of a series of CLs, which aim to reorganzie shill's flat
source code structure into a more modular form by moving technology
specific code into their own sub-directories.

BUG=chromium:433419
TEST=`FEATURES=test emerge-$BOARD shill`
TEST=`USE='clang asan' FEATURES=test emerge-$BOARD shill`

Change-Id: Ic6bf64e7fe263fd0b2277877d78cf776f179e7d7
Reviewed-on: https://chromium-review.googlesource.com/230460
Reviewed-by: Paul Stewart <pstew@chromium.org>
Tested-by: Ben Chan <benchan@chromium.org>
Commit-Queue: Ben Chan <benchan@chromium.org>
/system/connectivity/shill/wifi/mac80211_monitor.cc