|
@@ -102,6 +102,17 @@ enum reg_afc_dev_deploy_type {
|
|
|
AFC_DEPLOYMENT_OUTDOOR = 2,
|
|
|
};
|
|
|
|
|
|
+/**
|
|
|
+ * enum reg_afc_resp_format_type - Response type supported by AP
|
|
|
+ *
|
|
|
+ * @AFC_RESP_TYPE_JSON_RESP: JSON format
|
|
|
+ * @AFC_RESP_TYPE_BIN_RESP: Binary format
|
|
|
+ */
|
|
|
+enum reg_afc_resp_format_type {
|
|
|
+ AFC_RESP_TYPE_JSON_RESP = 0,
|
|
|
+ AFC_RESP_TYPE_BIN_RESP = 1,
|
|
|
+};
|
|
|
+
|
|
|
/**
|
|
|
* enum afc_object_type - AFC Request object types
|
|
|
* @AFC_OBJ_LOCATION: Location object
|