Commit 500b326
authored
Add and Leverage 'WirelessSignalType' and 'WirelessSignal' Enumeration and Aggregate Type (project-chip#42732)
* Add 'WirelessSignalType' wireless signal strength assessment or measurement type.
* Add 'WirelessSignal' wireless signal type and strength assessment.
* Replace 'int8_t rssi' with 'WirelessSignal signal'.
This allows encoding not only the current type of quantitative
dBm-style wireless signal measurements but also a qualitative, 0-100
wireless signal assessment.
* Update RSSI assignment to reflect 'WirelessSignal'.
This updates the test RSSI assignment to reflect the newly-introduced
'WirelessSignal' wireless signal type and strength assessment type.
* Update RSSI assignment to reflect 'WirelessSignal'.
This updates the RSSI assignment to reflect the newly-introduced
'WirelessSignal' wireless signal type and strength assessment type.
* Update RSSI assignment to reflect 'WirelessSignal'.
This updates the RSSI assignment to reflect the newly-introduced
'WirelessSignal' wireless signal type and strength assessment type.
* Update RSSI assignment to reflect 'WirelessSignal'.
This updates the RSSI assignment to reflect the newly-introduced
'WirelessSignal' wireless signal type and strength assessment type.
* Update RSSI assignment to reflect 'WirelessSignal'.
This updates the RSSI assignment to reflect the newly-introduced
'WirelessSignal' wireless signal type and strength assessment type.
* Update RSSI assignment to reflect 'WirelessSignal'.
This updates the RSSI assignment to reflect the newly-introduced
'WirelessSignal' wireless signal type and strength assessment type.
* Update RSSI assignment to reflect 'WirelessSignal'.
This updates the RSSI assignment to reflect the newly-introduced
'WirelessSignal' wireless signal type and strength assessment type.
* Update RSSI assignment to reflect 'WirelessSignal'.
This updates the RSSI assignment to reflect the newly-introduced
'WirelessSignal' wireless signal type and strength assessment type.
* Update RSSI assignment to reflect 'WirelessSignal'.
This updates the RSSI assignment to reflect the newly-introduced
'WirelessSignal' wireless signal type and strength assessment type.
* Update RSSI assignment to reflect 'WirelessSignal'.
This updates the RSSI assignment to reflect the newly-introduced
'WirelessSignal' wireless signal type and strength assessment type.
* Update RSSI assignment to reflect 'WirelessSignal'.
This updates the RSSI assignment to reflect the newly-introduced
'WirelessSignal' wireless signal type and strength assessment type.
* Update RSSI assignment to reflect 'WirelessSignal'.
This updates the RSSI assignment to reflect the newly-introduced
'WirelessSignal' wireless signal type and strength assessment type.
* Update RSSI assignment to reflect 'WirelessSignal'.
This updates the RSSI assignment to reflect the newly-introduced
'WirelessSignal' wireless signal type and strength assessment type.
* Update RSSI assignment to reflect 'WirelessSignal'.
This updates the RSSI assignment to reflect the newly-introduced
'WirelessSignal' wireless signal type and strength assessment type.
* Update RSSI assignment to reflect 'WirelessSignal'.
This updates the RSSI assignment to reflect the newly-introduced
'WirelessSignal' wireless signal type and strength assessment type.
* Update RSSI assignment to reflect 'WirelessSignal'.
This updates the RSSI assignment to reflect the newly-introduced
'WirelessSignal' wireless signal type and strength assessment type.
* Update RSSI assignment to reflect 'WirelessSignal'.
This updates the RSSI assignment to reflect the newly-introduced
'WirelessSignal' wireless signal type and strength assessment type.
* Update RSSI assignment to reflect 'WirelessSignal'.
This updates the RSSI assignment to reflect the newly-introduced
'WirelessSignal' wireless signal type and strength assessment type.
* Update RSSI assignment to reflect 'WirelessSignal'.
This updates the RSSI assignment to reflect the newly-introduced
'WirelessSignal' wireless signal type and strength assessment type.1 parent 2b1029e commit 500b326
23 files changed
Lines changed: 160 additions & 102 deletions
File tree
- src
- app/clusters/network-commissioning
- tests
- include/platform
- platform
- ASR
- Ameba
- Beken
- Darwin/WiFi
- ESP32
- Infineon/PSOC6
- Linux
- NuttX
- Tizen
- Zephyr/wifi
- bouffalolab
- BL602
- BL616
- BL702
- mt793x
- nrfconnect/wifi
- nxp/common
- silabs
- telink/wifi
- 3.3.99.0
- 4.1.0.0
- webos
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
| |||
Lines changed: 22 additions & 28 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
120 | 114 | | |
121 | 115 | | |
122 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
98 | 140 | | |
99 | 141 | | |
100 | | - | |
101 | 142 | | |
102 | 143 | | |
103 | 144 | | |
104 | 145 | | |
105 | 146 | | |
106 | 147 | | |
107 | | - | |
| 148 | + | |
108 | 149 | | |
109 | 150 | | |
110 | 151 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
61 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | | - | |
85 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1498 | 1498 | | |
1499 | 1499 | | |
1500 | 1500 | | |
1501 | | - | |
| 1501 | + | |
| 1502 | + | |
1502 | 1503 | | |
1503 | 1504 | | |
1504 | | - | |
| 1505 | + | |
1505 | 1506 | | |
1506 | 1507 | | |
1507 | 1508 | | |
1508 | | - | |
| 1509 | + | |
1509 | 1510 | | |
1510 | 1511 | | |
1511 | 1512 | | |
1512 | | - | |
| 1513 | + | |
1513 | 1514 | | |
1514 | 1515 | | |
1515 | 1516 | | |
| |||
0 commit comments