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:
Dmytro Kysil
2025-12-16 09:59:00 +02:00
parent 8f4ff56c67
commit 30e4c1e72d

View File

@@ -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;
}
}
}
}