History log of /frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/AccessPoint.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
60a82ffe457942bf9a106b406b14d10d09ba57ef 25-Feb-2016 Jason Monk <jmonk@google.com> Expose bssids for AccessPoints

Bug: 26271353
Change-Id: Id83cb8ae8f25247e2d8eec9c4e06604b7dbb5488
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/AccessPoint.java
a0e03ddd5f8b0f3dc0d3cd1c3432b137dd528a90 28-Jan-2016 Tony Mantler <nicoya@google.com> Change AccessPoint sorting to bucket signal levels

Keeps the list from jumping around for non-user-visible reasons

Change-Id: I2a47fa2f8e3dfcd95c17c5ffbb552332273eb425
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/AccessPoint.java
f9bf6da6cd0666897f4b56cf0e6dee3c55243273 14-Jan-2016 Bartosz Fabianowski <bartfab@google.com> Add WifiConfiguration.shared flag
am: 6fb0756d2f

* commit '6fb0756d2f59d70507919350f6192718b5d3f630':
Add WifiConfiguration.shared flag
6fb0756d2f59d70507919350f6192718b5d3f630 12-Jan-2016 Bartosz Fabianowski <bartfab@google.com> Add WifiConfiguration.shared flag

* Add boolean WifiConfiguration.shared, which indicates whether a network
is shared (visible to and usable by all users) or private (visible to
and usable only by the user who created it)
* Extend WifiConfiguration.configKey(...) so that when two users create
private configurations for the same network, their configurationKeys
will be different.
* Make AccessPoint.matches(...) take into account the shared flag

BUG=25600871

Change-Id: I4a4335fa3b4b4f850e16748583a29ab66992ddc8
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/AccessPoint.java
f7705c3ed6ac2e6d787f91c65feb003a8b749ceb 01-Dec-2015 xinhe <xinhe@google.com> Initial codes for Quality network selection

In this change list, the old WifiAutojoin module is
refactored initially. The old WifiAutojoinController is
replaced with a new WifiQualifiedNetworkSelector.
WifiConfiguration, WifiConfigureStore and
WifiStateMachine have been modified accordingly. The new
network selection logic is refactored with a more clear
and deterministci one. To refer to thedescribed in
details, in "Quality Network Selection and Connectivity
Scan Management in N". The link of the document is:
https://docs.google.com/document/d
/1JPTa2NEk-PgjCJ16fIrR6ohV-kDKveDlYDOeiMCB2_c

cherry-picked from 8d106780b6a638552749e54e169fc72537d4bccc
and make changes on WiFiConfigurationSerializer.java since
it is not on mm-wireless-dev
Bug:26012244
Change-Id: I44e454544b630b891c9a58a18b5a028edcce580f
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/AccessPoint.java
8d106780b6a638552749e54e169fc72537d4bccc 01-Dec-2015 xinhe <xinhe@google.com> Initial codes for Quality network selection [DO NOT MERGE]

In this change list, the old WifiAutojoin module is
refactored initially. The old WifiAutojoinController is
replaced with a new WifiQualifiedNetworkSelector.
WifiConfiguration, WifiConfigureStore and
WifiStateMachine have been modified accordingly. The new
network selection logic is refactored with a more clear
and deterministci one. To refer to thedescribed in
details, in "Quality Network Selection and Connectivity
Scan Management in N". The link of the document is:
https://docs.google.com/document/d
/1JPTa2NEk-PgjCJ16fIrR6ohV-kDKveDlYDOeiMCB2_c

Bug:26012244

Change-Id: I3df124c110e458e3b6bc29466b9046748d79582a
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/AccessPoint.java
0775a98e2095224d4b1618a4739543ce6e7f32ec 19-Aug-2015 Sanket Padawe <sanketpadawe@google.com> Fix AP showing up forever in Settings after shutting down that AP.

Bug: 22129483
Change-Id: I1f6abdb0b80c2d2fec5a7dc4026b5230cd29af7b
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/AccessPoint.java
5a42db2e9c4ce5700a321b9c2aa22189598ceeaf 03-Aug-2015 Mitchell Wills <mwills@google.com> Pass connection configuration when setting wifi info

This allows the both the ssid and connection info to be verified when
updating wifi info.

Bug: 22797622
Change-Id: I82d771a299e17469683516c6b1077cb260981812
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/AccessPoint.java
0bd08fc22ae457791d95a4d557051e6601516bd0 13-Jul-2015 Vinit Deshpande <vinitd@google.com> Merge "Fix multiple SSIDs for same Passpoint issues" into mnc-dev
194cce695b51604f6245a73cfec27631c7555429 10-Jul-2015 Sanket Padawe <sanketpadawe@google.com> Changes security for Passpoint to EAP security from "Passpoint".

Bug: 22402754
Change-Id: I3afbb6f3f446657a3e9505122032f4edc6401302
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/AccessPoint.java
5b7352cf1bdcede7d018f9bb94667593b11b77c0 10-Jul-2015 Vinit Deshpande <vinitd@google.com> Fix multiple SSIDs for same Passpoint issues

