当前位置:网站首页>Qualcomm WLAN framework learning (30) -- components supporting dual sta
Qualcomm WLAN framework learning (30) -- components supporting dual sta
2022-07-04 23:11:00 【Professional developer】
This chapter lists the components and component level changes required to support the dual workstation feature .
The following is what needs to be changed to support dual STA Module / Components :
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
This section discusses dealing with double STA The logo of / To configure
1.WifiHal Feature flags allow double STA Combination support ( Build time ). This is device specific / Defined in the generation file of the target ( Usually wlan.mk)
QC_WIFI_HIDL_FEATURE_DUAL_STA
2. The superposition configuration of various use cases is as follows :
If Wi-Fi Framework support dual station, Please use the following code :
<bool translatable="false"
name="config_wifi_framework_secondary_sta_supported">true</bool>
2.2 Wi-Fi Manager APIs enhancement for Dual STA
about dual station operation , The application must have a system / Platform level access , Because of these api Yes SDK It's hidden . Besides , The application must request a network with the following capabilities :
边栏推荐
- Install the gold warehouse database of NPC
- Redis入门完整教程:GEO
- How can enterprises cross the digital divide? In cloud native 2.0
- 智力考验看成语猜古诗句微信小程序源码
- Pagoda 7.9.2 pagoda control panel bypasses mobile phone binding authentication bypasses official authentication
- Common methods in string class
- CTF竞赛题解之stm32逆向入门
- OSEK标准ISO_17356汇总介绍
- 【ODX Studio编辑PDX】-0.2-如何对比Compare两个PDX/ODX文件
- Explanation of bitwise operators
猜你喜欢
[OpenGL] note 29 anti aliasing (MSAA)
字体设计符号组合多功能微信小程序源码
小程序vant tab组件解决文字过多显示不全的问题
P2181 对角线和P1030 [NOIP2001 普及组] 求先序排列
The small program vant tab component solves the problem of too much text and incomplete display
LabVIEW中比较两个VI
Talk about Middleware
Redis入门完整教程:键管理
A complete tutorial for getting started with redis: getting to know redis for the first time
VIM editor knowledge summary
随机推荐
Redis démarrer le tutoriel complet: Pipeline
Redis入门完整教程:Redis Shell
Sword finger offer 68 - ii The nearest common ancestor of binary tree
Wechat official account solves the cache problem of entering from the customized menu
企业如何跨越数字化鸿沟?尽在云原生2.0
【机器学习】手写数字识别
How to choose a securities company? Is it safe to open an account on your mobile phone
A complete tutorial for getting started with redis: hyperloglog
【二叉树】节点与其祖先之间的最大差值
[graph theory] topological sorting
Basic knowledge of database
A complete tutorial for getting started with redis: redis usage scenarios
Basic use and upgrade of Android native database
Redis入门完整教程:列表讲解
常用技术指标之一文读懂BOLL布林线指标
List related knowledge points to be sorted out
Redis getting started complete tutorial: Geo
【图论】拓扑排序
[machine learning] handwritten digit recognition
debug和release的区别