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:
Cihangir Odabas
2025-12-16 22:02:43 +03:00

View File

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