Wi-Fi Direct is an extension to Wi-Fi, created by the Wi-Fi Alliance, that allows for Bluetooth style point-to-point networking as well as the more well known method of networking with access points that Wi-Fi traditionally uses. It is designed to make the process of connecting small intelligent devices like phones and cameras and even home appliances easier and faster. To make it easier to exchange information and files between devices as needed.
Questions tagged [wifi-direct]
852 questions
8
votes
1 answer
How to find file name of a file which is transferred via wifi direct mode in android?
Hi My ultimate aim is to transfer files using wifi direct api in android between two devices. Once device act as a client another one act as a server as in the wifi direct sdk demo. For this, Creating a socket from the client side by using server…

M Vignesh
- 1,586
- 2
- 18
- 55
8
votes
1 answer
Android Wifi Direct Service Discovery
I'm trying to implement a simple android application that broadcasts a WifiP2p bonjour service on one device and have a second device discover and connect to it. I've pretty much followed the tutorial here.
I have a valid Channel object, a…

Greg Neiheisel
- 590
- 4
- 12
8
votes
4 answers
Get peer device's IP address in wifi-direct p2p connection
My app needs to know the peer device’s IP address when my device is a group owner (GO) in a wifi-direct P2P connection (usually GO acts as DHCP server and peer station receives the IP from the server). I figured out that the DHCP client list is…

SS.
- 171
- 2
- 12
8
votes
6 answers
Wi-Fi Direct and "normal" Wi-Fi - Different MAC?
I'm currently trying to connect two phones which know each other's MAC address via Wi-Fi Direct, and stumbled upon the following problem:
The MAC address, which I receive from
WifiManager wifiMan = (WifiManager) this
…

damian
- 2,001
- 20
- 38
7
votes
1 answer
Wi-Fi Direct UWP timeouts (Exception from HRESULT: 0x800705B4)
I'm starting a Wi-Fi Direct access point service using the UWP APIs. It starts OK. I'm using WiFiDirectConnectionListener to monitor for devices that get connected to the access point using the ConnectionRequested event.
var connectionRequest =…

The Cookies Dog
- 1,915
- 2
- 22
- 38
7
votes
3 answers
Android - Wifi Direct / p2p not able to find peers on Android 8
I started creating an Android app wifi Wifi direct functionality.
I do a peer discover and I like to see the peers in a listview.
I now have a app which tries to discover peers and shows the peers in a list.
But I'm facing the problem that this…
user5853948
7
votes
3 answers
How many devices can i connect with Wi-Fi P2P?
I need to connect 20+ android devices in a client-server network. Each client Android device will be communicating with the server Android device and vice versa. The client devices do not need to communicate with each other.
The server device would…

Love2Code
- 179
- 1
- 10
7
votes
2 answers
Android wifi p2p peers visibility
I'm trying to connect 2 devices with wifi direct, let's say device A and device B with android > 4.1. If I'm on device A and I press the button to search for other devices it doesn't act always the same way.
For example if I press the search button…

glorfindel
- 199
- 3
- 11
7
votes
1 answer
WiFi Direct in Windows 10 says "UnsupportedHardware" althought it should be supported
I'll try to keep it short. I've been running in Windows 10 (10130) Microsoft's WiFi Direct Services example available on GitHub , the C# one in Visual Studio 2015 RC. Now, in their Build conference they said you can run in CMD a command to know if…

S_Luis
- 502
- 5
- 13
7
votes
2 answers
using UDP to broadcast on Wifi Direct
i'm new to wifi direct and i want to be able to broadcast a message, because i have a timeline and when i click the Post button i want all the connected devices have that message displayed on their timeline. I am able to send data peer to peer.I…

lna1994
- 73
- 1
- 3
7
votes
1 answer
Scan for MFI products over Wi Fi
In iOS 8, Apple allows us to connect to a device via Wifi direct and share wifi network credentials with it.
We can do it in wifi settings page but also in an app.
I'm trying to launch a scan to find wifi MFI devices.
I can see those in the wifi…

The Windwaker
- 1,054
- 12
- 24
7
votes
1 answer
Change device name in wifidirect on android
When I discover peers to connect to, i can fetch the list in this method:
@Override
public void onPeersAvailable(WifiP2pDeviceList peers) {
List peersList = new…

paulmcg
- 81
- 5
7
votes
1 answer
WifiP2pDevice status stays on INVITED after Wifi Direct Invitation
I am programming a Wifi Direct game, but have run into a problem with the WifiP2pDevice Status when one user declines the invitation to join the connection.
Phone A initiates connection to Phone B
Phone B status becomes INVITED (as displayed on…

The4thIceman
- 3,709
- 2
- 29
- 36
7
votes
3 answers
Android Wi-Fi Direct Network
I am developing an application on Android where I am searching for all the peers in the range and afterwards connect with all of them, The device who initiated the the discovery become the group owner and all others become client, I have done all…

Talib
- 1,134
- 5
- 31
- 58
7
votes
2 answers
How can I handle multiple clients connected to a server using sockets?
I have an Android app that needs to let multiple devices connect. One device should act as the group owner and issue instructions to all of the clients to do specific things. I suppose it's comparable to a wireless handheld game where one player is…

Chucky
- 1,701
- 7
- 28
- 62