Questions tagged [wifi]

GENERAL WI-FI SUPPORT IS OFF-TOPIC. Questions about hardware support should be directed to https://superuser.com. This tag should be used for questions about writing software that directly interacts with Wi-Fi devices.

Wi-Fi is a common synonym of wireless networking. Questions in this tag should be about writing software that directly interfaces with a wireless networking device. Do not use this tag for

  • Hardware support (those can be directed to Super User, a site specifically about technical support)
  • General networking questions. If your communication is merely over wireless networking then do not use this tag

General Information

The coverage of one or more (interconnected) access points — called hotspots when offering public access — generally comprises an area the size of a few rooms but may be expanded to cover many square miles, depending on the number of access points with overlapping coverage.

'Wi-Fi' is not a technical term. However, the Alliance has generally enforced its use to describe only a narrow range of connectivity technologies including wireless local area network (WLAN) based on the IEEE 802.11 standards, device to device connectivity [such as Wi-Fi Peer to Peer AKA Wi-Fi Direct], and a range of technologies that support PAN, LAN and even WAN connections. Derivative terms, such as Super Wi-Fi, coined by the U.S. Federal Communications Commission (FCC) to describe proposed networking in the former UHF TV band in the US, may or may not be sanctioned by the alliance. As of November 2010 this was very unclear.

The technical term "IEEE 802.11" has been used interchangeably with Wi-Fi, but over the past few years Wi-Fi has become a superset of IEEE 802.11. Wi-Fi is used by over 700 million people, there are over 750,000 hotspots (places with Wi-Fi Internet connectivity) around the world, and about 800 million new Wi-Fi devices every year. Wi-Fi products that complete the Wi-Fi Alliance interoperability certification testing successfully can use the Wi-Fi CERTIFIED designation and trademark.

Wi-Fi certified and compliant devices are installed in many personal computers, video game consoles, MP3 players, smartphones, printers, digital cameras, and laptop computers.

https://en.wikipedia.org/wiki/Wi-Fi

5784 questions
33
votes
5 answers

How to avoid delay in Android GCM messages / change heartbeat

I've been reading many posts regarding a GCM issue that affects some people. It seems that in some devices/routers/carriers the notifications suffer delays. I've experienced this issue with my router: messages came with a lot of delay on WIFI but…
33
votes
6 answers

Android: Simulate WiFi in the emulator?

I would like to check from my app whether the device has WiFi connectivity, but in order to do that, I must first find a way to get "WiFi" in the emulator. Just going to Settings -> Wireless controls -> Wifi says Unable to start Wi-Fi, while logcat…
Felix
  • 84,032
  • 41
  • 145
  • 163
32
votes
8 answers

Need Reachability version for ARC in iOS5

Using Apple's Reachability code in iOS5 I get a bunch of compilation errors as shown below. Any ideas on what is happening here? I'm using ARC so I have edited the standard code slightly to remove autorelease/retain and the…
millport
  • 1,833
  • 4
  • 19
  • 17
32
votes
6 answers

How to enable/disable WiFi from an application?

I want to enable/disable wifi from my Android application. How can I do that?
Mustafa İrer
  • 1,009
  • 5
  • 15
  • 29
31
votes
10 answers

Java getting my IP address

I am trying to get my Internet IP address in Java but I keep getting my local address (ie: 127.0.0.1), when my IP address is 192.168.0.xxx I am using the line: InetAddress.getLocalHost().getHostAddress(); which seems standard to get the IP address,…
Jary
  • 1,381
  • 3
  • 22
  • 33
31
votes
6 answers

Wifi Triangulation

What would be the best way to triangulate a wireless network passively. Are there tools available? Algorithms? Libraries? My goal would be to create a relative map of various objects that sends or receive signals using signal strength (DB's),…
Loki
  • 26,620
  • 9
  • 46
  • 62
31
votes
5 answers

Share Wifi credentials via NFC tag without special apps

I am looking for a way to create a NFC-tag that shares the wifi credentials of my network without my guests having to have any special NFC apps on their phone (other than whats coming with the phone). I have been looking at apps and services like…
Christian L
  • 357
  • 1
  • 4
  • 5
30
votes
3 answers

How to create WiFi popup login page

When I go to a place with a WiFi hotspot (such as Panera Bread) and connect with my iPhone, the hotspot login page appears as a popup. That is, no matter what app I'm running or what web page I'm on, the login page scrolls up from the bottom, asks…
Barry Brown
  • 19,087
  • 14
  • 65
  • 102
29
votes
3 answers

Is Wi-Fi Direct connection possible within iOS devices and among Wi-Fi Direct enabled devices?

Is Wi-Fi Direct connection possible within iOS devices and among Wi-Fi Direct enabled devices? The objective is to enable communication between an iOS device and another device (not necessarily another iOS device. It could be Android, Mac, PC)…
Krishnan
  • 11,487
  • 22
  • 87
  • 152
29
votes
4 answers

Android WIFI How To Detect When Specific WIFI Connection is Available

I need to detect when I have network connectivity to a SPECIFIC WIFI network. For example: As soon as you walk into your house, and your phone picks up your home WiFi network, I would like a notification that says "You are not at your home network,…
ECH5030
  • 404
  • 1
  • 4
  • 10
29
votes
7 answers

How do I get the available wifi APs and their signal strength in .net?

Is there any way to access all WiFi access points and their respective RSSI values using .NET? It would be really nice if I could do it without using unmanaged code or even better if it worked in mono as well as .NET. If it is possible i would…
LDomagala
  • 2,135
  • 4
  • 19
  • 33
28
votes
3 answers

About Geolocation in HTML 5

Google Maps can now pinpoint my location with street precision with the help of Firefox. I understand this is a new feature of HTML 5 compatible browsers and that the location is fetched by using some sort of feature of the connected WiFi network (I…
Alix Axel
  • 141,486
  • 84
  • 375
  • 483
28
votes
11 answers

How to convert Wifi signal strength from Quality (percent) to RSSI (dBm)?

How should I convert Wifi signal strength from a Quality in percentage, usually 0% to 100% into an RSSI value, usually a negative dBm number (i.e. -96db)?
Irving
  • 717
  • 1
  • 7
  • 10
27
votes
9 answers

Enabling/Disabling Microsoft Virtual WiFi Miniport

I disabled my Microsoft Virtual WiFi Miniport network adapter from Control Panel\Network and Internet\Network Connections. Just right clicked on the miniport nic and clicked disable, and its gone. Now how could I enable it? After disabling the nic,…
Jimson Kannanthara James
  • 1,777
  • 5
  • 27
  • 48
25
votes
4 answers

how to run wifi peer to peer application in android emulator..?

I am trying to develop an wifi peer to peer application in android(4.+). The problem here is how to test it. I tried to run that application in android emulator. there was no option to configure wifi in the settings menu, i also tired to enable wifi…
mani
  • 954
  • 6
  • 25
  • 45