This change fixes Wifi Settings UI for passpoint. The
connected notification now should show up only for the
SSIDs that match.

Bug: 22200890
Change-Id: If69a9364eca5505fe2d4037217f1777fa4d823f5
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/AccessPoint.java
c7a38ef8405443648688a7950378ac4e4ebb3ae5 25-Jun-2015 Shirish Kalele <kalele@google.com> Mark a connection as a Wifi Assistant connection based on the
ephemeral flag in WifiInfo.
Add this private field to WifiInfo.

Change-Id: Ic815b87a24e8272faa6e9e820b8fa55224af882a
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/AccessPoint.java
fcd4612f70bb22e11bf776c76afc45b03a5b026c 12-Jun-2015 Vinit Deshpande <vinitd@google.com> Fix access point list jumping around in WifiSettings

This happens because the scan times are very aggressive
(to save power); and we don't find all APs on each scan.
So on each scan, some APs are considered lost and some
other are considered found; resulting in reordering the
list.

This change fixes that by requiring 3 scans to confirm
absence of an AP.

Bug: 7263326

Change-Id: I04f61ec5e5aa1589f457645acbf538c7e275a4bf
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/AccessPoint.java
6980d12c5864941e68933705c1f15a102ac348cb 15-Jun-2015 Jason Monk <jmonk@google.com> Make references to ssid use a verbatim TtsSpan

Bug: 20059794
Change-Id: Id92ef11e78547e168f55515dea2fc28519871d6f
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/AccessPoint.java
3e9e5fa66e222efb10125a08dc9e6ae359d9c1cc 28-May-2015 Sanket Padawe <sanketpadawe@google.com> Fix display of "null" string shown in Wifi Settings for AP.

Bug: 21476825
Change-Id: I643dcaa3112ff896e7b0abd998f2ad5e13187706
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/AccessPoint.java
402be0628c3c27273e826344ec7b12d53f861152 14-May-2015 Sanket Padawe <sanketpadawe@google.com> Merge "Hotspot 2.0 UI." into mnc-dev
2b51cc30d523cce3609a498c466364caf3ce504e 13-May-2015 Jason Monk <jmonk@google.com> Fix crash from WPS

Also fix the tests to handle the new threadedness while here.

Bug: 20067687
Change-Id: I116bf14c71886b251c2e8bcaeb2c9b0e5f9ec817
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/AccessPoint.java
d187880109a614f677911c89cdc1cb034341de3d 12-May-2015 Sanket Padawe <sanketpadawe@google.com> Hotspot 2.0 UI.

Bug: 20182930
Change-Id: Ice6df509889fa7eb0494bb04af65890f07b4a2b1
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/AccessPoint.java
60137fdcb3294acb3faf8a31d96cb6aa2dd78b1a 06-May-2015 Sanket Padawe <sanketpadawe@google.com> Merge "Saved network summary string fixes in Wifi Settings" into mnc-dev
56cfbfb0319dfed65b6307b1baf73cb9b92db9b9 06-May-2015 Sanket Padawe <sanketpadawe@google.com> Saved network summary string fixes in Wifi Settings

Bug: 20667217
Change-Id: Ife1b1e7da3270020ef405693252a9e8a1ea5a6ca
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/AccessPoint.java
7094d22022c8e0c6ad71920b101434dded8a276e 02-May-2015 Sanket Padawe <sanketpadawe@google.com> Adding "Connected, no Internet" string in Wifi nw summary.

Bug: 17380953
Change-Id: I9664bcbf33832fe722e7d2b3125939287ee98098
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/AccessPoint.java
dcf00c9d0f6f985aef186cfe5d7b63761e2f8104 16-Apr-2015 Vinit Deshpande <vinitd@google.com> Implement 'Available via Passpoint' feature [DO NOT MERGE]

This also fixes the issues related to explicit connection
to passpoint AP, and fixes occassional mention of
'connected via Wi-Fi Assistent'

Change-Id: I152cebafa6259194f1d09a6972a3508156335cb6
(cherry picked from commit ff783cd6cfc82870a6126fe1ef019d21131423fc)
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/AccessPoint.java
fc40600e30e281712f6c2fc899fc3894b8ad0050 16-Apr-2015 Vinit Deshpande <vinitd@google.com> Fix settings UI for passpoint networks [DO NOT MERGE]

This change includes showing the friendly name in saved
networks list and 'Connected via provider' addition for
passpoint connections.

Change-Id: If330baa96dedb099d5989b3df5b9778bbbcb15e3
(cherry picked from commit 597f49cdda63fef1b583e2053341485e8d4e2371)
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/AccessPoint.java
d52356aa5e82c7c5db61672bbe8d0f44861f3e59 28-Jan-2015 Jason Monk <jmonk@google.com> Move Settings wifi tracking to SettingsLib

Make SettingsLib capable of tracking which wifi networks are
available/saved and their state.

Also modify Quick Settings to use this code rather than having
its own logic.

Bug: 19180466
Change-Id: Iff9f9aed240d79323dba41496496e8076b9fa6f2
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/AccessPoint.java