Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes from Nordic #5

Open
wants to merge 20 commits into
base: main
Choose a base branch
from

Conversation

krish2718
Copy link

This PR contains all fixes from Nordic, instead of having multiple PRs with dependencies, this is easier to manage.

This was referenced Aug 2, 2023
This should be controlled by syslog feature define.

Signed-off-by: Chaitanya Tata <[email protected]>
Signed-off-by: Chaitanya Tata <[email protected]>
This was found as a build warning, a typo in using logical OR condition
to compare channels.

Signed-off-by: Chaitanya Tata <[email protected]>
These help point out trivial issues.

Signed-off-by: Chaitanya Tata <[email protected]>
Signed-off-by: Chaitanya Tata <[email protected]>
Signed-off-by: Chaitanya Tata <[email protected]>
Signed-off-by: Chaitanya Tata <[email protected]>
Signed-off-by: Chaitanya Tata <[email protected]>
Signed-off-by: Chaitanya Tata <[email protected]>
Signed-off-by: Chaitanya Tata <[email protected]>
eloop is used by both hostap and QT-APP, as C doesn't have namespaces,
prefix all QT APIs with qt_. This is needed for those embedded build
systems that compile both hostap + QT.

Signed-off-by: Chaitanya Tata <[email protected]>
krish2718 added a commit to krish2718/sdk-wi-fiquicktrack-controlappc that referenced this pull request Aug 2, 2023
This should be controlled by syslog feature define.

Upstream-Pr: Wi-FiQuickTrack/Wi-FiQuickTrack-ControlAppC#5

Signed-off-by: Chaitanya Tata <[email protected]>
krish2718 added a commit to krish2718/sdk-wi-fiquicktrack-controlappc that referenced this pull request Aug 2, 2023
krish2718 added a commit to krish2718/sdk-wi-fiquicktrack-controlappc that referenced this pull request Aug 2, 2023
This was found as a build warning, a typo in using logical OR condition
to compare channels.

Upstream-Pr: Wi-FiQuickTrack/Wi-FiQuickTrack-ControlAppC#5

Signed-off-by: Chaitanya Tata <[email protected]>
krish2718 added a commit to krish2718/sdk-wi-fiquicktrack-controlappc that referenced this pull request Aug 2, 2023
These help point out trivial issues.

Upstream-Pr: Wi-FiQuickTrack/Wi-FiQuickTrack-ControlAppC#5

Signed-off-by: Chaitanya Tata <[email protected]>
krish2718 added a commit to krish2718/sdk-wi-fiquicktrack-controlappc that referenced this pull request Aug 2, 2023
krish2718 added a commit to krish2718/sdk-wi-fiquicktrack-controlappc that referenced this pull request Aug 2, 2023
krish2718 added a commit to krish2718/sdk-wi-fiquicktrack-controlappc that referenced this pull request Aug 2, 2023
krish2718 added a commit to krish2718/sdk-wi-fiquicktrack-controlappc that referenced this pull request Aug 2, 2023
krish2718 added a commit to krish2718/sdk-wi-fiquicktrack-controlappc that referenced this pull request Aug 2, 2023
krish2718 added a commit to krish2718/sdk-wi-fiquicktrack-controlappc that referenced this pull request Aug 2, 2023
krish2718 added a commit to krish2718/sdk-wi-fiquicktrack-controlappc that referenced this pull request Aug 2, 2023
krish2718 added a commit to krish2718/sdk-wi-fiquicktrack-controlappc that referenced this pull request Aug 2, 2023
krish2718 added a commit to krish2718/sdk-wi-fiquicktrack-controlappc that referenced this pull request Aug 2, 2023
eloop is used by both hostap and QT-APP, as C doesn't have namespaces,
prefix all QT APIs with qt_. This is needed for those embedded build
systems that compile both hostap + QT.

Upstream-Pr: Wi-FiQuickTrack/Wi-FiQuickTrack-ControlAppC#5

Signed-off-by: Chaitanya Tata <[email protected]>
krish2718 added a commit to krish2718/sdk-wi-fiquicktrack-controlappc that referenced this pull request Aug 2, 2023
Protects P2P code in case the DUT doesn't support it yet.

Upstream-Pr: Wi-FiQuickTrack/Wi-FiQuickTrack-ControlAppC#5

Signed-off-by: Triveni Danda <[email protected]>
krish2718 added a commit to krish2718/sdk-wi-fiquicktrack-controlappc that referenced this pull request Aug 2, 2023
Protects WNM code in case the DUT doesn't support it yet.

Upstream-Pr: Wi-FiQuickTrack/Wi-FiQuickTrack-ControlAppC#5

