File tree Expand file tree Collapse file tree 3 files changed +31
-0
lines changed Expand file tree Collapse file tree 3 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ .. _snippet-wifi-p2p :
2+
3+ Wi-Fi P2P Snippet (wifi-p2p)
4+ ##########################################
5+
6+ .. code-block :: console
7+
8+ west build -S wifi-p2p [...]
9+
10+ Overview
11+ ********
12+
13+ This snippet enables Wi-Fi P2P support in supported networking samples.
14+
15+ Requirements
16+ ************
17+
18+ Hardware support for:
19+
20+ - :kconfig:option: `CONFIG_WIFI `
21+ - :kconfig:option: `CONFIG_WIFI_USE_NATIVE_NETWORKING `
22+ - :kconfig:option: `CONFIG_WIFI_NM_WPA_SUPPLICANT `
Original file line number Diff line number Diff line change 1+ name : wifi-p2p
2+ append :
3+ EXTRA_CONF_FILE : wifi-p2p.conf
Original file line number Diff line number Diff line change 1+ CONFIG_NRF70_P2P_MODE=y
2+ CONFIG_WIFI_NM_WPA_SUPPLICANT_P2P=y
3+ CONFIG_WPA_CLI=y
4+ CONFIG_WIFI_NM_WPA_SUPPLICANT_LOG_LEVEL_INF=y
5+ CONFIG_LTO=y
6+ CONFIG_ISR_TABLES_LOCAL_DECLARATION=y
You can’t perform that action at this time.
0 commit comments