-
Notifications
You must be signed in to change notification settings - Fork 1.4k
P2P support #25346
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
base: main
Are you sure you want to change the base?
P2P support #25346
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,22 @@ | ||||||
| .. _snippet-wifi-p2p: | ||||||
|
|
||||||
| Wi-Fi P2P Snippet (wifi-p2p) | ||||||
| ########################################## | ||||||
|
|
||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please add some description. |
||||||
| .. code-block:: console | ||||||
|
|
||||||
| west build -S wifi-p2p [...] | ||||||
|
|
||||||
| Overview | ||||||
| ******** | ||||||
|
|
||||||
| This snippet enables Wi-Fi P2P support in supported networking samples. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is there anything else to add?
Suggested change
|
||||||
|
|
||||||
| Requirements | ||||||
| ************ | ||||||
|
|
||||||
| Hardware support for: | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please add some intro text.
Suggested change
|
||||||
|
|
||||||
| - :kconfig:option:`CONFIG_WIFI` | ||||||
| - :kconfig:option:`CONFIG_WIFI_USE_NATIVE_NETWORKING` | ||||||
| - :kconfig:option:`CONFIG_WIFI_NM_WPA_SUPPLICANT` | ||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| name: wifi-p2p | ||
| append: | ||
| EXTRA_CONF_FILE: wifi-p2p.conf |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| CONFIG_NRF70_P2P_MODE=y | ||
| CONFIG_WIFI_NM_WPA_SUPPLICANT_P2P=y | ||
| CONFIG_WPA_CLI=y | ||
| CONFIG_WIFI_NM_WPA_SUPPLICANT_LOG_LEVEL_INF=y | ||
| CONFIG_LTO=y | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. add a comment as to why this is needed.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. and why is this needed? Also why is the log level changed? |
||
| CONFIG_ISR_TABLES_LOCAL_DECLARATION=y | ||
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.