Wi-Fi is a trademark of the Wi-Fi Alliance. A Wi-Fi enabled device such as a personal computer, video game console, smartphone, or digital audio player can connect to the Internet when within range of a wireless network connected to the Internet.

learn more… | top users | synonyms (1)

37
votes
7answers
61k views

Can Android do peer-to-peer ad-hoc networking?

Is it possible to set up Android in ad-hoc peer-to-peer wifi mode? For example, I would like to have one phone broadcast a message, and have all peers in the network receive the broadcast, without ...
14
votes
2answers
15k views

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 ...
13
votes
3answers
10k views

Detect network connection type on Android

How do you detect the network connection type on Android? Is it through ConnectivityManager.getActiveNetworkInfo().getType(), and the answer is limited to Wifi and mobile?
13
votes
5answers
6k views

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 ...
12
votes
2answers
6k views

How to programatically create and read WEP/EAP WiFi configurations in Android?

How to programatically create and read WEP/EAP WiFi configurations in Android? I have seen a number of people struggling on this very question on various forums and all across the community. I know ...
11
votes
1answer
2k views

Wifi sleeps, even with Lock

Summary: even when wifi lock is acquired, when the phone is running on batteries, WiFi is disconnected after a while. I've simplified the problem to a single activity with a button that launches a ...
11
votes
2answers
9k views

Is there a way to toggle bluetooth and/or wifi on and off programatically in iOS?

I am looking for an easy way to toggle both bluetooth and wifi between on and off states on iOS 4.x devices (iPhone and iPad). I am constantly toggling these functions as I move between different ...
11
votes
4answers
734 views

Can I prevent iPhone from using 3G under any circumstances?

I'm writing a travel guide related app that will download large databases (60meg) potentially overseas, with the reachability code I can tell when a host is reachable via wifi or 3g BUT I'm worried ...
10
votes
2answers
678 views

What will happen to existing connections when switch between 3g/wifi

Assume that, I have a TCP connection that doing heavy data transmitting on my 3G network; and I walked home, Android switch to my home Wifi automatically. Now what happen to the existing connection? ...
9
votes
2answers
181 views

How to detect disassociation by AP reboot within station in PS mode

I'm writing a fairly low-level driver for a wireless card, and while most of the spec is fairly straightforward, I haven't wrapped my head around a single question yet: If my station is in power-save ...
9
votes
3answers
4k views

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 ...
9
votes
6answers
10k views

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 ...
8
votes
2answers
4k views

Web site exhibits JavaScript error on iPad / iPhone under 3G but not under WiFi

Connecting to http://www.manage-us.com on an iPad under 3G [used to] result in a JavaScript error which can be seen if the developer console has been enabled. If the same page is accessed using the ...
8
votes
5answers
7k views

ANDROID: if WiFi is enabled AND active, launch an intent

This is what I would like to do : => IF WiFi is enabled AND active, launch an intent (in fact it's a WebView that gets its content=>the instructions of my app on the web) => IF NOT, then I would ...
8
votes
3answers
17k views

Accessing iPhone WiFi Information via SDK

Is there a way using the iPhone SDK to get WiFi information? Things like Signal Strength, WiFi Channel and SSID are the main things I'm looking for. Only interested in Wifi info, not cellular.
7
votes
4answers
294 views

Make a mobile device a remote control for a tablet?

I'm trying to make an app on an Android device that will control an application on an iPad or Android tablet. (I'm testing with an Samsung Galaxy S2 and an iPad 2). The application is pretty simple ...
7
votes
1answer
195 views

Websockets vs. WiFi - driver issue

I am using Node and Socket.io to stream a processed stream of data from various external sensors (accelerometers, gyros etc) connected to an IGEP board (similar to Beagleboard) to a number of clients ...
7
votes
1answer
2k views

iPhone WiFi Subnet Mask and Router Address

