|
@@ -1920,6 +1920,9 @@ static const struct parse_data ssid_fields[] = {
|
|
{ INT_RANGE(mixed_cell, 0, 1) },
|
|
{ INT_RANGE(mixed_cell, 0, 1) },
|
|
{ INT_RANGE(frequency, 0, 65000) },
|
|
{ INT_RANGE(frequency, 0, 65000) },
|
|
{ INT_RANGE(fixed_freq, 0, 1) },
|
|
{ INT_RANGE(fixed_freq, 0, 1) },
|
|
|
|
+#ifdef CONFIG_ACS
|
|
|
|
+ { INT_RANGE(acs, 0, 1) },
|
|
|
|
+#endif /* CONFIG_ACS */
|
|
#ifdef CONFIG_MESH
|
|
#ifdef CONFIG_MESH
|
|
{ FUNC(mesh_basic_rates) },
|
|
{ FUNC(mesh_basic_rates) },
|
|
{ INT(dot11MeshMaxRetries) },
|
|
{ INT(dot11MeshMaxRetries) },
|