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: Extend AP events #67015

Merged
merged 4 commits into from Jan 11, 2024
Merged

Conversation

krish2718
Copy link
Collaborator

Depends on #66876

Copy link
Member

@jukkar jukkar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks good, couple of minor nits found.

include/zephyr/net/wifi_mgmt.h Outdated Show resolved Hide resolved
include/zephyr/net/wifi_mgmt.h Outdated Show resolved Hide resolved
include/zephyr/net/wifi_mgmt.h Outdated Show resolved Hide resolved
subsys/net/l2/wifi/wifi_shell.c Outdated Show resolved Hide resolved
subsys/net/l2/wifi/wifi_shell.c Outdated Show resolved Hide resolved
subsys/net/l2/wifi/wifi_shell.c Outdated Show resolved Hide resolved
subsys/net/l2/wifi/wifi_shell.c Outdated Show resolved Hide resolved
subsys/net/l2/wifi/wifi_shell.c Outdated Show resolved Hide resolved
krish2718 added a commit to krish2718/sdk-zephyr that referenced this pull request Dec 29, 2023
Use a common set of events and then add specific ones as per the
configuration.

Upstream PR: zephyrproject-rtos/zephyr#67015

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
krish2718 added a commit to krish2718/sdk-zephyr that referenced this pull request Dec 29, 2023
These events communicate the status of AP mode operations (enable or
disable) with few pre-defined enumerations.

Upstream PR: zephyrproject-rtos/zephyr#67015

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
krish2718 added a commit to krish2718/sdk-zephyr that referenced this pull request Dec 29, 2023
These are helpful to track clients being added and deleted.
Applications can actions based on these events.

Upstream PR: zephyrproject-rtos/zephyr#67015

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
krish2718 added a commit to krish2718/sdk-zephyr that referenced this pull request Dec 29, 2023
In AP mode maintain the database of connected stations based on the
Wi-Fi management events and dump the list.

Upstream PR: zephyrproject-rtos/zephyr#67015

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
krish2718 added a commit to krish2718/sdk-zephyr that referenced this pull request Jan 3, 2024
Use a common set of events and then add specific ones as per the
configuration.

Upstream PR: zephyrproject-rtos/zephyr#67015

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
krish2718 added a commit to krish2718/sdk-zephyr that referenced this pull request Jan 3, 2024
These events communicate the status of AP mode operations (enable or
disable) with few pre-defined enumerations.

Upstream PR: zephyrproject-rtos/zephyr#67015

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
krish2718 added a commit to krish2718/sdk-zephyr that referenced this pull request Jan 3, 2024
These are helpful to track clients being added and deleted.
Applications can actions based on these events.

Upstream PR: zephyrproject-rtos/zephyr#67015

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
krish2718 added a commit to krish2718/sdk-zephyr that referenced this pull request Jan 3, 2024
In AP mode maintain the database of connected stations based on the
Wi-Fi management events and dump the list.

Upstream PR: zephyrproject-rtos/zephyr#67015

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
rlubos pushed a commit to nrfconnect/sdk-zephyr that referenced this pull request Jan 5, 2024
Use a common set of events and then add specific ones as per the
configuration.

Upstream PR: zephyrproject-rtos/zephyr#67015

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
rlubos pushed a commit to nrfconnect/sdk-zephyr that referenced this pull request Jan 5, 2024
These events communicate the status of AP mode operations (enable or
disable) with few pre-defined enumerations.

Upstream PR: zephyrproject-rtos/zephyr#67015

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
rlubos pushed a commit to nrfconnect/sdk-zephyr that referenced this pull request Jan 5, 2024
These are helpful to track clients being added and deleted.
Applications can actions based on these events.

Upstream PR: zephyrproject-rtos/zephyr#67015

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
rlubos pushed a commit to nrfconnect/sdk-zephyr that referenced this pull request Jan 5, 2024
In AP mode maintain the database of connected stations based on the
Wi-Fi management events and dump the list.

Upstream PR: zephyrproject-rtos/zephyr#67015

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
Use a common set of events and then add specific ones as per the
configuration.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
These events communicate the status of AP mode operations (enable or
disable) with few pre-defined enumerations.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
These are helpful to track clients being added and deleted.
Applications can actions based on these events.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
In AP mode maintain the database of connected stations based on the
Wi-Fi management events and dump the list.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
@krish2718 krish2718 marked this pull request as ready for review January 7, 2024 08:45
de-nordic pushed a commit to de-nordic/sdk-zephyr that referenced this pull request Jan 8, 2024
Use a common set of events and then add specific ones as per the
configuration.

Upstream PR: zephyrproject-rtos/zephyr#67015

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
(cherry picked from commit 0646c56)
Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
de-nordic pushed a commit to de-nordic/sdk-zephyr that referenced this pull request Jan 8, 2024
These events communicate the status of AP mode operations (enable or
disable) with few pre-defined enumerations.

Upstream PR: zephyrproject-rtos/zephyr#67015

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
(cherry picked from commit af9dc97)
Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
de-nordic pushed a commit to de-nordic/sdk-zephyr that referenced this pull request Jan 8, 2024
These are helpful to track clients being added and deleted.
Applications can actions based on these events.

Upstream PR: zephyrproject-rtos/zephyr#67015

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
(cherry picked from commit 81038eb)
Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
de-nordic pushed a commit to de-nordic/sdk-zephyr that referenced this pull request Jan 8, 2024
In AP mode maintain the database of connected stations based on the
Wi-Fi management events and dump the list.

Upstream PR: zephyrproject-rtos/zephyr#67015

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
(cherry picked from commit 3dab922)
Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
de-nordic pushed a commit to de-nordic/sdk-zephyr that referenced this pull request Jan 8, 2024
Use a common set of events and then add specific ones as per the
configuration.

Upstream PR: zephyrproject-rtos/zephyr#67015

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
(cherry picked from commit 0646c56)
Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
de-nordic pushed a commit to de-nordic/sdk-zephyr that referenced this pull request Jan 8, 2024
These events communicate the status of AP mode operations (enable or
disable) with few pre-defined enumerations.

Upstream PR: zephyrproject-rtos/zephyr#67015

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
(cherry picked from commit af9dc97)
Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
de-nordic pushed a commit to de-nordic/sdk-zephyr that referenced this pull request Jan 8, 2024
These are helpful to track clients being added and deleted.
Applications can actions based on these events.

Upstream PR: zephyrproject-rtos/zephyr#67015

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
(cherry picked from commit 81038eb)
Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
de-nordic pushed a commit to de-nordic/sdk-zephyr that referenced this pull request Jan 8, 2024
In AP mode maintain the database of connected stations based on the
Wi-Fi management events and dump the list.

Upstream PR: zephyrproject-rtos/zephyr#67015

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
(cherry picked from commit 3dab922)
Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
de-nordic pushed a commit to de-nordic/sdk-zephyr that referenced this pull request Jan 9, 2024
Use a common set of events and then add specific ones as per the
configuration.

Upstream PR: zephyrproject-rtos/zephyr#67015

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
(cherry picked from commit 0646c56)
Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
de-nordic pushed a commit to de-nordic/sdk-zephyr that referenced this pull request Jan 9, 2024
These events communicate the status of AP mode operations (enable or
disable) with few pre-defined enumerations.

Upstream PR: zephyrproject-rtos/zephyr#67015

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
(cherry picked from commit af9dc97)
Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
de-nordic pushed a commit to de-nordic/sdk-zephyr that referenced this pull request Jan 9, 2024
These are helpful to track clients being added and deleted.
Applications can actions based on these events.

Upstream PR: zephyrproject-rtos/zephyr#67015

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
(cherry picked from commit 81038eb)
Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
de-nordic pushed a commit to de-nordic/sdk-zephyr that referenced this pull request Jan 9, 2024
In AP mode maintain the database of connected stations based on the
Wi-Fi management events and dump the list.

Upstream PR: zephyrproject-rtos/zephyr#67015

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
(cherry picked from commit 3dab922)
Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
@carlescufi carlescufi merged commit 918e08f into zephyrproject-rtos:main Jan 11, 2024
20 checks passed
jfischer-no pushed a commit to nrfconnect/sdk-zephyr that referenced this pull request Mar 8, 2024
Use a common set of events and then add specific ones as per the
configuration.

Upstream PR: zephyrproject-rtos/zephyr#67015

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
(cherry picked from commit 0646c56)
Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
(cherry picked from commit c0ea30d)
jfischer-no pushed a commit to nrfconnect/sdk-zephyr that referenced this pull request Mar 8, 2024
These events communicate the status of AP mode operations (enable or
disable) with few pre-defined enumerations.

Upstream PR: zephyrproject-rtos/zephyr#67015

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
(cherry picked from commit af9dc97)
Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
(cherry picked from commit 15fe6c5)
jfischer-no pushed a commit to nrfconnect/sdk-zephyr that referenced this pull request Mar 8, 2024
These are helpful to track clients being added and deleted.
Applications can actions based on these events.

Upstream PR: zephyrproject-rtos/zephyr#67015

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
(cherry picked from commit 81038eb)
Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
(cherry picked from commit 9a5a739)
jfischer-no pushed a commit to nrfconnect/sdk-zephyr that referenced this pull request Mar 8, 2024
In AP mode maintain the database of connected stations based on the
Wi-Fi management events and dump the list.

Upstream PR: zephyrproject-rtos/zephyr#67015

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
(cherry picked from commit 3dab922)
Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
(cherry picked from commit b5c0136)
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

4 participants