History log of /system/connectivity/wificond/aidl/android/net/wifi/IWifiScannerImpl.aidl
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
64187ec9e8b48b4de5565e8ae1dbf2f2f3e859bd 12-Jul-2017 Sohani Rao <sohanirao@google.com> Wifficond: Implement API to get PNO scan results

Implement getPnoScanResults() API to return scan results from the
interface that completed the scheduled PNO scans in disconnected mode
most recently.

Bug: 63148974
Test: Unit tests, sanity test and on-device tests
Change-Id: Ife9f890faa7cdbc34da83708f59eae7398e76109
/system/connectivity/wificond/aidl/android/net/wifi/IWifiScannerImpl.aidl
d08fcc7ee2f71489ddda4b8fbc7f06f8979271a2 05-May-2017 Ningyuan Wang <nywang@google.com> Change abortScan() binder API to void

Framework don't reley and can't rely on the success/failure
of abortScan(). In order to avoid confusion, this API should
be void instead returning bool.

Bug: 37743832
Test: compile, unit tests, manual test, integration test
Change-Id: I32075984b5e5f5be4822e9669076004a2f4a73c2
/system/connectivity/wificond/aidl/android/net/wifi/IWifiScannerImpl.aidl
33bbb8147436c2abf8f3e7b535b13b6c63bd3c64 06-Apr-2017 Daisuke Niwa <daisuke.x.niwa@sonymobile.com> Support abortScan

Support to abortScan instead of "ABORT_SCAN" command of
wpa_supplicant.
When STA scan triggered by wificond is ongoing, abortScan sends
NL80211_CMD_ABORT_SCAN to kernel to stop it.

Bug: 37227357
BUg: 37743832
Test: Manual test
Change-Id: I542088e7711bd7e32a22685397af8e7f3a8ccdf7
/system/connectivity/wificond/aidl/android/net/wifi/IWifiScannerImpl.aidl
0513378db6f1f8f2c84387c3a8bea5449cf03190 23-Feb-2017 Ningyuan Wang <nywang@google.com> Get up-to-date channel info from kernel

Bug: 35707768
Test: compile, unit tests, integration test

Change-Id: Ifb0beb9321d632ec76df3d368c10e4531743e4c3
/system/connectivity/wificond/aidl/android/net/wifi/IWifiScannerImpl.aidl
4a4dfe51f4039e03c8a5961dd2f4c64fa3ed5d40 24-Feb-2017 Ningyuan Wang <nywang@google.com> Change some wificond aidl interfaces to oneway

Some interfaces does not require synchrounous behavior.
We can mark them as oneway.

Bug: 35726133
Change-Id: I7cc9ad5c27b812bc0105c8c52b1e8e25db9721e6
Test: compile, manual test
/system/connectivity/wificond/aidl/android/net/wifi/IWifiScannerImpl.aidl
cac79589ac90296583fd9f352a8411d4607b2216 20-Jan-2017 Ningyuan Wang <nywang@google.com> Plumb through scheduled scan results

Bug: 33398008
Test: compile, unit tests, manual test

Change-Id: I1e9eb84294cf99cda377c5c17edda97baa465895
/system/connectivity/wificond/aidl/android/net/wifi/IWifiScannerImpl.aidl
6fb69037162826904ea9f0cc00fb9a0cfaf15e6f 10-Dec-2016 Ningyuan Wang <nywang@google.com> Support PNO scan for wificond scanner

This also fixes the aidl file naming.
Functions should start with lower case alphabet.

Bug: 33398008
Test: compile

Change-Id: Icb401d398c819ce1f54fb32da116e21fb835ec2b
/system/connectivity/wificond/aidl/android/net/wifi/IWifiScannerImpl.aidl
48fa2dc030a9c648403ec2761f24fc6907741518 09-Dec-2016 Ningyuan Wang <nywang@google.com> Add scan result notification interfaces to wificond scanner

Bug: 33398008
Test: compile

Change-Id: I10eb85b67be4b5b1829c006f92e0cc4d37a9be7d
/system/connectivity/wificond/aidl/android/net/wifi/IWifiScannerImpl.aidl
a0687c403abfb1605c7afbe100e30f3d884587ca 09-Dec-2016 Ningyuan Wang <nywang@google.com> Add scan() to wificond scanner

Bug: 33398008
Change-Id: Ib2009547ccc8fc368bd92e88a216b61cefe9a8ad
Test: compile
/system/connectivity/wificond/aidl/android/net/wifi/IWifiScannerImpl.aidl
069d339f16a6ba2cbfbaa9f1eb1921c8e50e16d1 09-Dec-2016 Ningyuan Wang <nywang@google.com> Add getScanResults() to wificond scanner

Bug: 33398008
Change-Id: I40c456f9b2c4ff4ba971cb09f2b5e3904519a250
Test: compile, manual tests
/system/connectivity/wificond/aidl/android/net/wifi/IWifiScannerImpl.aidl
87a24f50bf8565f456763780650ee4c0f5318065 05-Dec-2016 Ningyuan Wang <nywang@google.com> Add interfaces for getting available channels to WifiScannerImpl

This adds the following three aidl interfaces to wificond ScannerImpl:

int[] getAvailable2gChannels();
int[] getAvailable5gNonDFSChannels();
int[] getAvailableDFSChannels();

This also adds the corresponding integration tests.

Bug: 33297764
Test: compile, unit tests, integration tests

Change-Id: Idb14740769aa2ab368f311ae099b53005382a007
/system/connectivity/wificond/aidl/android/net/wifi/IWifiScannerImpl.aidl
c2b0dce5c32b4e6baf5d923b604529ea0ed97c5f 18-Nov-2016 Ningyuan Wang <nywang@google.com> Add WifiScannerImpl object stub implementation

This includes:
1. Add getWifiScannerImpl() to IClientInterface. This call will
return an IWifiScannerImpl object.

2. Remove scanning result listening functionalities out of the
ClientInterface class. These functionalities will be added back
to ScannerImpl class later.

Bug: 31115360
Test: compile, unit tests, integration tests

Change-Id: Ie4ffcbe0d63b2db61e66093df2dda26493e2cd77
/system/connectivity/wificond/aidl/android/net/wifi/IWifiScannerImpl.aidl