Skip to content

Commit 2321473

Browse files
bzbarsky-applepull[bot]
authored andcommitted
Align naming in Network Commissioning cluster XML with the spec. (#24264)
* Align naming in Network Commissioning cluster XML with the spec. * Regenerate generated files.
1 parent fefb926 commit 2321473

File tree

49 files changed

+67
-53
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+67
-53
lines changed

examples/all-clusters-app/all-clusters-common/all-clusters-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ server cluster NetworkCommissioning = 49 {
979979

980980
bitmap WiFiSecurity : BITMAP8 {
981981
kUnencrypted = 0x1;
982-
kWepPersonal = 0x2;
982+
kWep = 0x2;
983983
kWpaPersonal = 0x4;
984984
kWpa2Personal = 0x8;
985985
kWpa3Personal = 0x10;

examples/all-clusters-minimal-app/all-clusters-common/all-clusters-minimal-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ server cluster NetworkCommissioning = 49 {
908908

909909
bitmap WiFiSecurity : BITMAP8 {
910910
kUnencrypted = 0x1;
911-
kWepPersonal = 0x2;
911+
kWep = 0x2;
912912
kWpaPersonal = 0x4;
913913
kWpa2Personal = 0x8;
914914
kWpa3Personal = 0x10;

examples/bridge-app/bridge-common/bridge-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ server cluster NetworkCommissioning = 49 {
654654

655655
bitmap WiFiSecurity : BITMAP8 {
656656
kUnencrypted = 0x1;
657-
kWepPersonal = 0x2;
657+
kWep = 0x2;
658658
kWpaPersonal = 0x4;
659659
kWpa2Personal = 0x8;
660660
kWpa3Personal = 0x10;

examples/chef/devices/rootnode_colortemperaturelight_hbUnzYVeyn.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ server cluster NetworkCommissioning = 49 {
624624

625625
bitmap WiFiSecurity : BITMAP8 {
626626
kUnencrypted = 0x1;
627-
kWepPersonal = 0x2;
627+
kWep = 0x2;
628628
kWpaPersonal = 0x4;
629629
kWpa2Personal = 0x8;
630630
kWpa3Personal = 0x10;

examples/chef/devices/rootnode_contactsensor_lFAGG1bfRO.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ server cluster NetworkCommissioning = 49 {
497497

498498
bitmap WiFiSecurity : BITMAP8 {
499499
kUnencrypted = 0x1;
500-
kWepPersonal = 0x2;
500+
kWep = 0x2;
501501
kWpaPersonal = 0x4;
502502
kWpa2Personal = 0x8;
503503
kWpa3Personal = 0x10;

examples/chef/devices/rootnode_dimmablelight_bCwGYSDpoe.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ server cluster NetworkCommissioning = 49 {
646646

647647
bitmap WiFiSecurity : BITMAP8 {
648648
kUnencrypted = 0x1;
649-
kWepPersonal = 0x2;
649+
kWep = 0x2;
650650
kWpaPersonal = 0x4;
651651
kWpa2Personal = 0x8;
652652
kWpa3Personal = 0x10;

examples/chef/devices/rootnode_doorlock_aNKYAreMXE.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ server cluster NetworkCommissioning = 49 {
497497

498498
bitmap WiFiSecurity : BITMAP8 {
499499
kUnencrypted = 0x1;
500-
kWepPersonal = 0x2;
500+
kWep = 0x2;
501501
kWpaPersonal = 0x4;
502502
kWpa2Personal = 0x8;
503503
kWpa3Personal = 0x10;

examples/chef/devices/rootnode_extendedcolorlight_8lcaaYJVAa.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ server cluster NetworkCommissioning = 49 {
646646

647647
bitmap WiFiSecurity : BITMAP8 {
648648
kUnencrypted = 0x1;
649-
kWepPersonal = 0x2;
649+
kWep = 0x2;
650650
kWpaPersonal = 0x4;
651651
kWpa2Personal = 0x8;
652652
kWpa3Personal = 0x10;

examples/chef/devices/rootnode_fan_7N2TobIlOX.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ server cluster NetworkCommissioning = 49 {
499499

500500
bitmap WiFiSecurity : BITMAP8 {
501501
kUnencrypted = 0x1;
502-
kWepPersonal = 0x2;
502+
kWep = 0x2;
503503
kWpaPersonal = 0x4;
504504
kWpa2Personal = 0x8;
505505
kWpa3Personal = 0x10;

examples/chef/devices/rootnode_flowsensor_1zVxHedlaV.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ server cluster NetworkCommissioning = 49 {
510510

511511
bitmap WiFiSecurity : BITMAP8 {
512512
kUnencrypted = 0x1;
513-
kWepPersonal = 0x2;
513+
kWep = 0x2;
514514
kWpaPersonal = 0x4;
515515
kWpa2Personal = 0x8;
516516
kWpa3Personal = 0x10;

examples/chef/devices/rootnode_heatingcoolingunit_ncdGai1E5a.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ server cluster NetworkCommissioning = 49 {
639639

640640
bitmap WiFiSecurity : BITMAP8 {
641641
kUnencrypted = 0x1;
642-
kWepPersonal = 0x2;
642+
kWep = 0x2;
643643
kWpaPersonal = 0x4;
644644
kWpa2Personal = 0x8;
645645
kWpa3Personal = 0x10;

examples/chef/devices/rootnode_humiditysensor_Xyj4gda6Hb.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ server cluster NetworkCommissioning = 49 {
510510

511511
bitmap WiFiSecurity : BITMAP8 {
512512
kUnencrypted = 0x1;
513-
kWepPersonal = 0x2;
513+
kWep = 0x2;
514514
kWpaPersonal = 0x4;
515515
kWpa2Personal = 0x8;
516516
kWpa3Personal = 0x10;

examples/chef/devices/rootnode_lightsensor_lZQycTFcJK.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ server cluster NetworkCommissioning = 49 {
510510

511511
bitmap WiFiSecurity : BITMAP8 {
512512
kUnencrypted = 0x1;
513-
kWepPersonal = 0x2;
513+
kWep = 0x2;
514514
kWpaPersonal = 0x4;
515515
kWpa2Personal = 0x8;
516516
kWpa3Personal = 0x10;

examples/chef/devices/rootnode_occupancysensor_iHyVgifZuo.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ server cluster NetworkCommissioning = 49 {
510510

511511
bitmap WiFiSecurity : BITMAP8 {
512512
kUnencrypted = 0x1;
513-
kWepPersonal = 0x2;
513+
kWep = 0x2;
514514
kWpaPersonal = 0x4;
515515
kWpa2Personal = 0x8;
516516
kWpa3Personal = 0x10;

examples/chef/devices/rootnode_onofflight_bbs1b7IaOV.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ server cluster NetworkCommissioning = 49 {
646646

647647
bitmap WiFiSecurity : BITMAP8 {
648648
kUnencrypted = 0x1;
649-
kWepPersonal = 0x2;
649+
kWep = 0x2;
650650
kWpaPersonal = 0x4;
651651
kWpa2Personal = 0x8;
652652
kWpa3Personal = 0x10;

examples/chef/devices/rootnode_onofflightswitch_FsPlMr090Q.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ server cluster NetworkCommissioning = 49 {
589589

590590
bitmap WiFiSecurity : BITMAP8 {
591591
kUnencrypted = 0x1;
592-
kWepPersonal = 0x2;
592+
kWep = 0x2;
593593
kWpaPersonal = 0x4;
594594
kWpa2Personal = 0x8;
595595
kWpa3Personal = 0x10;

examples/chef/devices/rootnode_onoffpluginunit_Wtf8ss5EBY.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ server cluster NetworkCommissioning = 49 {
547547

548548
bitmap WiFiSecurity : BITMAP8 {
549549
kUnencrypted = 0x1;
550-
kWepPersonal = 0x2;
550+
kWep = 0x2;
551551
kWpaPersonal = 0x4;
552552
kWpa2Personal = 0x8;
553553
kWpa3Personal = 0x10;

examples/chef/devices/rootnode_pressuresensor_s0qC9wLH4k.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ server cluster NetworkCommissioning = 49 {
515515

516516
bitmap WiFiSecurity : BITMAP8 {
517517
kUnencrypted = 0x1;
518-
kWepPersonal = 0x2;
518+
kWep = 0x2;
519519
kWpaPersonal = 0x4;
520520
kWpa2Personal = 0x8;
521521
kWpa3Personal = 0x10;

examples/chef/devices/rootnode_speaker_RpzeXdimqA.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ server cluster NetworkCommissioning = 49 {
637637

638638
bitmap WiFiSecurity : BITMAP8 {
639639
kUnencrypted = 0x1;
640-
kWepPersonal = 0x2;
640+
kWep = 0x2;
641641
kWpaPersonal = 0x4;
642642
kWpa2Personal = 0x8;
643643
kWpa3Personal = 0x10;

examples/chef/devices/rootnode_temperaturesensor_Qy1zkNW7c3.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ server cluster NetworkCommissioning = 49 {
510510

511511
bitmap WiFiSecurity : BITMAP8 {
512512
kUnencrypted = 0x1;
513-
kWepPersonal = 0x2;
513+
kWep = 0x2;
514514
kWpaPersonal = 0x4;
515515
kWpa2Personal = 0x8;
516516
kWpa3Personal = 0x10;

examples/chef/devices/rootnode_thermostat_bm3fb8dhYi.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ server cluster NetworkCommissioning = 49 {
497497

498498
bitmap WiFiSecurity : BITMAP8 {
499499
kUnencrypted = 0x1;
500-
kWepPersonal = 0x2;
500+
kWep = 0x2;
501501
kWpaPersonal = 0x4;
502502
kWpa2Personal = 0x8;
503503
kWpa3Personal = 0x10;

examples/chef/devices/rootnode_windowcovering_RLCxaGi9Yx.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ server cluster NetworkCommissioning = 49 {
497497

498498
bitmap WiFiSecurity : BITMAP8 {
499499
kUnencrypted = 0x1;
500-
kWepPersonal = 0x2;
500+
kWep = 0x2;
501501
kWpaPersonal = 0x4;
502502
kWpa2Personal = 0x8;
503503
kWpa3Personal = 0x10;

examples/contact-sensor-app/contact-sensor-common/contact-sensor-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ server cluster NetworkCommissioning = 49 {
500500

501501
bitmap WiFiSecurity : BITMAP8 {
502502
kUnencrypted = 0x1;
503-
kWepPersonal = 0x2;
503+
kWep = 0x2;
504504
kWpaPersonal = 0x4;
505505
kWpa2Personal = 0x8;
506506
kWpa3Personal = 0x10;

examples/dynamic-bridge-app/bridge-common/bridge-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ server cluster NetworkCommissioning = 49 {
654654

655655
bitmap WiFiSecurity : BITMAP8 {
656656
kUnencrypted = 0x1;
657-
kWepPersonal = 0x2;
657+
kWep = 0x2;
658658
kWpaPersonal = 0x4;
659659
kWpa2Personal = 0x8;
660660
kWpa3Personal = 0x10;

examples/light-switch-app/light-switch-common/light-switch-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ server cluster NetworkCommissioning = 49 {
702702

703703
bitmap WiFiSecurity : BITMAP8 {
704704
kUnencrypted = 0x1;
705-
kWepPersonal = 0x2;
705+
kWep = 0x2;
706706
kWpaPersonal = 0x4;
707707
kWpa2Personal = 0x8;
708708
kWpa3Personal = 0x10;

examples/lighting-app/lighting-common/lighting-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ server cluster NetworkCommissioning = 49 {
658658

659659
bitmap WiFiSecurity : BITMAP8 {
660660
kUnencrypted = 0x1;
661-
kWepPersonal = 0x2;
661+
kWep = 0x2;
662662
kWpaPersonal = 0x4;
663663
kWpa2Personal = 0x8;
664664
kWpa3Personal = 0x10;

examples/lighting-app/nxp/zap/lighting-on-off.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ server cluster NetworkCommissioning = 49 {
612612

613613
bitmap WiFiSecurity : BITMAP8 {
614614
kUnencrypted = 0x1;
615-
kWepPersonal = 0x2;
615+
kWep = 0x2;
616616
kWpaPersonal = 0x4;
617617
kWpa2Personal = 0x8;
618618
kWpa3Personal = 0x10;

examples/lock-app/lock-common/lock-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ server cluster NetworkCommissioning = 49 {
574574

575575
bitmap WiFiSecurity : BITMAP8 {
576576
kUnencrypted = 0x1;
577-
kWepPersonal = 0x2;
577+
kWep = 0x2;
578578
kWpaPersonal = 0x4;
579579
kWpa2Personal = 0x8;
580580
kWpa3Personal = 0x10;

examples/log-source-app/log-source-common/log-source-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ server cluster NetworkCommissioning = 49 {
157157

158158
bitmap WiFiSecurity : BITMAP8 {
159159
kUnencrypted = 0x1;
160-
kWepPersonal = 0x2;
160+
kWep = 0x2;
161161
kWpaPersonal = 0x4;
162162
kWpa2Personal = 0x8;
163163
kWpa3Personal = 0x10;

examples/ota-provider-app/ota-provider-common/ota-provider-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ server cluster NetworkCommissioning = 49 {
393393

394394
bitmap WiFiSecurity : BITMAP8 {
395395
kUnencrypted = 0x1;
396-
kWepPersonal = 0x2;
396+
kWep = 0x2;
397397
kWpaPersonal = 0x4;
398398
kWpa2Personal = 0x8;
399399
kWpa3Personal = 0x10;

examples/ota-requestor-app/ota-requestor-common/ota-requestor-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ server cluster NetworkCommissioning = 49 {
558558

559559
bitmap WiFiSecurity : BITMAP8 {
560560
kUnencrypted = 0x1;
561-
kWepPersonal = 0x2;
561+
kWep = 0x2;
562562
kWpaPersonal = 0x4;
563563
kWpa2Personal = 0x8;
564564
kWpa3Personal = 0x10;

examples/placeholder/linux/apps/app1/config.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ server cluster NetworkCommissioning = 49 {
819819

820820
bitmap WiFiSecurity : BITMAP8 {
821821
kUnencrypted = 0x1;
822-
kWepPersonal = 0x2;
822+
kWep = 0x2;
823823
kWpaPersonal = 0x4;
824824
kWpa2Personal = 0x8;
825825
kWpa3Personal = 0x10;

examples/placeholder/linux/apps/app2/config.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ server cluster NetworkCommissioning = 49 {
819819

820820
bitmap WiFiSecurity : BITMAP8 {
821821
kUnencrypted = 0x1;
822-
kWepPersonal = 0x2;
822+
kWep = 0x2;
823823
kWpaPersonal = 0x4;
824824
kWpa2Personal = 0x8;
825825
kWpa3Personal = 0x10;

examples/pump-app/pump-common/pump-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ server cluster NetworkCommissioning = 49 {
561561

562562
bitmap WiFiSecurity : BITMAP8 {
563563
kUnencrypted = 0x1;
564-
kWepPersonal = 0x2;
564+
kWep = 0x2;
565565
kWpaPersonal = 0x4;
566566
kWpa2Personal = 0x8;
567567
kWpa3Personal = 0x10;

examples/pump-controller-app/pump-controller-common/pump-controller-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ server cluster NetworkCommissioning = 49 {
460460

461461
bitmap WiFiSecurity : BITMAP8 {
462462
kUnencrypted = 0x1;
463-
kWepPersonal = 0x2;
463+
kWep = 0x2;
464464
kWpaPersonal = 0x4;
465465
kWpa2Personal = 0x8;
466466
kWpa3Personal = 0x10;

examples/temperature-measurement-app/esp32/main/temperature-measurement.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ server cluster NetworkCommissioning = 49 {
274274

275275
bitmap WiFiSecurity : BITMAP8 {
276276
kUnencrypted = 0x1;
277-
kWepPersonal = 0x2;
277+
kWep = 0x2;
278278
kWpaPersonal = 0x4;
279279
kWpa2Personal = 0x8;
280280
kWpa3Personal = 0x10;

examples/thermostat/thermostat-common/thermostat.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ server cluster NetworkCommissioning = 49 {
662662

663663
bitmap WiFiSecurity : BITMAP8 {
664664
kUnencrypted = 0x1;
665-
kWepPersonal = 0x2;
665+
kWep = 0x2;
666666
kWpaPersonal = 0x4;
667667
kWpa2Personal = 0x8;
668668
kWpa3Personal = 0x10;

examples/tv-app/tv-common/tv-app.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ client cluster NetworkCommissioning = 49 {
573573

574574
bitmap WiFiSecurity : BITMAP8 {
575575
kUnencrypted = 0x1;
576-
kWepPersonal = 0x2;
576+
kWep = 0x2;
577577
kWpaPersonal = 0x4;
578578
kWpa2Personal = 0x8;
579579
kWpa3Personal = 0x10;
@@ -707,7 +707,7 @@ server cluster NetworkCommissioning = 49 {
707707

708708
bitmap WiFiSecurity : BITMAP8 {
709709
kUnencrypted = 0x1;
710-
kWepPersonal = 0x2;
710+
kWep = 0x2;
711711
kWpaPersonal = 0x4;
712712
kWpa2Personal = 0x8;
713713
kWpa3Personal = 0x10;

examples/tv-casting-app/tv-casting-common/tv-casting-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ server cluster NetworkCommissioning = 49 {
879879

880880
bitmap WiFiSecurity : BITMAP8 {
881881
kUnencrypted = 0x1;
882-
kWepPersonal = 0x2;
882+
kWep = 0x2;
883883
kWpaPersonal = 0x4;
884884
kWpa2Personal = 0x8;
885885
kWpa3Personal = 0x10;

examples/window-app/common/window-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ server cluster NetworkCommissioning = 49 {
740740

741741
bitmap WiFiSecurity : BITMAP8 {
742742
kUnencrypted = 0x1;
743-
kWepPersonal = 0x2;
743+
kWep = 0x2;
744744
kWpaPersonal = 0x4;
745745
kWpa2Personal = 0x8;
746746
kWpa3Personal = 0x10;

src/app/zap-templates/zcl/data-model/chip/network-commissioning-cluster.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ limitations under the License.
4343
<bitmap name="WiFiSecurity" type="BITMAP8">
4444
<cluster code="0x0031"/>
4545
<field name="Unencrypted" mask="0x1"/>
46-
<field name="WEP-PERSONAL" mask="0x2"/>
46+
<field name="WEP" mask="0x2"/>
4747
<field name="WPA-PERSONAL" mask="0x4"/>
4848
<field name="WPA2-PERSONAL" mask="0x8"/>
4949
<field name="WPA3-PERSONAL" mask="0x10"/>
@@ -171,8 +171,8 @@ limitations under the License.
171171
</cluster>
172172
<bitmap name="NetworkCommissioningFeature" type="BITMAP32">
173173
<cluster code="0x0031"/>
174-
<field name="WiFiNetworkInterface" mask="0x1"/>
175-
<field name="ThreadNetworkInterface" mask="0x2"/>
176-
<field name="EthernetNetworkInterface" mask="0x4"/>
174+
<field name="Wi-Fi network interface" mask="0x1"/>
175+
<field name="Thread network interface" mask="0x2"/>
176+
<field name="Ethernet network interface" mask="0x4"/>
177177
</bitmap>
178178
</configurator>

src/controller/data_model/controller-clusters.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,7 @@ client cluster NetworkCommissioning = 49 {
11431143

11441144
bitmap WiFiSecurity : BITMAP8 {
11451145
kUnencrypted = 0x1;
1146-
kWepPersonal = 0x2;
1146+
kWep = 0x2;
11471147
kWpaPersonal = 0x4;
11481148
kWpa2Personal = 0x8;
11491149
kWpa3Personal = 0x10;

0 commit comments

Comments
 (0)