Can WIFI direct and WIFI station work simultaneously?

别等时光非礼了梦想. 提交于 2019-11-28 19:34:42
Halim Qarroum

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.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!