Commit 8755f2b
net: lib: wifi_prov_core: Fix request decode failure
Android proto has an extra field for "anyChannel" but device doesn't,
not sure how this happended, but when we added Enterprise support the
anyChannel enum was used causing decode failures.
Fix this by adding the field, though it's unused in device for now.
Signed-off-by: Chaitanya Tata <[email protected]>1 parent bd004cc commit 8755f2b
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
0 commit comments