add command for setting network preference
[project/uqmi.git] / commands.h
index 2b1562a..7854eb5 100644 (file)
@@ -4,6 +4,7 @@
 #include <stdbool.h>
 #include "commands-wds.h"
 #include "commands-dms.h"
+#include "commands-nas.h"
 
 enum qmi_cmd_result {
        QMI_CMD_DONE,
@@ -33,7 +34,8 @@ struct uqmi_cmd {
        __uqmi_command(set_client_id, set-client-id, required, CMD_TYPE_OPTION), \
        __uqmi_command(get_client_id, get-client-id, required, QMI_SERVICE_CTL), \
        __uqmi_wds_commands, \
-       __uqmi_dms_commands
+       __uqmi_dms_commands, \
+       __uqmi_nas_commands
 
 #define __uqmi_command(_name, _optname, _arg, _option) __UQMI_COMMAND_##_name
 enum uqmi_command {