linux-wifi.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 14 Sep 2014 13:35:55 +0300
changeset 1602 4aac8d7723ee
parent 1594 ddacb311900b
child 1685 f8d84813729c
permissions -rw-r--r--
https://openide.netbeans.org/tutorial/questions.html

.. -*- coding: utf-8; -*-
.. include:: HEADER.rst

===================
 WiFi under linux.
===================
.. contents::

Getting info about WiFi connection.
===================================
::

  $ /sbin/iwconfig
  $ sudo iwlist wlan0 scanning

  http://wiki.debian.org/iwconfig
    Debian wiki.
  http://en.wikipedia.org/wiki/Wireless_tools_for_Linux
    Wireless tools for Linux.