Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_opt_net_wifi
/
b8cc48f2a8c700a3405b742b9fb3bbcfd37d6de0
b8cc48f
[NAN] Fix unit tests due to changes in WifiNanNative init/deinit
by Etan Cohen
· 9 years ago
b089eee
[NAN] Initialization changes to make sure that callbacks are registered.
by Etan Cohen
· 9 years ago
bfaff8a
[NAN] Add LV utilities (TLV with T size of 0).
by Etan Cohen
· 9 years ago
d2a31b7
[NAN] Fix TlvElement member names - reflect public access.
by Etan Cohen
· 9 years ago
80a6988
[NAN] Modify arguments from "array, length" to "array"
by Etan Cohen
· 9 years ago
d2683c7
[NAN] Expose NAN discovery interface MAC address to app.
by Etan Cohen
· 9 years ago
45f5eed
[NAN] Add tests for (T)LV validity.
by Etan Cohen
· 9 years ago
91a3f00
[NAN] Service name usage: add validity check call & use byte[]
by Etan Cohen
· 9 years ago
837a077
[NAN] Simplify printing (keeping track of) message types
by Etan Cohen
· 9 years ago
0e54c6d
[NAN] Replace SparseArray<Integer> with SparseIntArray
by Etan Cohen
· 9 years ago
ff05c54
[NAN] Add test case to validate non-ASCII TLV usage
by Etan Cohen
· 9 years ago
e27021e
[NAN] Queue all sent messages (follow-up Tx) irrespective of firmware capability
by Etan Cohen
· 9 years ago
7124382
[NAN] NAN data-path factory - create a network.
by Etan Cohen
· 9 years ago
7cde468
[NAN] Propagate UID into client data.
by Etan Cohen
· 9 years ago
f313624
[NAN] Fix/rename/clarify API: initiating data-path
by Etan Cohen
· 9 years ago
b9f574e
[NAN] Create/delete all NAN data-path interfaces on Wi-Fi up/down
by Etan Cohen
· 9 years ago
f5a9cc0
[NAN] NAN data-path HAL wrapper
by Etan Cohen
· 9 years ago
caf8c19
[NAN] Fix unit tests: fail due to new method/renamed var
by Etan Cohen
· 9 years ago
0eed0db
Merge "[NAN] Re-configure NAN HAL callbacks whenever Wi-Fi is disabled/enabled." into mm-wireless-dev
by Etan Cohen
· 9 years ago
be83d58
[NAN] Re-configure NAN HAL callbacks whenever Wi-Fi is disabled/enabled.
by Etan Cohen
· 9 years ago
f928077
[NAN] Set DBG and VDBG flags to false
by Etan Cohen
· 9 years ago
60046ad
[NAN] Code clean-up: IDE/link + safety
by Etan Cohen
· 9 years ago
b5ff110
[NAN] Treat GetCapabilities() as a regular command/response pair.
by Etan Cohen
· 9 years ago
1da4332
[NAN] Add retry count to send message
by Etan Cohen
· 9 years ago
1bf97ad
[NAN] Update send message flow to be (more) asynchronous
by Etan Cohen
· 9 years ago
62f63a9
Merge "[NAN] Fix memory access violation during transmit followup" into mm-wireless-dev
by Etan Cohen
· 9 years ago
0815c27
[NAN] Fix memory access violation during transmit followup
by Ravi Joshi
· 9 years ago
47b0d6d
[NAN] Minor fix to check for invalid TIMEOUT for RTT start ranging command
by Etan Cohen
· 9 years ago
714584f
Merge "[NAN] NAN RTT service implementation" into mm-wireless-dev
by Etan Cohen
· 9 years ago
7335b7c
[NAN] NAN RTT service implementation
by Etan Cohen
· 9 years ago
b46f7f1
Merge "[NAN] Add send message queue depth to capabilities" into mm-wireless-dev
by Etan Cohen
· 9 years ago
b17177e
[NAN] Reset current command when a timeout is received
by Etan Cohen
· 9 years ago
7c04e25
[NAN] Add send message queue depth to capabilities
by Etan Cohen
· 9 years ago
6f9a6ee
Merge "[NAN] Do not reset state machine after OnNanDown" into mm-wireless-dev
by Etan Cohen
· 9 years ago
a2061f0
[NAN] Fix naked array printing - print contents.
by Etan Cohen
· 9 years ago
f1aa2b3
[NAN] Do not reset state machine after OnNanDown
by Etan Cohen
· 9 years ago
daf82b1
Merge "[NAN] Add status codes for data-path & re-enable errors." into mm-wireless-dev
by Etan Cohen
· 9 years ago
12791a7
[NAN] Add status codes for data-path & re-enable errors.
by Etan Cohen
· 9 years ago
c5f9339
Merge "Test for null CA certificates in WifiEnterpriseConfig" into mm-wireless-dev
by Rubin Xu
· 9 years ago
e13c878
Test for null CA certificates in WifiEnterpriseConfig
by Rubin Xu
· 9 years ago
ebefdf6
[NAN] Update tests: verifyNoMoreInteractions on all interactions.
by Etan Cohen
· 9 years ago
dbe7e25
[NAN] Fix test failure when running all Wi-Fi tests. [DO NOT MERGE]
by Etan Cohen
· 9 years ago
4375ab0
[NAN] Add TIMEOUT support to handle HAL non-response to commands.
by Etan Cohen
· 9 years ago
2bcc7eb
Update mock AlarmManager to handle setExact method. [DO NOT MERGE]
by Etan Cohen
· 9 years ago
b57dcb2
Revert "Update mock AlarmManager to handle setExact method. [DO NOT MERGE]"
by Etan Cohen
· 9 years ago
d6186e1
Update mock AlarmManager to handle setExact method. [DO NOT MERGE]
by Etan Cohen
· 9 years ago
b822640
[mmwd only] Update mock AlarmManager per nyc-dev changes [DO NOT MERGE]
by Etan Cohen
· 9 years ago
1b1f9b6
[NAN] Add master switch to enable/disable usage of NAN APIs.
by Etan Cohen
· 9 years ago
9864521
[NAN] Re-factor connect/config flow
by Etan Cohen
· 9 years ago
18456db
Fix crash when wifi monitor dispatches a message with no handler
by Mitchell Wills
· 9 years ago
12a73db
[NAN] Refactor session lifecycle to clarify API & eliminate race conditions [DO NOT MERGE]
by Etan Cohen
· 9 years ago
5033f81
[NAN] Fix build error (with extra warning) - uninitialized variable [DO NOT MERGE]
by Etan Cohen
· 9 years ago
c9ac672
[NAN] Removed NAN event registration - dispatch all callbacks. [DO NOT MERGE]
by Etan Cohen
· 9 years ago
9cf66a4
[NAN] Consolidate publish/subscribe callback sets into single set [DO NOT MERGE]
by Etan Cohen
· 9 years ago
951fbeb
[NAN] Replace session callback configuration control [DO NOT MERGE]
by Etan Cohen
· 9 years ago
f769489
[NAN] Export match style configuration to API. [DO NOT MERGE]
by Etan Cohen
· 9 years ago
1e806a7
Fix WifiScanner not recovering after Wifi is turned off
by Mitchell Wills
· 9 years ago
9b34eab
Merge "Update ScanCapabilities in WifiNative" into mm-wireless-dev
by Roshan Pius
· 9 years ago
d34e3a7
Update ScanCapabilities in WifiNative
by Roshan Pius
· 9 years ago
ea91131
Merge "Created WifiInjector, dependency injector for wifi" into mm-wireless-dev
by Glen Kuhne
· 9 years ago
03e6c26
Merge "WifiStateMachine: Return to InitialState if driver start fails" into mm-wireless-dev
by Paul Stewart
· 9 years ago
637a86f
Created WifiInjector, dependency injector for wifi
by Glen Kuhne
· 9 years ago
017307e
Fix Crash when getScanCapabilities fails
by Mitchell Wills
· 9 years ago
b92d078
Merge changes Ib8c98c06,I0731192d,I7d03b43b into mm-wireless-dev
by Roshan Pius
· 9 years ago
2686a71
Merge "Make sure all tests are annotated with a size" into mm-wireless-dev
by Mitchell Wills
· 9 years ago
c537c03
Merge "Add responder_supported into RTT capabilities." into mm-wireless-dev
by Wei Wang
· 9 years ago
7ce3d79
Fix map reference in WifiMonitor.sendMessage()
by Paul Stewart
· 9 years ago
28345f8
Make sure all tests are annotated with a size
by Mitchell Wills
· 9 years ago
1fa4000
WifiScanningServiceImpl: Add PNO active scans map
by Roshan Pius
· 9 years ago
d0310c7
Pause PNO scans for single scan
by Roshan Pius
· 9 years ago
8adb4e7
Refactor WifiScanner support for oneshot scans
by Mitchell Wills
· 10 years ago
01fb5b2
Merge changes from topic 'wifi_scanner_hidden_network_ids' into mm-wireless-dev
by Roshan Pius
· 9 years ago
fc0f43e
WifiStateMachine: Return to InitialState if driver start fails
by Paul Stewart
· 9 years ago
e5da466
Merge "Wifi: send an explicit ENABLE_NETWORK with "no-connect"" into mm-wireless-dev
by Roshan Pius
· 9 years ago
3c83d47
Allow multiple Handlers to be registered for a WifiMonitor event
by Mitchell Wills
· 9 years ago
53e88b2
Add responder_supported into RTT capabilities.
by Wei Wang
· 9 years ago
d74ff28
WifiScanner: Changes to support hidden Network Ids
by Roshan Pius
· 9 years ago
a7aef0a
Merge "Fix WifiMetrics connection auth type" into mm-wireless-dev
by Glen Kuhne
· 9 years ago
9947ed6
Merge "Add Supported Rates and 802.11 Mode detection" into mm-wireless-dev
by Glen Kuhne
· 9 years ago
163d510
Wifi: send an explicit ENABLE_NETWORK with "no-connect"
by Sunil Dutt
· 9 years ago
2e0b845
Correctly filter results by time from supplicant in Hal scan impl
by Mitchell Wills
· 9 years ago
15ed48d
Capture Wlan host wake reasons in bugreport
by Roshan Pius
· 9 years ago
2b152fe
Fix WifiMetrics connection auth type
by Glen Kuhne
· 9 years ago
3a2b55b
Merge "WifiConfigManager: Change PNO network list type" into mm-wireless-dev
by Roshan Pius
· 9 years ago
9a7223a
Merge "PNO: Bugfixes in WifiNative" into mm-wireless-dev
by Roshan Pius
· 9 years ago
d17c24a
Merge "WifiScannerImpl: PNO implementation (Part 1)" into mm-wireless-dev
by Roshan Pius
· 9 years ago
f5cc6a0
Add Supported Rates and 802.11 Mode detection
by Glen Kuhne
· 9 years ago
ffe70f7
Merge "PNO: Changes in Native for new interface" into mm-wireless-dev
by Roshan Pius
· 9 years ago
8c0c14b
WifiConfigManager: Change PNO network list type
by Roshan Pius
· 9 years ago
ef3ea10
PNO: Bugfixes in WifiNative
by Roshan Pius
· 9 years ago
9153bd6
WifiScannerImpl: PNO implementation (Part 1)
by Roshan Pius
· 9 years ago
9bd01d6
PNO: Changes in Native for new interface
by Roshan Pius
· 9 years ago
6b0c636
Merge "Send list of hidden networkID for supplicant scan" into mm-wireless-dev
by Roshan Pius
· 9 years ago
3d995b8
Send list of hidden networkID for supplicant scan
by Roshan Pius
· 9 years ago
2d35cbc
Propogate user band preference to QNS
by Randy Pan
· 9 years ago
f8cd000
Merge "Remove lazy roam code" into mm-wireless-dev
by Ningyuan Wang
· 9 years ago
55dd2dd
Clean the WifiStateMachine logging tags
by Ningyuan Wang
· 9 years ago
a5c3069
Remove lazy roam code
by Ningyuan Wang
· 9 years ago
39970b6
Merge "Remove redundant class TetherStateChange" into mm-wireless-dev
by Ningyuan Wang
· 9 years ago
d63e34a
Remove unused function configureSsidWhiteList()
by Ningyuan Wang
· 9 years ago
Next »