zephyr/samples/net/wifi
Loic Poulain 6c20180fa7 samples/net/wifi: Add TCP stack
Useful for testing tcp socket via net shell.

Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
2018-10-29 16:38:02 +02:00
..
boards drivers: wifi: Convert to use new logging 2018-10-05 10:08:32 -04:00
src samples: net: wifi: Remove sleep K_FOREVER, which asserts. 2018-10-25 20:46:38 +03:00
CMakeLists.txt samples, tests: Use semi-accurate project names 2018-10-27 21:31:25 -04:00
Kconfig Kconfig: Remove redundant $(ZEPHYR_BASE) from 'source's 2018-10-10 11:28:27 -05:00
README.rst samples: net: wifi: Fix README, to account for new shell regression 2018-10-25 20:47:06 +03:00
prj_base.conf samples/net/wifi: Add TCP stack 2018-10-29 16:38:02 +02:00
sample.yaml samples: net: wifi: Adding sample.yaml file 2018-10-05 10:08:32 -04: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> wifi scan
   Scan requested
   shell>
   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

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