History log of /frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/WifiNanSessionState.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2cb727022e130f0c0b3c549b01c7d88cd57904e3 11-Feb-2016 Etan Cohen <etancohen@google.com> NAN: Disable all DBG flags.

Change-Id: I98873ef3419282dde855987a1f4f8b6c29a30b89
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/WifiNanSessionState.java
22b4156d2948e3108ae8439dc72f76fb97526ace 26-Jan-2016 Etan Cohen <etancohen@google.com> NAN: Adding tests for internal state of WifiNanStateManager

Add tests for internal state of WifiNanStateManager: validate that
cleanup of client (UID) and session registrations (pending transactions)
done when client disconnected or when a session is destroyed.

While usually not a good idea to test internal state (all other tests
are focused on external contract of class) in this case the results would
be memory leak and information leak.

Fixed several errors discovered with new unit tests.

Bug: 26878060
Bug: 26880665
Change-Id: I89f20353c296edb562de3cb0dfdc208e91624acf
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/WifiNanSessionState.java
2e09c384f5ce86061b115f20fe3ca75a175d87f0 26-Jan-2016 Etan Cohen <etancohen@google.com> NAN: add message ID to correlate message callbacks to original message

Add message ID to be specified by caller to each message. Same message ID
is provided back in callbacks indicating message send success or failure.

Message ID is purely used as a caller-side object - the service doesn't use
the contents in any way.

Bug: 26769293
Change-Id: Ib1243f42473ecbd616a6c620d2fff4aa9d3a0d73
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/WifiNanSessionState.java
956f54b391677d78379729dd14518edddf3c7660 29-Sep-2015 Etan Cohen <etancohen@google.com> NAN: initial service implementation for discovery

Initial NAN service implementation. Supports:
- Configuration
- Publish/Subscribe = Discovery
- Message passing
- Notifications

Bug: 26216681
Change-Id: I1f84a6006cec3c3ed9a4566a79b1b4f8dcecde08
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/WifiNanSessionState.java