Skip to content

Commit e6464af

Browse files
committed
Fix driver stop handling
Defer supplicant state change event so we do not miss it Bug: 7394390 Change-Id: Ibae6cef6be42a6cb45dc20ba4fa5060d8e459217
1 parent 9823723 commit e6464af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wifi/java/android/net/wifi/WifiStateMachine.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2940,6 +2940,7 @@ public boolean processMessage(Message message) {
29402940
transitionTo(mTransitionToState);
29412941
break;
29422942
/* Defer wifi start/shut and driver commands */
2943+
case WifiMonitor.SUPPLICANT_STATE_CHANGE_EVENT:
29432944
case CMD_LOAD_DRIVER:
29442945
case CMD_UNLOAD_DRIVER:
29452946
case CMD_START_SUPPLICANT:

0 commit comments

Comments
 (0)