wifi: Fix for DPP VTS test failures on 5GHz only devices
Pass one 2.4GHz channel (1) and one 5GHz channel(40) in URI channel-list, so that devices which support only one band can initiate Authentication. Bug: 161331637 Test: VtsHalWifiSupplicantV1_2TargetTest Test: VtsHalWifiSupplicantV1_3TargetTest Change-Id: Ic2677c5f2c2bebe632f823f0472da0a5ae404c0d
This commit is contained in:
parent
6e5eedbfef
commit
6b75eeb045
2 changed files with 10 additions and 5 deletions
|
@ -302,7 +302,8 @@ TEST_P(SupplicantStaIfaceHidlTest, AddDppPeerUriAndRomveUri) {
|
|||
}
|
||||
|
||||
hidl_string uri =
|
||||
"DPP:C:81/1;M:48d6d5bd1de1;I:G1197843;K:MDkwEwYHKoZIzj0CAQYIKoZIzj"
|
||||
"DPP:C:81/1,117/"
|
||||
"40;M:48d6d5bd1de1;I:G1197843;K:MDkwEwYHKoZIzj0CAQYIKoZIzj"
|
||||
"0DAQcDIgAD0edY4X3N//HhMFYsZfMbQJTiNFtNIWF/cIwMB/gzqOM=;;";
|
||||
uint32_t peer_id = 0;
|
||||
|
||||
|
@ -347,7 +348,8 @@ TEST_P(SupplicantStaIfaceHidlTest, StartDppEnrolleeInitiator) {
|
|||
}
|
||||
|
||||
hidl_string uri =
|
||||
"DPP:C:81/1;M:48d6d5bd1de1;I:G1197843;K:MDkwEwYHKoZIzj0CAQYIKoZIzj"
|
||||
"DPP:C:81/1,117/"
|
||||
"40;M:48d6d5bd1de1;I:G1197843;K:MDkwEwYHKoZIzj0CAQYIKoZIzj"
|
||||
"0DAQcDIgAD0edY4X3N//HhMFYsZfMbQJTiNFtNIWF/cIwMB/gzqOM=;;";
|
||||
uint32_t peer_id = 0;
|
||||
|
||||
|
@ -413,7 +415,8 @@ TEST_P(SupplicantStaIfaceHidlTest, StartDppConfiguratorInitiator) {
|
|||
}
|
||||
|
||||
hidl_string uri =
|
||||
"DPP:C:81/1;M:48d6d5bd1de1;I:G1197843;K:MDkwEwYHKoZIzj0CAQYIKoZIzj"
|
||||
"DPP:C:81/1,117/"
|
||||
"40;M:48d6d5bd1de1;I:G1197843;K:MDkwEwYHKoZIzj0CAQYIKoZIzj"
|
||||
"0DAQcDIgAD0edY4X3N//HhMFYsZfMbQJTiNFtNIWF/cIwMB/gzqOM=;;";
|
||||
uint32_t peer_id = 0;
|
||||
|
||||
|
|
|
@ -419,7 +419,8 @@ TEST_P(SupplicantStaIfaceHidlTest, StartDppEnrolleeInitiator) {
|
|||
}
|
||||
|
||||
hidl_string uri =
|
||||
"DPP:C:81/1;M:48d6d5bd1de1;I:G1197843;K:MDkwEwYHKoZIzj0CAQYIKoZIzj"
|
||||
"DPP:C:81/1,117/"
|
||||
"40;M:48d6d5bd1de1;I:G1197843;K:MDkwEwYHKoZIzj0CAQYIKoZIzj"
|
||||
"0DAQcDIgAD0edY4X3N//HhMFYsZfMbQJTiNFtNIWF/cIwMB/gzqOM=;;";
|
||||
uint32_t peer_id = 0;
|
||||
|
||||
|
@ -470,7 +471,8 @@ TEST_P(SupplicantStaIfaceHidlTest, StartDppConfiguratorInitiator) {
|
|||
}
|
||||
|
||||
hidl_string uri =
|
||||
"DPP:C:81/1;M:48d6d5bd1de1;I:G1197843;K:MDkwEwYHKoZIzj0CAQYIKoZIzj"
|
||||
"DPP:C:81/1,117/"
|
||||
"40;M:48d6d5bd1de1;I:G1197843;K:MDkwEwYHKoZIzj0CAQYIKoZIzj"
|
||||
"0DAQcDIgAD0edY4X3N//HhMFYsZfMbQJTiNFtNIWF/cIwMB/gzqOM=;;";
|
||||
uint32_t peer_id = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue