This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
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
krish2718
requested review from
jukkar,
rado17,
sachinthegreen and
rlubos
as code owners
December 29, 2023 07:42
jukkar
reviewed
Dec 29, 2023
krish2718
force-pushed
the
ap_open_conn
branch
from
December 29, 2023 13:34
ceb3175
to
af1be60
Compare
sachinthegreen
suggested changes
Jan 2, 2024
krish2718
force-pushed
the
ap_open_conn
branch
from
January 2, 2024 19:24
af1be60
to
eb64718
Compare
sachinthegreen
approved these changes
Jan 3, 2024
jukkar
reviewed
Jan 3, 2024
fixup! [nrf noup] zephyr: Implement basic AP ops Add necessary ops to get basic open connection working. Implements SHEL-2256 partially. Signed-off-by: Chaitanya Tata <[email protected]>
fixup! [nrf noup] zephyr: Implement basic AP ops This is needed in AP as MLME is implemented in WPA supplicant/hostapd. Signed-off-by: Chaitanya Tata <[email protected]>
fixup! [nrf noup] zephyr: Redesign the events passing to wpa_supplicant from driver The management frame structure in the WPA supplicant only has a pointer, so, it need a deep-copy before passing it to WPA supplicant, else driver ends up freeing causing invalid memory contents. Signed-off-by: Chaitanya Tata <[email protected]>
This is needed to send EAPoL packets in AP mode, for now we use the L2 packet interface that is used in STA mode as well. Signed-off-by: Chaitanya Tata <[email protected]>
Remove trailing whitespace. Signed-off-by: Chaitanya Tata <[email protected]>
fixup! [nrf noup] zephyr: Implement connect and disconnect events to Zephyr Helpers will abstract the logic from the core WPA supplicant. Signed-off-by: Chaitanya Tata <[email protected]>
For now just success or failure due to channel is implemented. Implements SHEL-2343. Signed-off-by: Chaitanya Tata <[email protected]>
These events notify the Wi-Fi management about Station connection and disconnection. Implements SHEL-2345. Signed-off-by: Chaitanya Tata <[email protected]>
fixup! [nrf noup] zephyr: Implement basic AP ops Without this the management frame registrations are skipped causing issue with scanning and association. Signed-off-by: Chaitanya Tata <[email protected]>
There is no NULL check done and it is assigned immediately, so, no need for extra NULL assignment. Signed-off-by: Chaitanya Tata <[email protected]>
krish2718
force-pushed
the
ap_open_conn
branch
from
January 5, 2024 07:32
e7bad31
to
778f343
Compare
jukkar
approved these changes
Jan 5, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.