History log of /system/connectivity/shill/supplicant/wpa_supplicant.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/supplicant/wpa_supplicant.h
fc5236388674c3ae04255d98f5a3e93b789be185 14-Jul-2015 Peter Qiu <zqiu@chromium.org> shill: cleanup proxy interfaces for supplicant

Remove dbus-c++ dependencies from supplicant proxy interfaces and the
classes that uses supplicant proxy interfaces. Mainly the usage of
dbus-c++ specific types: DBus::Path (replaced by std::string) and
map<string, DBus::Variant> (replaced by KeyValueStore) types.

Also update the proxy interface APIs to return boolean status instead
of passing on the DBus exception errors. Ideally, we would like to
return an error object back to the caller as well, but that would require
a method to convert dbus errors to shill errors (additional errors to
cover all possible DBus errors). And currently, those errors are used
for logging purpose only (with an exception in RemoveNetwork), where it
is already done inside the proxy APIs.

BUG=chromium:570966
TEST=USE="asan clang" FEATURES=test emerge-$BOARD shill
TEST=Run wifi_matfunc tests

Change-Id: I227b5adc2306873480414db7d4e625bc1cc4f21b
Reviewed-on: https://chromium-review.googlesource.com/285632
Trybot-Ready: Zeping Qiu <zqiu@chromium.org>
Tested-by: Zeping Qiu <zqiu@chromium.org>
Reviewed-by: Paul Stewart <pstew@chromium.org>
Commit-Queue: Zeping Qiu <zqiu@chromium.org>
/system/connectivity/shill/supplicant/wpa_supplicant.h
1caa576e76930d7cef6f4b0fc79b280d23cb9855 08-Jul-2015 Rebecca Silberstein <silberst@chromium.org> shill: track DisconnectReason from supplicant

Supplicant reports a disconnect reason when handling a disconnect event. This
reason code can be used to troubleshoot and diagnose connectivity issues. Each
DisconnectReason property update is now processed by shill. Shill logs and
stores the reason code for the duration of the disconnected state of a service.
When the current or pending service moves from the disconnected state, the value
is cleared. The default value for the disconnect reason is an invalid reason
code to distinguish between explicitly set and default reason codes.

BUG=chromium:508225
TEST=Unit tests
TEST=manually tested on peppy

Change-Id: Ia590bd17e6086633ba29448d39b999379f8270f7
Reviewed-on: https://chromium-review.googlesource.com/284624
Trybot-Ready: Rebecca Silberstein <silberst@chromium.org>
Reviewed-by: Paul Stewart <pstew@chromium.org>
Commit-Queue: Rebecca Silberstein <silberst@chromium.org>
Tested-by: Rebecca Silberstein <silberst@chromium.org>
/system/connectivity/shill/supplicant/wpa_supplicant.h
709aec5554a84708ddf7cd1645f0d033bb689700 16-Jun-2015 Paul Stewart <pstew@chromium.org> shill: supplicant: Switch pointer/ref spacing

Switch to Chrome style spacing.

BUG=chromium:501026
TEST=Unit tests

Change-Id: I44d30b4149d4c0140a362019248c3b5124928f84
Reviewed-on: https://chromium-review.googlesource.com/278078
Reviewed-by: Rebecca Silberstein <silberst@chromium.org>
Commit-Queue: Paul Stewart <pstew@chromium.org>
Tested-by: Paul Stewart <pstew@chromium.org>
/system/connectivity/shill/supplicant/wpa_supplicant.h
fa6f8ce7918f980d816e31ca1ff9eba08db39751 09-Apr-2015 Matthew Wein <mattwein@chromium.org> shill: wifi: Add optional Proactive Key Caching.

Add a way to configure Proactive Key Caching
in shill on a per-service basis.

BUG=chromium:472741
TEST=`FEATURES="test nostrip" emerge-link shill`
CQ-DEPEND=CL:265035

Change-Id: Id0060f52d4efd2f56cc370cd3838bf45bf60052d
Reviewed-on: https://chromium-review.googlesource.com/264789
Reviewed-by: Paul Stewart <pstew@chromium.org>
Commit-Queue: Matthew Wein <mattwein@chromium.org>
Trybot-Ready: Matthew Wein <mattwein@chromium.org>
Tested-by: Matthew Wein <mattwein@chromium.org>
/system/connectivity/shill/supplicant/wpa_supplicant.h
da69ecfa906572120eb4f6c405e7d4be38dc9701 19-Nov-2014 Ben Chan <benchan@chromium.org> shill: supplicant: Move supplicant 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: I119663a90062f7faf3038a2455d53d4ae8c5e297
Reviewed-on: https://chromium-review.googlesource.com/230750
Reviewed-by: Paul Stewart <pstew@chromium.org>
Commit-Queue: Ben Chan <benchan@chromium.org>
Tested-by: Ben Chan <benchan@chromium.org>
/system/connectivity/shill/supplicant/wpa_supplicant.h