|
1 | 1 | /*
|
2 |
| - * Copyright (c) 2018-2019, Arm Limited and affiliates. |
| 2 | + * Copyright (c) 2018, Arm Limited and affiliates. |
3 | 3 | * SPDX-License-Identifier: Apache-2.0
|
4 | 4 | *
|
5 | 5 | * Licensed under the Apache License, Version 2.0 (the "License");
|
@@ -75,10 +75,6 @@ extern "C" {
|
75 | 75 | #define CHANNEL_SPACING_100 0x03 // 100 khz
|
76 | 76 | #define CHANNEL_SPACING_250 0x04 // 250 khz
|
77 | 77 |
|
78 |
| -#define NETWORK_SIZE_AUTOMATIC 0x00 |
79 |
| -#define NETWORK_SIZE_SMALL 0x01 |
80 |
| -#define NETWORK_SIZE_LARGE 0x10 |
81 |
| - |
82 | 78 |
|
83 | 79 | /** Temporary API change flag. this will be removed when new version of API is implemented on applications
|
84 | 80 | *
|
@@ -130,27 +126,6 @@ int ws_management_regulatory_domain_set(
|
130 | 126 | uint8_t operating_class,
|
131 | 127 | uint8_t operating_mode);
|
132 | 128 |
|
133 |
| -/** |
134 |
| - * Set timing parameters related to network size. |
135 |
| - * |
136 |
| - * timing parameters follows the specification example from Wi-SUN specification |
137 |
| - * |
138 |
| - * Default value: automatic |
139 |
| - * small network size: hundreds of devices |
140 |
| - * Large network size: thousands of devices |
141 |
| - * automatic: when discovering the network network size is learned |
142 |
| - * from advertisements and timings adjusted accordingly |
143 |
| - * |
144 |
| - * \param interface_id Network interface ID. |
145 |
| - * \param network_size define from NETWORK_SIZE_*. |
146 |
| - * |
147 |
| - * \return 0, Init OK. |
148 |
| - * \return <0 Init fail. |
149 |
| - */ |
150 |
| -int ws_management_network_size_set( |
151 |
| - int8_t interface_id, |
152 |
| - uint8_t network_size); |
153 |
| - |
154 | 129 | /**
|
155 | 130 | * Set channel mask for FHSS operation.
|
156 | 131 | *
|
@@ -255,7 +230,4 @@ int ws_management_fhss_broadcast_channel_function_configure(
|
255 | 230 | uint8_t dwell_interval,
|
256 | 231 | uint32_t broadcast_interval);
|
257 | 232 |
|
258 |
| -#ifdef __cplusplus |
259 |
| -} |
260 |
| -#endif |
261 | 233 | #endif /* WS_MANAGEMENT_API_H_ */
|
0 commit comments