|
@@ -34,7 +34,7 @@
|
|
* gEnableNanSupport - NAN feature support configuration
|
|
* gEnableNanSupport - NAN feature support configuration
|
|
* @Min: 0
|
|
* @Min: 0
|
|
* @Max: 1
|
|
* @Max: 1
|
|
- * @Default: 0
|
|
|
|
|
|
+ * @Default: 1
|
|
*
|
|
*
|
|
* When set to 1 NAN feature will be enabled.
|
|
* When set to 1 NAN feature will be enabled.
|
|
*
|
|
*
|
|
@@ -47,7 +47,7 @@
|
|
* </ini>
|
|
* </ini>
|
|
*/
|
|
*/
|
|
#define CFG_NAN_ENABLE CFG_INI_BOOL("gEnableNanSupport", \
|
|
#define CFG_NAN_ENABLE CFG_INI_BOOL("gEnableNanSupport", \
|
|
- 0, \
|
|
|
|
|
|
+ 1, \
|
|
"Enable NAN Support")
|
|
"Enable NAN Support")
|
|
|
|
|
|
/*
|
|
/*
|
|
@@ -80,7 +80,7 @@
|
|
* data over TCP/UDP network stack.
|
|
* data over TCP/UDP network stack.
|
|
* @Min: 0
|
|
* @Min: 0
|
|
* @Max: 1
|
|
* @Max: 1
|
|
- * @Default: 0
|
|
|
|
|
|
+ * @Default: 1
|
|
*
|
|
*
|
|
* When set to 1 NAN Datapath feature will be enabled.
|
|
* When set to 1 NAN Datapath feature will be enabled.
|
|
*
|
|
*
|
|
@@ -93,7 +93,7 @@
|
|
* </ini>
|
|
* </ini>
|
|
*/
|
|
*/
|
|
#define CFG_NAN_DATAPATH_ENABLE CFG_INI_BOOL("genable_nan_datapath", \
|
|
#define CFG_NAN_DATAPATH_ENABLE CFG_INI_BOOL("genable_nan_datapath", \
|
|
- 0, \
|
|
|
|
|
|
+ 1, \
|
|
"Enable NAN Datapath support")
|
|
"Enable NAN Datapath support")
|
|
|
|
|
|
/*
|
|
/*
|