-
Notifications
You must be signed in to change notification settings - Fork 724
Add P2P support #3452
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
Open
rado17
wants to merge
21
commits into
nrfconnect:main
Choose a base branch
from
rado17:p2p_support
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,451
−45
Open
Add P2P support #3452
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
3ff521e
[nrf fromtree] samples: net: wifi: Add TLSv1.3 support in wifi example
nxf58150 ef1f85e
[nrf fromtree] manifest: hostap: Pull hostap changes required for mul…
krish2718 d8f252f
[nrf fromtree] manifest: update hostap module to correct time.h and s…
cfriedt d12ff30
[nrf fromtree] manifest: update hostap revision for bgscan fix
pdgendt c352911
[nrf fromtree] manifest: update hostap to fix EAP-FAST connection issue
MaochenWang1 64612fe
[nrf fromtree] manifest: hostap: Pull fix for SoftAP start
krish2718 e5d30a2
[nrf fromtree] modules: hostap: Support bgscan
pdgendt 661f6cd
[nrf fromtree] net: l2: wifi: shell: Add bgscan command
pdgendt 22e5e94
[nrf fromlist] drivers: wifi: nrf_wifi: Set SSID for P2P discovery
rado17 687f361
[nrf fromlist] drivers: wifi: nrf_wifi: Set P2P capability
rado17 af361f8
[nrf fromlist] net: wifi: Add Wi-Fi direct P2P discovery API support
kapbh e76dd30
[nrf fromlist] net: wifi: Add Wi-Fi direct P2P discovery shell comman…
kapbh a346ad8
[nrf fromlist] manifest: Update hostap and nrf_wifi revision
rado17 aaeeeb5
[nrf fromlist] drivers: wifi: nrf_wifi: Add RoC support
rado17 d916c8a
[nrf fromlist] drivers: wifi: nrf_wifi: Allow off channel TX for prob…
rado17 6269cce
[nrf fromlist] drivers: wifi: nrf_wifi: Register frame without match
rado17 0a53640
[nrf fromlist] modules: hostap: Define heap and stack for P2P support
rado17 cd9840f
[nrf fromlist] modules: hostap: Remove obsolete conditional
krish2718 76f1972
[nrf fromlist] net: wifi: Add Wi-Fi direct P2P connect API support
kapbh 712c6cc
[nrf fromlist] net: wifi: Add Wi-Fi direct P2P connect shell command …
kapbh a1b2c1d
[nrf fromtree] modules: hostap: Update WPA supplicant to use per-VIF …
krish2718 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
The code should validate that
params->ssids[indx].ssid_lendoes not exceed the destination buffer size before callingmemcpy()to prevent buffer overflow.