Signed-off-by: Triveni Danda <[email protected]>
krish2718 added a commit to krish2718/sdk-wi-fiquicktrack-controlappc that referenced this pull request Aug 2, 2023
Protects HS2.0 code in case the DUT doesn't support it yet.

Upstream-Pr: Wi-FiQuickTrack/Wi-FiQuickTrack-ControlAppC#5

Signed-off-by: Triveni Danda <[email protected]>
krish2718 added a commit to krish2718/sdk-wi-fiquicktrack-controlappc that referenced this pull request Aug 2, 2023
Protects AP code in case the DUT doesn't support it yet.

Upstream-Pr: Wi-FiQuickTrack/Wi-FiQuickTrack-ControlAppC#5

Signed-off-by: Triveni Danda <[email protected]>
krish2718 added a commit to krish2718/sdk-wi-fiquicktrack-controlappc that referenced this pull request Aug 2, 2023
Protects WPS code in case the DUT doesn't support it yet.

Upstream-Pr: Wi-FiQuickTrack/Wi-FiQuickTrack-ControlAppC#5

Signed-off-by: Triveni Danda <[email protected]>
krish2718 added a commit to krish2718/sdk-wi-fiquicktrack-controlappc that referenced this pull request Aug 2, 2023
Fix only for C files.

Upstream-Pr: Wi-FiQuickTrack/Wi-FiQuickTrack-ControlAppC#5

Signed-off-by: Chaitanya Tata <[email protected]>
krish2718 added a commit to krish2718/sdk-wi-fiquicktrack-controlappc that referenced this pull request Aug 2, 2023
These functions are only applicable for the test platform, so, include
them only for it to avoid build errors.

Upstream-Pr: Wi-FiQuickTrack/Wi-FiQuickTrack-ControlAppC#5

Signed-off-by: Chaitanya Tata <[email protected]>
@D-Triveni D-Triveni mentioned this pull request Aug 3, 2023
cvinayak pushed a commit to cvinayak/sdk-wi-fiquicktrack-controlappc that referenced this pull request Oct 19, 2023
This should be controlled by syslog feature define.

Upstream-Pr: Wi-FiQuickTrack/Wi-FiQuickTrack-ControlAppC#5

Signed-off-by: Chaitanya Tata <[email protected]>
(cherry picked from commit 0555304)
cvinayak pushed a commit to cvinayak/sdk-wi-fiquicktrack-controlappc that referenced this pull request Oct 19, 2023
cvinayak pushed a commit to cvinayak/sdk-wi-fiquicktrack-controlappc that referenced this pull request Oct 19, 2023
This was found as a build warning, a typo in using logical OR condition
to compare channels.

Upstream-Pr: Wi-FiQuickTrack/Wi-FiQuickTrack-ControlAppC#5

Signed-off-by: Chaitanya Tata <[email protected]>
(cherry picked from commit c75f8d1)
cvinayak pushed a commit to cvinayak/sdk-wi-fiquicktrack-controlappc that referenced this pull request Oct 19, 2023
These help point out trivial issues.

Upstream-Pr: Wi-FiQuickTrack/Wi-FiQuickTrack-ControlAppC#5

Signed-off-by: Chaitanya Tata <[email protected]>
(cherry picked from commit 88c4dce)
cvinayak pushed a commit to cvinayak/sdk-wi-fiquicktrack-controlappc that referenced this pull request Oct 19, 2023
Upstream-Pr: Wi-FiQuickTrack/Wi-FiQuickTrack-ControlAppC#5

Signed-off-by: Chaitanya Tata <[email protected]>
(cherry picked from commit e53b2c9)
cvinayak pushed a commit to cvinayak/sdk-wi-fiquicktrack-controlappc that referenced this pull request Oct 19, 2023
cvinayak pushed a commit to cvinayak/sdk-wi-fiquicktrack-controlappc that referenced this pull request Oct 19, 2023
Upstream-Pr: Wi-FiQuickTrack/Wi-FiQuickTrack-ControlAppC#5

Signed-off-by: Chaitanya Tata <[email protected]>
(cherry picked from commit 2594c19)
cvinayak pushed a commit to cvinayak/sdk-wi-fiquicktrack-controlappc that referenced this pull request Oct 19, 2023
cvinayak pushed a commit to cvinayak/sdk-wi-fiquicktrack-controlappc that referenced this pull request Oct 19, 2023
cvinayak pushed a commit to cvinayak/sdk-wi-fiquicktrack-controlappc that referenced this pull request Oct 19, 2023
Upstream-Pr: Wi-FiQuickTrack/Wi-FiQuickTrack-ControlAppC#5

