mirror of
https://gitlab.com/prpl-foundation/prplmesh/prplMesh.git
synced 2025-12-20 01:21:22 +08:00
Merge branch 'bugfix/PPM-3629-wifi7aprole-failing-to-update-fix' into 'master'
controller: common: wifi7aprole failing to update fix Closes PPM-3629 See merge request prpl-foundation/prplmesh/prplMesh!4199
This commit is contained in:
@@ -157,5 +157,70 @@
|
|||||||
%read-only string VBSSIDFixedBitsMask;
|
%read-only string VBSSIDFixedBitsMask;
|
||||||
%read-only string VBSSIDFixedBitsValue;
|
%read-only string VBSSIDFixedBitsValue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
%read-only object WiFi7APRole {
|
||||||
|
%read-only bool EMLMRSupport;
|
||||||
|
%read-only bool EMLSRSupport;
|
||||||
|
%read-only bool STRSupport;
|
||||||
|
%read-only bool NSTRSupport;
|
||||||
|
%read-only bool TIDLinkMapNegotiation;
|
||||||
|
|
||||||
|
%read-only object EMLMRFreqSeparation[] {
|
||||||
|
counted with EMLMRFreqSeparationNumberOfEntries;
|
||||||
|
%read-only string RUID;
|
||||||
|
%read-only uint32 FreqSeparation;
|
||||||
|
}
|
||||||
|
|
||||||
|
%read-only object EMLSRFreqSeparation[] {
|
||||||
|
counted with EMLSRFreqSeparationNumberOfEntries;
|
||||||
|
%read-only string RUID;
|
||||||
|
%read-only uint32 FreqSeparation;
|
||||||
|
}
|
||||||
|
|
||||||
|
%read-only object STRFreqSeparation[] {
|
||||||
|
counted with STRFreqSeparationNumberOfEntries;
|
||||||
|
%read-only string RUID;
|
||||||
|
%read-only uint32 FreqSeparation;
|
||||||
|
}
|
||||||
|
|
||||||
|
%read-only object NSTRFreqSeparation[] {
|
||||||
|
counted with NSTRFreqSeparationNumberOfEntries;
|
||||||
|
%read-only string RUID;
|
||||||
|
%read-only uint32 FreqSeparation;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
%read-only object WiFi7bSTARole {
|
||||||
|
%read-only bool EMLMRSupport;
|
||||||
|
%read-only bool EMLSRSupport;
|
||||||
|
%read-only bool STRSupport;
|
||||||
|
%read-only bool NSTRSupport;
|
||||||
|
%read-only bool TIDLinkMapNegotiation;
|
||||||
|
|
||||||
|
%read-only object EMLMRFreqSeparation[] {
|
||||||
|
counted with EMLMRFreqSeparationNumberOfEntries;
|
||||||
|
%read-only string RUID;
|
||||||
|
%read-only uint32 FreqSeparation;
|
||||||
|
}
|
||||||
|
|
||||||
|
%read-only object EMLSRFreqSeparation[] {
|
||||||
|
counted with EMLSRFreqSeparationNumberOfEntries;
|
||||||
|
%read-only string RUID;
|
||||||
|
%read-only uint32 FreqSeparation;
|
||||||
|
}
|
||||||
|
|
||||||
|
%read-only object STRFreqSeparation[] {
|
||||||
|
counted with STRFreqSeparationNumberOfEntries;
|
||||||
|
%read-only string RUID;
|
||||||
|
%read-only uint32 FreqSeparation;
|
||||||
|
}
|
||||||
|
|
||||||
|
%read-only object NSTRFreqSeparation[] {
|
||||||
|
counted with NSTRFreqSeparationNumberOfEntries;
|
||||||
|
%read-only string RUID;
|
||||||
|
%read-only uint32 FreqSeparation;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user