I have code that allows me to determine the MAC address and the IP address of the WiFi connection on the iPhone, but I can't figure out how to get the Subnet Mask and Router address for the ...
7
votes
4answers
12k views

iphone SDK detect Wifi and Carrier network

my app accesses the internet and i just want to detect whether there is a connection either via wifi or via carrier data network or not apple has made an example for that "Reachability" ...
6
votes
2answers
263 views

Wifi Device to Device Communication problem

I wrote a code in my application to enable Device to Device wifi Communication(transferring only a text/string).The code is same as the Apple's sample Witap Application which is downloaded from ...
6
votes
2answers
483 views

Android: Force packets to be sent over radio (3g) vs WIFI?

Is it possible to force an Android application to send packets over the radio connection (3g) vs the WIFI connection?
6
votes
2answers
5k views

how the new Mac OS AirDrop works

I am wondering what technologies are used by the new Mac OS AirDrop and if there is a way to use it on windows.
6
votes
4answers
5k views

Android apps, communicating with a device plugged in the USB port

I'm thinking about an Android app (with possibly an accompanying physical device), and i'm trying to figure out whether this is something that's feasible. 1) Let's say I plug my Android to my PC. ...
6
votes
1answer
1k views

Is it possible to write a wifi cracking util for Android phones? Monitor mode vs Multicast?

Considering writing a wifi cracking (wep, wpa) auditing tool for the android platform, but I am wondering if it is possible to do without a rooted phone. I had thought it would be impossible to run ...
6
votes
2answers
6k views

Android 2.2 wifi hotspot API

What is the API call I need to make in Android 2.2 (Froyo) to create a Wifi hotspot (as seen in the Tethering and Portable Hotspot settings item).
6
votes
1answer
848 views

Android - Connectivity Questions

I have a couple of questions about connectivity on Android, if anyone has any insight it would be great. 1) What is the default when an application wants to wirelessly connect? Is it wlan? And if ...
5
votes
2answers
81 views

BlackBerry: Turning on Wifi in code

