HE: Do not remove profile in sta_disconnect

Similar to OCE even in HE, sta_disconnect should only disconnect
from current BSS but not remove the profile.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
diff --git a/sta.c b/sta.c
index abc01e9..d4d16cb 100644
--- a/sta.c
+++ b/sta.c
@@ -4784,6 +4784,7 @@
 	const char *val = get_param(cmd, "maintain_profile");
 
 	if (dut->program == PROGRAM_OCE ||
+	    dut->program == PROGRAM_HE ||
 	    (val && atoi(val) == 1)) {
 		wpa_command(intf, "DISCONNECT");
 		return 1;