-
Notifications
You must be signed in to change notification settings - Fork 8.3k
drivers: wifi: Add Kconfig option for passive scan #80003
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
Merged
henrikbrixandersen
merged 1 commit into
zephyrproject-rtos:main
from
kapbh:scan_passive_only
Oct 22, 2024
Merged
drivers: wifi: Add Kconfig option for passive scan #80003
henrikbrixandersen
merged 1 commit into
zephyrproject-rtos:main
from
kapbh:scan_passive_only
Oct 22, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rlubos
previously approved these changes
Oct 17, 2024
jukkar
previously approved these changes
Oct 17, 2024
d7f7749 to
884c8f8
Compare
sachinthegreen
requested changes
Oct 17, 2024
aa3eae4 to
88a1bab
Compare
|
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
sachinthegreen
previously approved these changes
Oct 18, 2024
krish2718
reviewed
Oct 18, 2024
88a1bab to
bf0a010
Compare
sachinthegreen
previously approved these changes
Oct 21, 2024
rlubos
previously approved these changes
Oct 21, 2024
jukkar
previously approved these changes
Oct 21, 2024
Contributor
|
Please update manifest to 51b876cf587c5758d3fcaac5de7cbc82247ab704 |
e9a8cbb
bf0a010 to
e9a8cbb
Compare
krish2718
requested changes
Oct 21, 2024
e9a8cbb to
57ab172
Compare
krish2718
previously approved these changes
Oct 21, 2024
krish2718
pushed a commit
to krish2718/sdk-zephyr
that referenced
this pull request
Oct 21, 2024
Add kconfig option for forced passive scan, It will use for only scan only mode. Upstream PR: zephyrproject-rtos/zephyr#80003 Signed-off-by: Kapil Bhatt <kapil.bhatt@nordicsemi.no>
krish2718
pushed a commit
to krish2718/sdk-zephyr
that referenced
this pull request
Oct 21, 2024
Add kconfig option for forced passive scan, It will use for only scan only mode. Upstream PR: zephyrproject-rtos/zephyr#80003 Signed-off-by: Kapil Bhatt <kapil.bhatt@nordicsemi.no>
krish2718
pushed a commit
to krish2718/sdk-zephyr
that referenced
this pull request
Oct 21, 2024
Add kconfig option for forced passive scan, It will use for only scan only mode. Upstream PR: zephyrproject-rtos/zephyr#80003 Signed-off-by: Kapil Bhatt <kapil.bhatt@nordicsemi.no>
krish2718
pushed a commit
to krish2718/sdk-zephyr
that referenced
this pull request
Oct 21, 2024
Add kconfig option for forced passive scan, It will use for only scan only mode. Upstream PR: zephyrproject-rtos/zephyr#80003 Signed-off-by: Kapil Bhatt <kapil.bhatt@nordicsemi.no>
Add kconfig option for forced passive scan, It will use for only scan only mode. Signed-off-by: Kapil Bhatt <kapil.bhatt@nordicsemi.no>
57ab172 to
ab4905d
Compare
rlubos
approved these changes
Oct 22, 2024
jukkar
approved these changes
Oct 22, 2024
krish2718
approved these changes
Oct 22, 2024
krish2718
pushed a commit
to krish2718/sdk-zephyr
that referenced
this pull request
Oct 22, 2024
Add kconfig option for forced passive scan, It will use for only scan only mode. Upstream PR: zephyrproject-rtos/zephyr#80003 Signed-off-by: Kapil Bhatt <kapil.bhatt@nordicsemi.no>
krish2718
pushed a commit
to krish2718/sdk-zephyr
that referenced
this pull request
Oct 22, 2024
Add kconfig option for forced passive scan, It will use for only scan only mode. Upstream PR: zephyrproject-rtos/zephyr#80003 Signed-off-by: Kapil Bhatt <kapil.bhatt@nordicsemi.no>
krish2718
pushed a commit
to krish2718/sdk-zephyr
that referenced
this pull request
Oct 22, 2024
Add kconfig option for forced passive scan, It will use for only scan only mode. Upstream PR: zephyrproject-rtos/zephyr#80003 Signed-off-by: Kapil Bhatt <kapil.bhatt@nordicsemi.no>
sachinthegreen
approved these changes
Oct 22, 2024
krish2718
pushed a commit
to krish2718/sdk-zephyr
that referenced
this pull request
Oct 22, 2024
Add kconfig option for forced passive scan, It will use for only scan only mode. Upstream PR: zephyrproject-rtos/zephyr#80003 Signed-off-by: Kapil Bhatt <kapil.bhatt@nordicsemi.no>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add kconfig option for passive scan, also force passive scan for scan only mode.