Signed-off-by: Chaitanya Tata <[email protected]>
(cherry picked from commit 8af0123)
cvinayak pushed a commit to cvinayak/sdk-wi-fiquicktrack-controlappc that referenced this pull request Oct 19, 2023
cvinayak pushed a commit to cvinayak/sdk-wi-fiquicktrack-controlappc that referenced this pull request Oct 19, 2023
cvinayak pushed a commit to cvinayak/sdk-wi-fiquicktrack-controlappc that referenced this pull request Oct 19, 2023
eloop is used by both hostap and QT-APP, as C doesn't have namespaces,
prefix all QT APIs with qt_. This is needed for those embedded build
systems that compile both hostap + QT.

Upstream-Pr: Wi-FiQuickTrack/Wi-FiQuickTrack-ControlAppC#5

Signed-off-by: Chaitanya Tata <[email protected]>
(cherry picked from commit 13ecf8b)
cvinayak pushed a commit to cvinayak/sdk-wi-fiquicktrack-controlappc that referenced this pull request Oct 19, 2023
Protects P2P code in case the DUT doesn't support it yet.

Upstream-Pr: Wi-FiQuickTrack/Wi-FiQuickTrack-ControlAppC#5

Signed-off-by: Triveni Danda <[email protected]>
(cherry picked from commit 4f8cf56)
cvinayak pushed a commit to cvinayak/sdk-wi-fiquicktrack-controlappc that referenced this pull request Oct 19, 2023
Protects WNM code in case the DUT doesn't support it yet.

Upstream-Pr: Wi-FiQuickTrack/Wi-FiQuickTrack-ControlAppC#5

Signed-off-by: Triveni Danda <[email protected]>
(cherry picked from commit f397c7a)
cvinayak pushed a commit to cvinayak/sdk-wi-fiquicktrack-controlappc that referenced this pull request Oct 19, 2023
Protects HS2.0 code in case the DUT doesn't support it yet.

Upstream-Pr: Wi-FiQuickTrack/Wi-FiQuickTrack-ControlAppC#5

Signed-off-by: Triveni Danda <[email protected]>
(cherry picked from commit 32bc648)
cvinayak pushed a commit to cvinayak/sdk-wi-fiquicktrack-controlappc that referenced this pull request Oct 19, 2023
Protects AP code in case the DUT doesn't support it yet.

Upstream-Pr: Wi-FiQuickTrack/Wi-FiQuickTrack-ControlAppC#5

Signed-off-by: Triveni Danda <[email protected]>
(cherry picked from commit 538efcc)
cvinayak pushed a commit to cvinayak/sdk-wi-fiquicktrack-controlappc that referenced this pull request Oct 19, 2023
Protects WPS code in case the DUT doesn't support it yet.

Upstream-Pr: Wi-FiQuickTrack/Wi-FiQuickTrack-ControlAppC#5

Signed-off-by: Triveni Danda <[email protected]>
(cherry picked from commit ed5aeaa)
cvinayak pushed a commit to cvinayak/sdk-wi-fiquicktrack-controlappc that referenced this pull request Oct 19, 2023
Fix only for C files.

Upstream-Pr: Wi-FiQuickTrack/Wi-FiQuickTrack-ControlAppC#5

Signed-off-by: Chaitanya Tata <[email protected]>
(cherry picked from commit 17fe788)
cvinayak pushed a commit to cvinayak/sdk-wi-fiquicktrack-controlappc that referenced this pull request Oct 19, 2023
These functions are only applicable for the test platform, so, include
them only for it to avoid build errors.

Upstream-Pr: Wi-FiQuickTrack/Wi-FiQuickTrack-ControlAppC#5

Signed-off-by: Chaitanya Tata <[email protected]>
(cherry picked from commit d2f2481)
D-Triveni pushed a commit to D-Triveni/sdk-wi-fiquicktrack-controlappc that referenced this pull request Jan 5, 2024
These functions are only applicable for the test platform, so, include
them only for it to avoid build errors.

Upstream-Pr: Wi-FiQuickTrack/Wi-FiQuickTrack-ControlAppC#5

Signed-off-by: Chaitanya Tata <[email protected]>
D-Triveni pushed a commit to nrfconnect/sdk-wi-fiquicktrack-controlappc that referenced this pull request Jan 12, 2024
These functions are only applicable for the test platform, so, include
them only for it to avoid build errors.

Upstream-Pr: Wi-FiQuickTrack/Wi-FiQuickTrack-ControlAppC#5

Signed-off-by: Chaitanya Tata <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant