Questions tagged [wifi]

WiFi is a networking technology permitting the exchange of information through wireless (radio) connections.

The term "WiFi" comes from a trademark name, and is often referred to as "Wireless Fidelity", even though this is an incorrect development. One might also come across the term "WLAN", meaning "WireLess Area Network", an aggregation of hosts wirelessly interconnected.

Common advantages over Ethernet

  • No need for physical access to the network knot, allowing all kinds of devices to connect without space restrictions.
  • Cheaper infrastructure, no more cables, no more physical networking.
  • Cheaper implementation on devices, as wireless chips happen to be less and less expensive.
  • Global certification : all WiFi devices are inter-operative.
  • WiFi security is considered reliable, see Wi-Fi Protected Access (WPA-2).
  • Power saving mechanisms exist on most WiFi devices.

Common disadvantages

  • Range : a WiFi signal is available at 35 meters around the transmitter indoors, and 100 meters outdoors (approximately and theoretically).
  • Frequency and channels irregularity : according to the country, one may find more or less channels and frequencies available for WiFi signals to be transmitted on. There are more possibilities in Europe and Australia than in the US, or in Japan.
  • Security : without cables, anyone is capable of detecting and analysing the radio stream. Common wireless security protocols (WEP) have been shown unreliable. WPA however tends to solve this problem. In other more sensible infrastructures, additional layers ought to be added on the application side, such as SSL or secured VPNs.
  • Interference : having several WiFi transmitters within the same range might cause interferences, causing the signal's strength and quality to drop.

Most common usages

  • Domestic use : with the expansion of smartphones and other portable devices, WiFi has become very common on broadband infrastructures. Most operating systems and CPUs are able to handle WiFi connectivity.
  • Embedded devices : with the extension of Big Data and other analysis techniques, controlling small embedded devices wirelessly has become common use.
  • Widely connected infrastructure : WiFi allows network redundancy through signal relays, allowing big areas to be wirelessly connected, even with few transmitters available.

Related tags

Tags related to and :

  • Wi-Fi Protected Access
  • Wi-Fi Protected Access II
  • Wi-Fi Protected Access II Extensible Authentication Protocol
  • WPA command line interface.
  • Linux WPA/WPA2/IEEE 802.1X Supplicant.
  • A user space daemon for wireless access point and authentication servers.
  • IEEE 802.1X standard Port-based Network Access Control.
  • Aircrack-ng, a complete suite of tools to assess WiFi network security.

Hardware and :

  • Network Interface Controller (NIC), synonymous with .
  • A general tag for Intel products.
  • The Linux kernel driver for Intel's current wireless chips.
  • A general tag for Broadcom products. More specific tags like for particular products can be used too.

Network management tags:

  • An open-source network manager, aimed at simplifying the wired and wireless network management on Linux.

Network infrastructure:

  • Tag for Wi-Fi access point related questions.
  • Wireless Local Area Network.

Other Radio Frequency technology tags:

  • Bluetooth - low-range, low-power, low-speed communication between devices.
  • Second-generation (2G) digital cellular networks used by mobile phones.
  • Broadband standard also known as UMTS.
  • Wireless network standards in general. This tag usually applies to phone and modem accessed networks.

Related links

2589 questions
102
votes
8 answers

Connecting to wifi network through command line

I am trying to connect to my WEP network just using the command-line (Linux). I run: sudo iwconfig wlan0 mode Managed essid 'my_network' key 'xx:xx:... hex key, 26 digits' Then I try to obtain an IP with sudo dhclient -v wlan0 or sudo dhclient…
Jayson Condor
  • 1,021
  • 2
  • 8
  • 3
85
votes
4 answers

How to turn off Wireless power management permanently

In Linux Mint 17.3 / 18 iwconfig says the power management of my wireless card is turned on. I want to turn it off permanently or some workaround on this issue. sudo iwconfig wlan0 power off works, until I reboot the laptop. Also, if I randomly…
Vlastimil Burián
  • 27,586
  • 56
  • 179
  • 309
79
votes
3 answers

How do I find out if my wireless card supports 5 GHz?

I have the 03:00.0 Network controller: Intel Corporation Centrino Wireless-N 2200 (rev c4) How do I find out if that card/driver support 5 GHz?
Evan Carroll
  • 28,578
  • 45
  • 164
  • 290
45
votes
5 answers

Create wireless access point and share internet connection with nmcli

How can I create a Wi-Fi hotspot with the command line tool nmcli and share/bridge the ethernet internet connection with the wireless access point? Furthermore, how can I start this automatically at boot? Is this possible with nmcli?
BuZZ-dEE
  • 2,033
  • 2
  • 18
  • 21
43
votes
8 answers

Is there a way to list the connected devices on my wifi access point?

I have an Angstrom Linux device acting as an access point, running hostapd, dhcpd, which works fine. Can I get a list of devices connected to the Wi-Fi? I know I can get the DHCP leases, but I need to know which devices connect through wlan0. I've…
Jeff
  • 701
  • 1
  • 6
  • 13
43
votes
9 answers

Get Wi-Fi interface device names

Similar to a previous question about finding network device names, I would like to get a (reliable) list of device names but just for Wi-Fi devices. So that it looks like the following depending on your naming…
42
votes
5 answers

How to bring up a wi-fi interface from a command line?

I can't figure out how to properly bring up the wi-fi card on my laptop. When I turn it on and issue $ sudo iwconfig wlan0 txpower auto $ sudo iwlist wlan0 scan wlan0 Interface doesn't support scanning : Network is down it reports that the…
Petr
  • 1,624
  • 2
  • 19
  • 35
35
votes
11 answers

Ubuntu | No WiFi Adapter found

I have installed Ubuntu 17.10 on my notebook. However, I cannot connect to wi-fi because there is a "No Wi-Fi Adapter Found" message. I don't have any idea what to do next. My notebook : Asus X555LN-XX507H Network Adapter : Broadcom 802.11n…
greed
  • 351
  • 1
  • 3
  • 4
35
votes
9 answers

Get names of devices on the network

I wanted to know the names of all the devices on the network. I've already tried without great success many commands found on the web, but nothing worked like I wanted to. Basically, when I enter my router settings, I can get the devices' names that…
Federico Ponzi
  • 684
  • 3
  • 8
  • 16
34
votes
3 answers

How to find out which Wi-Fi driver is installed?

I know about lsmod, but how do I figure out which driver does what?
apoorv020
  • 1,243
  • 3
  • 13
  • 19
34
votes
2 answers

How to connect to wifi from command line?

I'm using latest version of Debian-based Linux Kali. Maybe it is an XY problem, as the main problem is after I log in to the system I get a blank screen and mouse pointer. Somebody on the Internet recommend me to change window manager. But I'm…
user902383
  • 443
  • 1
  • 5
  • 6
29
votes
2 answers

Linux find WiFi Networks protocol (a/b/g/n) version of all available access points

I do use iwlist wlan0 scanning and it gives me a fair amount of data, but one part is missing: It is the protocol version. By protocol I mean (a/b/g/n). It would be very good to have these commands in a standard distro. I am using OpenWRT.
Justin Bibys
  • 465
  • 1
  • 5
  • 7
27
votes
3 answers

Arch linux wifi works manually, how to make it automatic?

Running Arch Linux with kernel 3.6.11-12-ARCH+ on my Raspberry Pi. I have a Linksys wifi usb dongle (WUSB54GC v3) that is running and working after I execute the following commands: $> sudo ifconfig wlan0 up $> sudo iwlist scan $> sudo iwconfig…
Matt
  • 379
  • 1
  • 3
  • 4
24
votes
2 answers

Use wpa_supplicant without plain text passwords

I'm running gentoo on my laptop, and I'm currently using wpa_supplicant to handle wifi. My configuration works and I can connect, but it is required to type in the plain text password into the configuration file. This doesn't work if I want to…
mouche
  • 1,305
  • 2
  • 15
  • 15
23
votes
3 answers

How to find speed of WLAN interface?

I'm trying to find the speed of a network interface using a file descriptor. It's easy to do it for ethX, just calling cat /sys/class/net/eth0/speed. Unfortunately, this method doesn't work with wireless interfaces. When I call…
Tural Gurbanov
  • 333
  • 1
  • 2
  • 4
1
2 3
99 100