PROGRAM_LOC define for the Location program

Signed-off-by: priyadharshini gowthaman <pgowtham@qca.qualcomm.com>
diff --git a/utils.c b/utils.c
index f4882c3..421e4fe 100644
--- a/utils.c
+++ b/utils.c
@@ -109,6 +109,8 @@
 		return PROGRAM_60GHZ;
 	if (strcasecmp(prog, "NAN") == 0)
 		return PROGRAM_NAN;
+	if (strcasecmp(prog, "LOC") == 0)
+		return PROGRAM_LOC;
 
 	return PROGRAM_UNKNOWN;
 }