Skip to content

Commit b643070

Browse files
krish2718carlescufi
authored andcommitted
doc: wifi: Update build command for Enterprise mode
Now, Enterprise mode has a separate overlay. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 4c5a72f commit b643070

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

doc/connectivity/networking/api/wifi.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,15 @@ module.
3838
$ cp client.pem samples/net/wifi/test_certs/
3939
$ cp client-key.pem samples/net/wifi/test_certs/
4040
$ cp ca.pem samples/net/wifi/test_certs/
41-
$ west build -p -b <board> samples/net/wifi
41+
$ west build -p -b <board> samples/net/wifi -- -DEXTRA_CONF_FILE=overlay-enterprise.conf
42+
43+
For using variable size network buffer, the following overlay file can be used:
44+
45+
.. code-block:: bash
46+
47+
$ west build -p -b <board> samples/net/wifi -- -DEXTRA_CONF_FILE=overlay-enterprise-variable-bufs.conf
48+
49+
4250
4351
To initiate Wi-Fi connection, the following command can be used:
4452

0 commit comments

Comments
 (0)