dms: add "Set FCC Authentication" request
[project/uqmi.git] / commands-dms.c
index dad2b86072a17e7a77a1c4647d5e62c35cd9cbb8..8cc7bc5017f3eee78a0082c96fe6ab25d15e1e7c 100644 (file)
@@ -408,3 +408,11 @@ cmd_dms_set_operating_mode_prepare(struct qmi_dev *qmi, struct qmi_request *req,
 
        return uqmi_add_error("Invalid argument");
 }
+
+#define cmd_dms_set_fcc_authentication_cb no_cb
+static enum qmi_cmd_result
+cmd_dms_set_fcc_authentication_prepare(struct qmi_dev *qmi, struct qmi_request *req, struct qmi_msg *msg, char *arg)
+{
+       qmi_set_dms_set_fcc_authentication_request(msg);
+       return QMI_CMD_REQUEST;
+}