Fix unintentional reconnection on disconnect request 51/313851/1 accepted/tizen/unified/20240705.163314 accepted/tizen/unified/dev/20240708.053948 accepted/tizen/unified/x/20240708.014854
authorJaehyun Kim <jeik01.kim@samsung.com>
Tue, 2 Jul 2024 13:09:41 +0000 (22:09 +0900)
committerJaehyun Kim <jeik01.kim@samsung.com>
Tue, 2 Jul 2024 13:09:41 +0000 (22:09 +0900)
commit63cd764ea680198c8fcf2af74723f4be83e99347
treee2a4b0d9f2bf0cf9093ae84e285c37a71c21fdba
parentd1b6f9ea153d8bc75c3defaaef6da1723b9d4590
Fix unintentional reconnection on disconnect request

If the connection is canceled due to a disconnect request
during a connection attempt, depending on the connection progress,
it may be judged as a connection failure and reconnection may be attempted
with another BSSID within the same SSID group.
However, if a disconnect request is received, reconnection should not be attempted,
so the related code has been modified to skip it.

Change-Id: I02e355a8ec504f319cf377fab07ac84e34b5fd94
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
plugins/wifi.c