We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c5a72f commit b643070Copy full SHA for b643070
doc/connectivity/networking/api/wifi.rst
@@ -38,7 +38,15 @@ module.
38
$ cp client.pem samples/net/wifi/test_certs/
39
$ cp client-key.pem samples/net/wifi/test_certs/
40
$ cp ca.pem samples/net/wifi/test_certs/
41
- $ west build -p -b <board> samples/net/wifi
+ $ 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
50
51
To initiate Wi-Fi connection, the following command can be used:
52
0 commit comments