当前位置:网站首页>Qualcomm platform WiFi update disconnect end open event
Qualcomm platform WiFi update disconnect end open event
2022-07-03 20:59:00 【Professional developer】
demand :
Drop unexpected connection event while disconnected
Modify the point :
--------------------------- wpa_supplicant/events.c ---------------------------
index 7b68ebee..096fd02c 100644
@@ -4586,6 +4586,11 @@ void wpa_supplicant_event(void *ctx, enum wpa_event_type event,
break;
}
#endif /* CONFIG_TESTING_OPTIONS */
+ if (wpa_s->disconnected) {
+ wpa_printf(MSG_INFO,
+ "Ignore unexpected EVENT_ASSOC in disconnected state");
+ break;
+ }
wpa_supplicant_event_assoc(wpa_s, data);
wpa_s->assoc_status_code = WLAN_STATUS_SUCCESS;
if (data &&
explain :wpa_supplicant_event yes driver wrapper towards WPAS notice driver event The interface function of .
therefore disconnect The event of is defined in this function .
边栏推荐
- Brief analysis of ref nerf
- MDM mass data synchronization test verification
- Apprentissage intensif - notes d'apprentissage 1 | concepts de base
- 设计电商秒杀系统
- JS three families
- Custom view incomplete to be continued
- JVM JNI and PVM pybind11 mass data transmission and optimization
- 同花顺开户注册安全靠谱吗?有没有风险的?
- 电子科技大学|强化学习中有效利用的聚类经验回放
- Kubernetes 通信异常网络故障 解决思路
猜你喜欢
Haven't expressed the artifact yet? Valentine's Day is coming. Please send her a special gift~
18、 MySQL -- index
Based on laravel 5.5\5.6\5 X solution to the failure of installing laravel ide helper
How can the outside world get values when using nodejs to link MySQL
Reinforcement learning - learning notes 1 | basic concepts
Test changes in Devops mode -- learning and thinking
LabVIEW training
The "boss management manual" that is wildly spread all over the network (turn)
Transformer structure analysis and the principle of blocks in it
Shortest path problem of graph theory (acwing template)
随机推荐
Leetcode daily question 540 A single element in an ordered array Valentine's Day special article looking for a single dog in a pile of lovers ~ the clown is myself
From the behind the scenes arena of the ice and snow event, see how digital builders can ensure large-scale events
"Actbert" Baidu & Sydney University of technology proposed actbert to learn the global and local video text representation, which is effective in five video text tasks
Task of gradle learning
@Transactional注解失效的场景
全网都在疯传的《老板管理手册》(转)
An old programmer gave it to college students
Q&A:Transformer, Bert, ELMO, GPT, VIT
浅析 Ref-NeRF
JVM JNI and PVM pybind11 mass data transmission and optimization
Plan for the first half of 2022 -- pass the PMP Exam
同花顺开户注册安全靠谱吗?有没有风险的?
The "boss management manual" that is wildly spread all over the network (turn)
Example of peanut shell inner net penetration
Refer to some books for the distinction between blocking, non blocking and synchronous asynchronous
Custom view incomplete to be continued
MySQL master-slave synchronization principle
浅议.NET遗留应用改造
jvm jni 及 pvm pybind11 大批量数据传输及优化
浅议.NET遗留应用改造