Android Froyo 上的 Wi-Fi Direct 支持
我是 Android 平台的初学者
我正在使用 Marvell 的支持 USB 的 Wi-Fi 芯片; Marvell 在 HAL 层提供支持以支持 Wi-Fi Direct。
是否有任何其他对 Andoird 源的依赖需要注意才能支持 Wi-Fi Direct(我看到 Android 4.0 支持 Wi-Fi Direct 功能)
我们可以将框架和应用程序从 Android ICS 移植到Android Froyo。
在将 Wi-Fi Direct 移植到 Froyo 上之前,请让我知道您的意见、建议和疑虑。
谢谢
I am a beginner to the Android Platform
I am using the USB Enabled Wi-Fi CHip from Marvell; Marvell is providing support in the HAL Layer to support the Wi-Fi Direct.
Is there any other dependency on the Andoird Source that has to be taken care to support the Wi-FI Direct(I see the Wi-Fi Direct feature to be supported on android 4.0)
Can we port the frameworks and Application from Android ICS on to the Android Froyo.
Please let me know your views and suggestion and concern which i have to for see before Porting the Wi-Fi Direct on the Froyo.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Wifi direct 在
driver/chip
和wpa_supplicant
中实现。因此,如果 Marvell 为您提供了此功能,您对 froyo 的唯一添加应该是对gui/framework
的修改。Wifi direct is implemented in
driver/chip
andwpa_supplicant
. So if Marvell provides this for you your only addition to froyo should be modifications togui/framework
.