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
1 answer

Android's getBSSID() method bug?

I'm using Android Studio trying to get the gateway's MAC using the getBSSID method. However, it never shows it correctly. My gateway is xx:xx:xx:xx:xx:f0, but this method returns xx:xx:xx:xx:xx:f2. I tried with another router (xx:xx:xx:xx:xx:xb),…
Notheros
  • 2,137
  • 9
  • 23
  • 34
2
votes
1 answer

How to automatically open a website when a user connects to my wifi point?

I have a WiFi access point that people may connect to. When they do, I need to automatically open a website. Is this possible?
Anand agrawal
  • 492
  • 6
  • 25
2
votes
2 answers

Cheap Wi-Fi enabled Android or other programmable device

Does anyone know of a cheap Android or programmable device that has wifi? I need it for a project for a company that needs a Wi-Fi handheld device for the shop floor. I'm not too fussed about the language the device uses though I'm not really…
Darran
  • 91
  • 2
  • 5
2
votes
0 answers

iOS CFSocket crash on empty UDP packet

I am using a CFSocket configured for UDP to send data through wifi. The problem is that when I receive an empty UDP packet, the wifi suddenly stops working. I cant receive or send wnything anymore after that. Does anyone know what seems to be the…
Snacks
  • 513
  • 4
  • 22
2
votes
3 answers

How To Check if WiFi Enabled On Phone

I'm trying to develop an android app with java and xml, and I would like some guidance on how to determine if wifi is enabled on the phone that the app is on or not. Any help would be appreciated. I've tried using these methods, but they all don't…
pHorseSpec
  • 1,246
  • 5
  • 19
  • 48
2
votes
0 answers

Disable sharing internet when connected through WiFi-Hotspot?

I am building an android-app where two users are connected through WiFi-Hotspot. I create the connection programmatically. Lets say User A creates WiFi-Hotspot and User B connects to this hotspot. Now I make them chat with each other using socket.…
unrealsoul007
  • 3,809
  • 1
  • 17
  • 33
2
votes
1 answer

How can I calculate the signal strength of my wifi and 3g using android SDK?

I try to make an application that will calculate the signal strenth of my wifi, or 3g and let the user know about his distance from that access point. For instance, I have here a sample of my code that will calculate the distance, in kilometers,…
Anthony
  • 19
  • 4
2
votes
1 answer

Get IP address of ios device when connectec to wifi

Can anyone suggest me the method in objective c to get IP address of iPhone device when device is connected to WiFi. Basically I wanted to know is there any other way apart from getifaddrs(&interfaces) to retrieve the IP address of the device when…
rishu1992
  • 1,414
  • 3
  • 14
  • 33
2
votes
0 answers

Issues when using pcapsendpacket to send 80211 frames in C

I'm trying to send 802.11 frames using pcap_sendpacket with the following radiotap: u_char RADIOTAP_HDR[] = { 0x00, // it_version 0x00, // padding 0x0a, 0x00, // length 0x00, 0x00, 0x80, 0x00, //…
Spider
  • 875
  • 2
  • 9
  • 27
2
votes
1 answer

Android external micro USB Wifi Antenna

First of all, I want to understand if is possible plug an external micro USB WiFi antenna like this to an android phone and drive it through application to communicate with another android device that have same antenna plugged. I'm able to detect…
Davide
  • 43
  • 1
  • 6
2
votes
2 answers

Netsh wlan hostednetwork, who is connected?

I have created a virtual Wi-Fi adapter by command netsh wlan set hostednetwork mode=allow ssid=MyHotspot key=MyPassword netsh wlan start hostednetwrok Everything works fine. I just want to ask if there exists a command for monitoring the traffics…
Nikolas Charalambidis
  • 40,893
  • 16
  • 117
  • 183
2
votes
1 answer

Connect to WiFi when no Wireless Zero Config adapter is available

I've been using OpenNetCF SDF for years to connect to WiFi on an app I wrote. My manufacturer has a new device that no longer has a wireless zero config adapter, so I'm forced to work around the issue. I've searched for days on how to Find nearby…
Kyver
  • 37
  • 3
2
votes
3 answers

Can't establish a connection using ESP8266 and Arduino uno

I'm using an Arduino Uno Rev3 with ESP8266 to connect into a network and send some data through TCP sockets. I'm using the following code to establish a connection boolean connectWifi() { String cmd = "AT+CWJAP=\""; cmd += SSID; …
Leandro
  • 1,114
  • 1
  • 12
  • 15
2
votes
1 answer

Cannot understand 802.11 Data Frame format in PcapNG file

I have PcapNG files created by Wireshark, which I try to parse with python-pcapng. However, I cannot figure out how to reconcile the output I receive from FileScanner's packet_payload_info with the 802.11 Data frame format: This is the output I get…
boardrider
  • 5,882
  • 7
  • 49
  • 86
2
votes
2 answers

Disable WiFi with CWWiFiClient

It appears that CWInterface is deprecated in 10.10 Yosemite, and it has been replaced with CWWiFiClient. In CWInterface I would normally use the setPower method to disable WiFi, but I do not know of a similar method in CWWiFiClient. Does anyone know…
Jake Chasan
  • 6,290
  • 9
  • 44
  • 90
1 2 3
99
100