Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can WIFI direct and WIFI station work simultaneously?

As far as I know, essentially WIFI direct is enabled by a soft AP. My question: can the underlying WIFI module work as a WIFI station and as a WIFI direct endpoint simultaneously? That means, we hope that the WIFI module can communicate with a mobile phone using WIFI direct, and at the same time connect to a router as a WIFI station. Is it possible? and how widely and strongly is this case supported in technology?

like image 240
user2089612 Avatar asked Mar 21 '13 06:03

user2089612


People also ask

Can you run 2 Wi-Fi connections at the same time?

Yes, using two (or even more than two) routers on the same home network is possible. The benefits of a two-router network include: Support for more wired devices: If the first router is wired Ethernet, it supports a limited number of connected devices (typically only four or five).

Is Wi-Fi Direct the same as Wi-Fi?

So, to put it shortly, the main differences between Wi-Fi Direct and WiFi are that: WiFi Direct works directly between devices, without needing a router and a traditional wireless network. WiFi Direct doesn't give you access to the internet.

How many devices can be connected to Wi-Fi Direct?

Wi-Fi Direct is a wireless technology that allows two devices to establish a direct, peer-to-peer Wi-Fi connection without requiring a wireless router. It's like Bluetooth in that you need to introduce each Wi-Fi Direct capable device to the other and create a connection.

Does Wi-Fi Direct go through router?

Wi-Fi Direct devices connect directly to each other rather than through a wireless router.


1 Answers

You can if your wifi driver supports multi-role. This feature, available in some wifi chip (e.g TI's wl1271), allows you to use one wifi chip for different roles.

We use this feature in one of our product to maintain an access point while still being able to connect to another wifi station at the same time. This product runs on Android 4.0.4 with a OMAP 3.0 Linux kernel.

For more informations on this you can check if such a driver exists for your chip and take a look at this post I created on Stackoverflow where I give the details of our implementation using our wireless chip.

like image 146
Halim Qarroum Avatar answered Oct 26 '22 21:10

Halim Qarroum