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

wifi: shell: Support multiple security modes for each network #71044

Merged
merged 1 commit into from Apr 19, 2024

Conversation

rado17
Copy link
Contributor

@rado17 rado17 commented Apr 3, 2024

Support configuration of multiple security modes for each network.

@rado17
Copy link
Contributor Author

rado17 commented Apr 3, 2024

@sachinthegreen @VivekUppunda @kapbh @ajayparida Please check

subsys/net/l2/wifi/wifi_shell.c Outdated Show resolved Hide resolved
subsys/net/l2/wifi/wifi_shell.c Outdated Show resolved Hide resolved
Copy link
Collaborator

@krish2718 krish2718 left a 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 added a commit to rado17/sdk-zephyr that referenced this pull request Apr 16, 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 <ravi.dondaputi@nordicsemi.no>
@rado17 rado17 force-pushed the multi_sec_config branch 2 times, most recently from b3f286f to fff520f Compare April 16, 2024 19:14
subsys/net/l2/wifi/wifi_mgmt.c Outdated Show resolved Hide resolved
rado17 added a commit to rado17/sdk-zephyr that referenced this pull request Apr 17, 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 <ravi.dondaputi@nordicsemi.no>
krish2718
krish2718 previously approved these changes Apr 17, 2024
jukkar
jukkar previously approved these changes Apr 17, 2024
rlubos
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 <ravi.dondaputi@nordicsemi.no>
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 <ravi.dondaputi@nordicsemi.no>
@rado17 rado17 dismissed stale reviews from rlubos and jukkar via e9375df April 18, 2024 15:19
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 <ravi.dondaputi@nordicsemi.no>
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 <ravi.dondaputi@nordicsemi.no>
(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 <ravi.dondaputi@nordicsemi.no>
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 <ravi.dondaputi@nordicsemi.no>
@fabiobaltieri fabiobaltieri merged commit b45ff98 into zephyrproject-rtos:main Apr 19, 2024
22 checks passed
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 <ravi.dondaputi@nordicsemi.no>
gmarull pushed a commit to gmarull/sdk-zephyr that referenced this pull request Apr 23, 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 <ravi.dondaputi@nordicsemi.no>
(cherry picked from commit e9375df78af4ce0589ed8651a500c5d45617fdf2)
gmarull pushed a commit to gmarull/sdk-zephyr that referenced this pull request Apr 23, 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 <ravi.dondaputi@nordicsemi.no>
(cherry picked from commit e9375df78af4ce0589ed8651a500c5d45617fdf2)
gmarull pushed a commit to gmarull/sdk-zephyr that referenced this pull request Apr 23, 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 <ravi.dondaputi@nordicsemi.no>
(cherry picked from commit e9375df78af4ce0589ed8651a500c5d45617fdf2)
gmarull pushed a commit to gmarull/sdk-zephyr that referenced this pull request Apr 23, 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 <ravi.dondaputi@nordicsemi.no>
(cherry picked from commit e9375df78af4ce0589ed8651a500c5d45617fdf2)
gmarull pushed a commit to gmarull/sdk-zephyr that referenced this pull request Apr 23, 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 <ravi.dondaputi@nordicsemi.no>
(cherry picked from commit e9375df78af4ce0589ed8651a500c5d45617fdf2)
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 <ravi.dondaputi@nordicsemi.no>
(cherry picked from commit e9375df78af4ce0589ed8651a500c5d45617fdf2)
gmarull pushed a commit to gmarull/sdk-zephyr that referenced this pull request Apr 25, 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 <ravi.dondaputi@nordicsemi.no>
(cherry picked from commit e9375df78af4ce0589ed8651a500c5d45617fdf2)
gmarull pushed a commit to gmarull/sdk-zephyr that referenced this pull request Apr 26, 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 <ravi.dondaputi@nordicsemi.no>
(cherry picked from commit e9375df78af4ce0589ed8651a500c5d45617fdf2)
gmarull pushed a commit to gmarull/sdk-zephyr that referenced this pull request Apr 26, 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 <ravi.dondaputi@nordicsemi.no>
(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 <ravi.dondaputi@nordicsemi.no>
(cherry picked from commit e9375df78af4ce0589ed8651a500c5d45617fdf2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants