当前位置:网站首页>高通WLAN框架学习(30)-- 支持双STA的组件
高通WLAN框架学习(30)-- 支持双STA的组件
2022-07-04 22:46:00 【专业开发者】
本章列出支持双工作站特性所需的组件和组件级别的更改。
以下是需要更改以支持双STA的模块/组件:
1. Framework overlay configurations for dual STA
2. Wifi Manager APIs enhancement for dual STA
3. Wifi Service enhancement to support dual STA
4. WifiHAL combination to allow STA + STA

2.1 Framework overlay configurations for Dual STA
本节讨论处理双STA的标志/配置
1.WifiHal特性标志允许双STA组合支持(构建时间)。这在特定于设备/目标的生成文件中定义(通常是wlan.mk)
QC_WIFI_HIDL_FEATURE_DUAL_STA
2.各种用例的叠加配置如下所示:
如果Wi-Fi框架支持dual station,请使用以下代码:
<bool translatable="false"
name="config_wifi_framework_secondary_sta_supported">true</bool>
2.2 Wi-Fi Manager APIs enhancement for Dual STA
对于dual station操作,应用程序必须具有系统/平台级访问,因为这些api对SDK是隐藏的。此外,应用程序必须请求具有以下能力的网络:
边栏推荐
- Tweenmax emoticon button JS special effect
- [OpenGL] note 29 anti aliasing (MSAA)
- Attack and Defense World MISC Advanced Area Erik baleog and Olaf
- Redis入門完整教程:Pipeline
- Pagoda 7.9.2 pagoda control panel bypasses mobile phone binding authentication bypasses official authentication
- Attack and defense world misc advanced zone 2017_ Dating_ in_ Singapore
- Redis getting started complete tutorial: publish and subscribe
- C语言快速解决反转链表
- EditPlus--用法--快捷键/配置/背景色/字体大小
- S32 Design Studio for ARM 2.2 快速入门
猜你喜欢
随机推荐
[Lua] Int64 support
LabVIEW中比较两个VI
ETCD数据库源码分析——处理Entry记录简要流程
Redis入门完整教程:慢查询分析
MySQL Architecture - user rights and management
Qt加法计算器(简单案例)
Redis getting started complete tutorial: Geo
Attack and defense world misc advanced zone 2017_ Dating_ in_ Singapore
Redis入门完整教程:Bitmaps
Attack and Defense World MISC Advanced Area Erik baleog and Olaf
colResizable. JS auto adjust table width plug-in
ffmpeg快速剪辑
攻防世界 MISC 进阶区 3-11
Redis入門完整教程:Pipeline
Summary of index operations in mongodb
String类中的常用方法
微信小程序显示样式知识点总结
微信公众号解决从自定义菜单进入的缓存问题
Google Earth engine (GEE) - tasks upgrade enables run all to download all images in task types with one click
Serial port data frame









