Realtek WiFi Concurrent Mode Introduction
Realtek WiFi Concurrent Mode Introduction
2012/10/29
Aries Lee
Ver 0.1
2012/11/06
Aries Lee
Ver 0.9
OS
Wifi driver
Wlan0
Wlan1
This feature allows performing 2 separate wireless tasks at the same time with
single hardware device.
For example:
The system can perform station mode to connect with an AP router and access
internet, at the same time, it also perform the p2p connection with another p2p
device and get the resource of this p2p device.
Base on the past experiences, we recommend our clients to verify whole system
steps by steps first check station mode, then check AP mode, finally station +
AP mode (concurrent mode).
l
Attention: The concurrent architecture starts at Android JB. For older version, you
need to modify the Android framework by yourself.
4. Q&A
Q1: Why does the system still has only one interface after insmod the rebuilding
module?
A: Please make sure you edit the correct autoconf.h and insmod the correct module,
and also provide your autoconf.h and kernel message log to us.
Q2: Everything is fine when I only start hostapd, but when I start running a station
mode in another interface in the same time, the hostapd will disconnect for a
second then be reconnected again, however ,the channel is differ from before
setting. Is anything wrong?
A: Dont worry, it is fine! As I mention before, those two wireless interfaces actually
share the same physical hardware device. That means those 2 wireless interfaces
must work under the same channel. Our rule is AP/P2P interface should follow the
channel of station interface, if both interface are running station mode, the
connected APs MUST be the same channel.
Q4: Which wireless interface can run in station mode? Which wireless interface can
run in AP mode?
A: We recommend that run station mode in wlan0, run AP or P2P mode in wlan1.