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

5934 questions
2
votes
0 answers

How can i programatically switch my wifi to wifi Printer for printing in iOS

In my project there is a print option where we print a simple pdf file. At this point my printing code is working perfectly but every time i need to open and change my"iPhone settings ->Wifi->my wifi network" to a printer network "iPhone settings…
2
votes
0 answers

Android check WIFI status (disconnected or user changed WIFI)

I is there a way to Flag if a WIFI connection got disconnected/ dropped off OR if the user actually changed the WIFI network ? I need my app to do : Connect to a WIFI XYZ, if XYZ get disconnect (FLAG 1) or dropped off Then reconnect to XYZ. But is…
Thiago
  • 12,778
  • 14
  • 93
  • 110
2
votes
0 answers

Find all/particular SSID

I'm new to iOS development and have searched this site but some of the info dates back a few years. Am I right in thinking that it's not possible to get a list of all SSID's in range without using private API's? Is there an alternative of having my…
Wapp
  • 21
  • 3
2
votes
1 answer

How to debug a process developed in C running as a Wi-Fi Access Point?

I have two processes developed in C. The first one is running as a WiFi Access Point in Linux machine and the second is running as a controller in another Linux machine in the ethernet network. This latter can send configuration commands to the…
fati09
  • 23
  • 2
2
votes
0 answers

Setting the HTTP-Proxy/network settings for a specific Wifi network programatically on iOS

I need to change the settings for a specific Wifi network to set the HTTP-Proxy (or alternatively the static network settings) programatically on iOS for some automation tasks. Is this even possible on iOS? I'm totally unaware of this platform at…
dieser_K3
  • 250
  • 3
  • 13
2
votes
1 answer

Wireless (Wifi) Chat Application

I am a fellow Android developer and want to develop a similar app like Firechat for educational purposes I just want to know what kind of packages and techniques I need to learn to develop a app like this App Features : I Need to discover the…
abhirulz
  • 87
  • 1
  • 2
  • 11
2
votes
1 answer

Application of remain_on_channel API in nl80211

Does anyone know the application/use of "wpa_driver_nl80211_remain_on_channel" API call present in nl80211 driver? Does it function analogues to monitor mode in wifi??
2
votes
2 answers

WifiP2pManager createGroup and removeGroup are failing with BUSY state

On both of my devices when I try to use WifiP2pManager's createGroup or removeGroup I get the onFailure callback with 2 (BUSY) as reason. I've tried to use suggestion given here WifiP2pManager return BUSY state on CreateGroup (removing group before…
s0nerik
  • 681
  • 2
  • 7
  • 14
2
votes
1 answer

Connect to wifi using Python on Raspberry Pi

I am using Python 2.7 and wifi library (https://wifi.readthedocs.org/en/latest/) on a Raspberry Pi. I have managed to install wifi library using: sudo pip install wifi on the terminal. The library seems to work but I can't figure out the way to…
Oluderi
  • 323
  • 1
  • 5
  • 19
2
votes
0 answers

IOS8 get available wifi list

I want to get list of Available wifi in my iphone range programticlly , this is posible ? I understand that apple allow this in ios 8 but not found any relavent docs... Please help ! Thanks ...
Yakir Sayada
  • 171
  • 1
  • 11
2
votes
2 answers

Use Tasker to disable WiFi if not connected

I want to use Tasker to turn WiFi OFF IF it is not connected to my home network. How can I do that with a variable? Thanks.
Ford1892
  • 741
  • 2
  • 9
  • 20
2
votes
2 answers

Wifi coverage area limit of android

I want to develop an application for android making use of wifi connections. But I need to know the wifi and mobile hotspot coverage area limit of average android devices.
Shikhor Roy
  • 160
  • 1
  • 10
2
votes
3 answers

Wifi just goes into IDLE

I have written some software which uses Wifi as a possible internet-connection medium.. I did notice though, that after some time (I am guessing around the 15-20 minutes) after the device has gone into power save mode (anyways when the screen has…
TiGer
  • 5,879
  • 6
  • 35
  • 36
2
votes
0 answers

WLAN passive scanning in wpa_supplicant Android

I have been trying to trigger WLAN passive scanning in android wpa_supplicant, the patch for which is provided in http://forum.xda-developers.com/showthread.php?t=2683858 But the android device still performs active scans for WLANs. Going through…
2
votes
3 answers

Is there a way to programmatically turn OFF WiFi in C#

But in such a way that there is absolutely NO TRANSMISSION out of it? No searching for hotspots nor any keepalives or any other transmission? Thank you very much, Yaron.
Yaron Adler
  • 492
  • 1
  • 5
  • 15
1 2 3
99
100