-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
wifi: shell: Support multiple security modes for each network #71044
Merged
fabiobaltieri
merged 1 commit into
zephyrproject-rtos:main
from
rado17:multi_sec_config
Apr 19, 2024
Merged
wifi: shell: Support multiple security modes for each network #71044
fabiobaltieri
merged 1 commit into
zephyrproject-rtos:main
from
rado17:multi_sec_config
Apr 19, 2024
Conversation
This file contains 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
@sachinthegreen @VivekUppunda @kapbh @ajayparida Please check |
rlubos
reviewed
Apr 3, 2024
krish2718
reviewed
Apr 3, 2024
ajayparida
reviewed
Apr 3, 2024
VivekUppunda
reviewed
Apr 3, 2024
krish2718
requested changes
Apr 15, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As suggested iadding a WPA_AUTO_PERSONAL
would be enough and we can let the drivers/NMs implement this feature.
rado17
force-pushed
the
multi_sec_config
branch
from
April 16, 2024 16:27
b7449a2
to
4bde1bd
Compare
krish2718
reviewed
Apr 16, 2024
rado17
force-pushed
the
multi_sec_config
branch
2 times, most recently
from
April 16, 2024 19:14
b3f286f
to
fff520f
Compare
krish2718
approved these changes
Apr 16, 2024
krish2718
requested changes
Apr 16, 2024
krish2718
reviewed
Apr 16, 2024
rado17
force-pushed
the
multi_sec_config
branch
from
April 17, 2024 07:56
fff520f
to
4bc2c58
Compare
krish2718
previously approved these changes
Apr 17, 2024
VivekUppunda
approved these changes
Apr 17, 2024
jukkar
reviewed
Apr 17, 2024
rado17
force-pushed
the
multi_sec_config
branch
from
April 17, 2024 11:58
4bc2c58
to
1bfed71
Compare
jukkar
previously approved these changes
Apr 17, 2024
rlubos
previously approved these changes
Apr 17, 2024
rado17
added a commit
to rado17/sdk-zephyr
that referenced
this pull request
Apr 18, 2024
Applications need to run a scan to identify the security mode before attempting the connection which adds to the time taken for connection to be established. To avoid the initial scan, support auto security mode which will enable STA to choose between WPA, WPA2 and WPA3, based on the network configuration. Upstream PR: zephyrproject-rtos/zephyr#71044 Signed-off-by: Ravi Dondaputi <[email protected]>
Applications need to run a scan to identify the security mode before attempting the connection which adds to the time taken for connection to be established. To avoid the initial scan, support auto security mode which will enable STA to choose between WPA, WPA2 and WPA3, based on the network configuration. Signed-off-by: Ravi Dondaputi <[email protected]>
rado17
force-pushed
the
multi_sec_config
branch
from
April 18, 2024 15:19
1bfed71
to
e9375df
Compare
cvinayak
pushed a commit
to nrfconnect/sdk-zephyr
that referenced
this pull request
Apr 19, 2024
Applications need to run a scan to identify the security mode before attempting the connection which adds to the time taken for connection to be established. To avoid the initial scan, support auto security mode which will enable STA to choose between WPA, WPA2 and WPA3, based on the network configuration. Upstream PR: zephyrproject-rtos/zephyr#71044 Signed-off-by: Ravi Dondaputi <[email protected]>
jukkar
approved these changes
Apr 19, 2024
rlubos
approved these changes
Apr 19, 2024
gmarull
pushed a commit
to gmarull/sdk-zephyr
that referenced
this pull request
Apr 19, 2024
Applications need to run a scan to identify the security mode before attempting the connection which adds to the time taken for connection to be established. To avoid the initial scan, support auto security mode which will enable STA to choose between WPA, WPA2 and WPA3, based on the network configuration. Upstream PR: zephyrproject-rtos/zephyr#71044 Signed-off-by: Ravi Dondaputi <[email protected]> (cherry picked from commit e9375df78af4ce0589ed8651a500c5d45617fdf2)
rado17
added a commit
to rado17/sdk-zephyr
that referenced
this pull request
Apr 19, 2024
Applications need to run a scan to identify the security mode before attempting the connection which adds to the time taken for connection to be established. To avoid the initial scan, support auto security mode which will enable STA to choose between WPA, WPA2 and WPA3, based on the network configuration. Upstream PR: zephyrproject-rtos/zephyr#71044 Signed-off-by: Ravi Dondaputi <[email protected]>
cvinayak
pushed a commit
to nrfconnect/sdk-zephyr
that referenced
this pull request
Apr 21, 2024
Applications need to run a scan to identify the security mode before attempting the connection which adds to the time taken for connection to be established. To avoid the initial scan, support auto security mode which will enable STA to choose between WPA, WPA2 and WPA3, based on the network configuration. Upstream PR: zephyrproject-rtos/zephyr#71044 Signed-off-by: Ravi Dondaputi <[email protected]>
gmarull
pushed a commit
to gmarull/sdk-zephyr
that referenced
this pull request
Apr 24, 2024
Applications need to run a scan to identify the security mode before attempting the connection which adds to the time taken for connection to be established. To avoid the initial scan, support auto security mode which will enable STA to choose between WPA, WPA2 and WPA3, based on the network configuration. Upstream PR: zephyrproject-rtos/zephyr#71044 Signed-off-by: Ravi Dondaputi <[email protected]> (cherry picked from commit e9375df78af4ce0589ed8651a500c5d45617fdf2)
gmarull
pushed a commit
to gmarull/sdk-zephyr
that referenced
this pull request
Apr 30, 2024
Applications need to run a scan to identify the security mode before attempting the connection which adds to the time taken for connection to be established. To avoid the initial scan, support auto security mode which will enable STA to choose between WPA, WPA2 and WPA3, based on the network configuration. Upstream PR: zephyrproject-rtos/zephyr#71044 Signed-off-by: Ravi Dondaputi <[email protected]> (cherry picked from commit e9375df78af4ce0589ed8651a500c5d45617fdf2)
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.
Support configuration of multiple security modes for each network.