Android: Add wowlan_disconnect_on_deinit to template configuration
Add wowlan_disconnect_on_deinit=1 to wpa_supplicant_template, as Android expects STA to be disconnected when wpa_supplicant is terminated. Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
parent
e2ea0fd70b
commit
a9012070a6
1 changed files with 1 additions and 0 deletions
|
@ -6,3 +6,4 @@ fast_reauth=1
|
||||||
pmf=1
|
pmf=1
|
||||||
p2p_add_cli_chan=1
|
p2p_add_cli_chan=1
|
||||||
p2p_optimize_listen_chan=1
|
p2p_optimize_listen_chan=1
|
||||||
|
wowlan_disconnect_on_deinit=1
|
||||||
|
|
Loading…
Reference in a new issue