Fix crash caused by decryption response delay 51/311451/1
authorJaehyun Kim <jeik01.kim@samsung.com>
Tue, 21 May 2024 09:09:30 +0000 (18:09 +0900)
committerJaehyun Kim <jeik01.kim@samsung.com>
Tue, 21 May 2024 09:09:30 +0000 (18:09 +0900)
commitcab38f1254278040e273f5371ee2d31453d312ae
tree4a489825fd34b8ddb794020d60ca2ef197d463d9
parentaa196e9ff7306c8fcd3ac2dfb1acb865d745e249
Fix crash caused by decryption response delay

If the interface is removed due to Wi-Fi being disabled
after a decryption request but before a response is received,
the problem occurs when the removed interface is referenced
in the reply callback.
Accordingly, it has been modified to cancel/ignore
the reply callback when WiFi is disabled.

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