mirror of
https://gitlab.com/prpl-foundation/prplmesh/prplMesh.git
synced 2025-12-20 01:21:22 +08:00
controller: common: wifi7aprole failing to update fix
Implement WiFi7bSTARole and WiFi7APRole in capabilities.odl.in Closes: PPM-3629 Signed-off-by: Dmytro Kysil <d.kysil@inango-systems.com>
This commit is contained in:
@@ -157,5 +157,70 @@
|
||||
%read-only string VBSSIDFixedBitsMask;
|
||||
%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