summaryrefslogtreecommitdiffstats
path: root/service/java/com/android/server/wifi/aware/WifiAwareDataPathStateManager.java
Commit message (Expand)AuthorAgeFilesLines
* WifiPermissionsUtil: Use getApplicationInfoAsUser for target SDK checksRoshan Pius2019-09-181-1/+1
* [AWARE] Verify IPv6 address before declaring network fullfilledEtan Cohen2019-03-211-15/+89
* [AWARE] Add support for "instant request failures"Etan Cohen2019-02-251-1/+22
* [AWARE] Keep information on NetworkRequests - refactor onlyEtan Cohen2019-02-221-25/+31
* [AWARE] NANv3 interop/compat mode - allow IPv6 overrideEtan Cohen2019-02-121-24/+69
* [AWARE] Change parsing return type to a structEtan Cohen2019-02-121-8/+20
* [AWARE] Use a NANv3 compliant TLV structure for L3 infoEtan Cohen2019-02-061-70/+100
* [WIFI][LOCATION] Convert API from Coarse -> Fine for >= QEtan Cohen2019-01-231-1/+1
* [AWARE] Add Wi-Fi Aware-specific Network info: port, transport protocolEtan Cohen2019-01-051-9/+181
* [AWARE] Allow NDP request indication on initiatorEtan Cohen2019-01-051-0/+12
* [AWARE] Configure Wi-Fi Aware-specific network capabilitiesEtan Cohen2018-12-111-1/+25
* [AWARE] Failure to release network requests can lead to further failuresEtan Cohen2018-04-231-0/+2
* [AWARE] Fix interface selection when have a request to anyEtan Cohen2018-03-151-4/+4
* [AWARE] Multiple identical NDP using in-band and oobEtan Cohen2018-02-271-26/+19
* [AWARE] Clean-up cache on shut-downEtan Cohen2018-02-271-13/+8
* [AWARE] Remove ability to accept connections from ANYONEEtan Cohen2018-01-241-3/+26
* [AWARE] Record NDP channel info if providedEtan Cohen2018-01-181-3/+40
* Add "not congested" network capability.Jeff Sharkey2018-01-171-0/+1
* [AWARE] Only create Aware HAL interface when neededEtan Cohen2017-12-191-0/+1
* [AWARE] Configure DBG vs. VDBGEtan Cohen2017-12-141-2/+2
* [AWARE] Restructure debugging flags to enable dynamic updatesEtan Cohen2017-12-141-16/+15
* [AWARE] Add NOT_ROAMING capability to Aware networksEtan Cohen2017-11-101-0/+1
* [AWARE] Support multiple NAN data interfaces (NDI)Etan Cohen2017-09-051-7/+40
* [AWARE] Defer requests received while terminating an NDPEtan Cohen2017-08-231-17/+43
* [AWARE] Support multiple canonically identical NDP requestsEtan Cohen2017-08-181-30/+178
* [AWARE] Support multiple NDPs on an NDIEtan Cohen2017-07-251-27/+52
* [AWARE] Simplify Aware data-path statesEtan Cohen2017-07-201-54/+22
* Merge "[AWARE] Abort data-path setup if there are no data-interfaces" into oc...Etan Cohen2017-07-171-2/+17
|\
| * [AWARE] Abort data-path setup if there are no data-interfacesEtan Cohen2017-07-141-2/+17
* | Merge changes I3934b68b,Ic1b3a97b into oc-dr1-dev am: 65af05ee2eEtan Cohen2017-07-141-6/+20
|\|
| * [AWARE] Restrict number of data interfaces and pathsEtan Cohen2017-07-141-0/+8
| * [AWARE] Create a locally maintained peer ID instead of firmware IDEtan Cohen2017-07-141-6/+12
* | Merge "[AWARE] Use legacy TYPE_NONE network type"TreeHugger Robot2017-07-061-2/+2
|\ \ | |/ |/|
| * [AWARE] Use legacy TYPE_NONE network typeEtan Cohen2017-07-051-2/+2
* | [AWARE] Add metrics for data-path session durationEtan Cohen2017-06-301-1/+7
* | [AWARE] Add NDP (data-path) creation duration metricsEtan Cohen2017-06-301-6/+15
* | [AWARE] Add NAN data-path (NDP/NDI) metricsEtan Cohen2017-06-301-1/+10
|/
* [AWARE] Add length checks on PMK/PassphraseEtan Cohen2017-06-071-0/+16
* Merge "[AWARE] Enforce permissions for Aware data-path PMK usage"TreeHugger Robot2017-06-061-3/+20
|\
| * [AWARE] Enforce permissions for Aware data-path PMK usageEtan Cohen2017-06-061-3/+20
* | [AWARE] Delete all possible NDIs - not just those framework thinks existsEtan Cohen2017-06-021-1/+7
|/
* [AWARE] Delegate channel selection to HALEtan Cohen2017-06-011-2/+3
* [AWARE] Metrics frameworkEtan Cohen2017-05-241-1/+3
* [AWARE] Add a fixed service-name for OOB passphrase-protected data-pathEtan Cohen2017-05-121-3/+3
* [AWARE] Add a fixed service-name for OOB passphrase-protected data-pathEtan Cohen2017-05-091-1/+1
* [AWARE] Add UID checking to WifiAware network specifierEtan Cohen2017-04-211-2/+7
* [AWARE] Implement custom network specifierEtan Cohen2017-04-061-181/+105
* Make the NetworkSpecifier a class instead of a string.Etan Cohen2017-04-061-8/+28
* [AWARE] Add data-path security configuration (Passphrase)Etan Cohen2017-03-071-4/+22
* [AWARE] Update agent initialization to provide valid link propertiesEtan Cohen2017-03-071-2/+1