When stop AP command is received from hostapd, all the stations are deauthenticated and then stop bss is called. But stop bss is called with high priority as true and so gets queued on the top of the list while del sta commands are queued at the tail as high priority is set to false for those. This leads to desynchronization as the commands are not serialized. Set high priority as false for stop bss sme command to serialize all the commands. Change-Id: I9c80032c418e05d3b5591bb3cfd70f8285f27fe8 CRs-Fixed: 2161257 |
||
---|---|---|
.. | ||
bmi | ||
cds | ||
dp | ||
hdd | ||
mac | ||
pld | ||
sap | ||
sme | ||
wma |