History log of /frameworks/base/wifi/java/android/net/wifi/aware/WifiAwareNetworkSpecifier.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
523a425083f3045cb27cea2796a89f7488a1c5c2 01-Aug-2017 Etan Cohen <etancohen@google.com> [AWARE] Add a group network specifier allowing matches to multiple requests

Add a group Aware network specifier which can match any of the
requests it contains. It is intended to represent a single connection
which may match multiple network requests.

Bug: 64125969
Test: unit tests
Test: acts/sl4a + new DataPathTest:test_multiple_identical_networks
Change-Id: I5971dc21c0a6d95fbd287ba0df0c7fba4ba580da
/frameworks/base/wifi/java/android/net/wifi/aware/WifiAwareNetworkSpecifier.java
c7bd5101fe7f964bbaaa74b5b6e9bb8ad876fa7c 09-May-2017 Etan Cohen <etancohen@google.com> [AWARE] Add is out-of-band utility function

Add a utility function which indicates whether the network
specifier is an out-of-band network specifier.

Bug: 38171946
Test: unit tests + current integration (sl4a) pass
Change-Id: I68581b2c447d8547a1b35020c17188e220cca76b
/frameworks/base/wifi/java/android/net/wifi/aware/WifiAwareNetworkSpecifier.java
859748f08c42ddff5693c48d17bed633cbfe9cce 04-Apr-2017 Etan Cohen <etancohen@google.com> [AWARE] Add UID checking to WifiAwareNetworkSpecifier

Wifi Aware networks are per app - i.e. a requestor gets
a dedicated network. Change verifies that the only the
original requestor matches the created network (using UID).

Bug: 36053921
Test: Integration (sl4a) tests
Change-Id: I4ff3994731dd7ccb88e2bea333d1e6905b136f02
/frameworks/base/wifi/java/android/net/wifi/aware/WifiAwareNetworkSpecifier.java
a5028455a4b7592091f12c80d4b4d42c9c866d66 30-Mar-2017 Etan Cohen <etancohen@google.com> [AWARE] Implement custom Wi-Fi Aware network specifier

Convert Wi-Fi Aware connectivity requests to use a custom
network specifier (as opposed to a string). Aside from
simplifying code, allows for more control of information
printed out, and of additional information to be packaged
and used in network decisions (uid - TBD).

Bug: 36275276
Bug: 36053921
Test: unit tests and integration (sl4a) tests passing.
Change-Id: I776fb348b15ec4830f890a8ac5c41f24594e12a7
/frameworks/base/wifi/java/android/net/wifi/aware/WifiAwareNetworkSpecifier.java