commit | 121a034d3ccf38067e0e340d0b4885ebef02a1b1 | [log] [tgz] |
---|---|---|
author | lesl <lesl@google.com> | Wed Oct 14 17:36:31 2020 +0800 |
committer | lesl <lesl@google.com> | Thu Oct 15 14:54:03 2020 +0800 |
tree | b24165dc0532bb7eb6e778ea17c01f291ac5913a | |
parent | 9dc64dbd67397a93d3cae4051586d8c5f93c57af [diff] |
wifi: make BAND_ANY to deprecated Require to use bands bit mask to replace BAND_ANY. The current bands are a bit mask. It already supported multi-bands setting. The BAND_ANY will causes limitation when adding the new band setting. Mark BAND_ANY to deprecated and replace all of the test code to use bit mask. Bug: 162899642 Test: atest FrameworksWifiApiTests Change-Id: I0d379e60ed52e569a992ee566e4281cffa42aec9