Is there a way to enable Wifi from code in BlackBerry OS? Thx -- EDIT -- I just wanted to add the code snippet for checking if Wifi is arleady enabled: if ( (RadioInfo.getActiveWAFs() & ...
5
votes
1answer
149 views

Android WifiLock WIFI_MODE_SCAN_ONLY not working

I'm trying to block the wifi connections. I want my application to turn on the wifi, but does not connect to any network that is already stored on the smartphone. But even after I use the SCAN_ONLY ...
5
votes
3answers
2k views

ADB, Wifi and Eclipse: how I can configure?

Recently I see that is possible to debug app development by use WIFI instead of USB debug method. I make a search and I found an app called abdWireless but I have a problem. How I can tell to Eclipse ...
5
votes
1answer
2k views

detecting disconnection from a WiFi access point

I am trying to use a BroadcastReceiver to detect when the phone has disconnected from a WiFi access point. To do this, I registered my BroadcastReceiver in the manifest: <receiver ...
5
votes
5answers
404 views

Allowing two devices to see each other on Android using wifi interface?

Is it at all possible to get 2 Android handsets to see each other using the wireless interface? I'm not talking full-blown access-point mode. It would be cool if both devices could be actively looking ...
5
votes
3answers
549 views

Detect wifi connectivity in c#

I am working on an asp.net (or winforms) app that is supposed to detect wifi connectivity and strength. The intention is to provide the field agents with an indicator that they can connect to our main ...
5
votes
2answers
543 views

How do I tell if a bonjour service is wi fi or bluetooth?

I am building an app that sends information between two iPhones. The app is working great but the one problem I am having is that I have no way of telling whether bonjour is choosing wi-fi or ...
5
votes
5answers
3k views

GKSession - what if I have Bluetooth and Wi-Fi turned off?

I'm working on an iPhone app that will allow for peer-to-peer connections. From what I understand, I have the choice between using GKPeerPicker or the GKSession. I don't like the idea of using the ...
5
votes
1answer
7k views

How and what to set to Android WifiConfiguration.preSharedKey to connect to the WPA2 PSK WiFi network

In Android 1.5 (also on 1.6) How to add an Access Point from code? Given Access point that supports WPA2. Here is my code snippet. WifiManager wifi = (WifiManager) ...
5
votes
2answers
3k views

iPhone active network type (2G, 3G, WiFi)

Does anyone know how to determine the active network type at the specific moment: 2G, 3G or WiFi. For example, at a specific moment there could be enabled 3G, but the used network type could be 2G.
5
votes
2answers
2k views

I want to work with Wifi with Delphi. How?

In my Delphi (on Windows Xp) program I'd like to check available WiFi networks. Do you have any idea how to do it? Best is probably to use MS WlanScan API function but I did not found an example. Can ...
5
votes
1answer
2k views

WM and C#: How to set up a WiFi Ad-Hoc connection programmaticaly?

I am trying to build a Walkie Talkie application for a Windows Mobile 6 phone in C# using the .NET Compact Framework. I can't figure out how to set up an Ad-Hoc WiFi Connection programmaticaly. Does ...
4
votes
3answers
2k views

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 ...
4
votes
2answers
173 views

Check wifi condition in Blackberry application

I have developed an application for blackberry devices. The application is working fine if it uses internet via data service provider. I have BB 9550 and I want to use my application using wifi. I ...
4
votes
2answers
181 views

Prevent WiFi from power off

Backround: Android 2.x running on a Tablet. Is there any way to prevent the WiFi from power off when there are no connection incoming or outgoing? I need the WiFi to stay alive for incoming connection ...
4
votes
1answer
580 views

What is the difference between active scan and passive scan?

What is the difference between mWifiManager.startScanActive() and mWifiManager.startScan(). What is the difference between active scan and passive scan?
4
votes
1answer
1k views

Android: How to determine a wifi channel number used by wifi ap/network?

Ive discovered that several android wifi-apps (WiFi Manager, WiFi Analyzer) shows a channel number of WiFi network additionally to BSSID/SSID etc. But I can't find any info on how they do it. The only ...
4
votes
2answers
1k views

android.net.wifi.STATE_CHANGE: not triggered on Wifi disconnect

Is it normal to only have a broadcast intent android.net.wifi.STATE_CHANGE when a Wifi connection is coming back up? I.e. I don't get this intent when Wifi is being disconnected. UPDATE: I am ...
4
votes
2answers
573 views

“Wi-Fi Direct” libraries for Android?

Is anyone aware of WiFi Direct (a WiFi peer-to-peer variant) libraries or SDKs for Android?
4
votes
1answer
2k views

How do I use CaptiveNetwork to get the current WiFi Hotspot Name

I need to get the name of the currently connected Wi-Fi hotspot, e.g. "BT OpenZone" I have been told it can be done with CaptiveNetwork specifically CNCopyCurrentNetworkInfo My code so far: #import ...
4
votes
3answers
2k views

Bluetooth and WIFI Printing for Android

We would need a portable printer (handheld, it is important) that can connect to android phone via bluetooth or wifi. What I know currently: No standard printing SDK available for Android this time ...
4
votes
4answers
523 views

iPhone App not available in AppStore for iPad (wi-fi only), why? Use of MkMapView maybe?

Does using Map Kit framework prevent an app from being available on AppStore for iPad with wi-fi only? Is it possible that Apple decided the app was meant for outdoors and therefore restricted it to ...
4
votes
1answer
652 views

How to check WiFi is pass through web page login?

I need to check WiFi is pass through web page login or not, but I don't know how to do. So I need someone can help me or explain how to wifi via web page login. thanks.
4
votes
2answers
159 views

Is there a good framework/sdk on wifi positioning with c#?

I'm just searching a framework for wifi positioning in c#. actually i found nearly everything that i need for a robot project in form of a framework. even primitive object recoginition!!! now i wonder ...

1 2 3 4 5 19