zephyr/samples/net/wifi
Sebastian Bøe 72e7bfa680 cmake: Remove unnecessary KCONFIG_ROOT configuration
It is no longer necessary to set the KCONFIG_ROOT variable when the
KConfig file is in the application root directory.

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
2018-09-21 13:37:21 -04:00
..
boards samples: net: wifi: Add a cc3220sf_launchxl conf file 2018-06-15 10:01:21 -04:00
src samples/net: Add a simple sample to run wifi shell module 2018-05-17 10:46:26 +03:00
CMakeLists.txt cmake: Remove unnecessary KCONFIG_ROOT configuration 2018-09-21 13:37:21 -04:00
Kconfig Kconfig: Use new preprocessor syntax for env. variables 2018-09-11 19:17:25 -04:00
README.rst samples/net: Add a simple sample to run wifi shell module 2018-05-17 10:46:26 +03:00
prj_base.conf samples/net: Add a simple sample to run wifi shell module 2018-05-17 10:46:26 +03:00

README.rst

.. _wifi_sample:

Wi-Fi sample
############

Overview
********

This sample allows testing Wi-Fi drivers for various boards by
enabling the Wi-Fi shell module that provides a set of commands:
scan, connect, and disconnect.  It also enables the net_shell module
to verify net_if settings.

Building and Running
********************

Verify the board and chip you are targeting provide Wi-Fi support.

For instance, Atmel's Winc1500 chip is supported on top of
quark_se_c1000_devboard board.

.. zephyr-app-commands::
   :zephyr-app: samples/net/wifi
   :board: quark_se_c1000_devboard
   :goals: build
   :compact:

Sample console interaction
==========================

.. code-block:: console

   shell> select wifi
   wifi> scan
   Scan requested
   wifi>
   Num  | SSID                             (len) | Chan | RSSI | Sec
   1    | kapoueh!                         8     | 1    | -93  | WPA/WPA2
   2    | mooooooh                         8     | 6    | -89  | WPA/WPA2
   3    | Ap-foo blob..                    13    | 11   | -73  | WPA/WPA2
   4    | gksu                             4     | 1    | -26  | WPA/WPA2
   ----------
   Scan request done

   wifi> connect "gksu" 4 SecretStuff
   Connection requested
   wifi>
   Connected
   wifi>