sta_set_rfeature: Fix a typo in RSNXE Used parameter name

'Reassoc_RSNXE_Used' -> 'ReassocReq_RSNXE_Used'

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
diff --git a/sta.c b/sta.c
index 1915a73..7198aeb 100644
--- a/sta.c
+++ b/sta.c
@@ -12023,7 +12023,7 @@
 {
 	const char *val;
 
-	val = get_param(cmd, "Reassoc_RSNXE_Used");
+	val = get_param(cmd, "ReassocReq_RSNXE_Used");
 	if (val && atoi(val) == 1) {
 		if (wpa_command(intf, "SET ft_rsnxe_used 1") < 0) {
 			send_resp(dut, conn, SIGMA_ERROR,