You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on MT7620 chipset.
I am testing the P2P Cli and STA Concurrency with Multicast and Broadcast Traffic.
I have done the below steps and my observation is:
Two STA's are connected with AP.
Shared Key and WCID Atributes are updated in HW Registers along with BSSID Register.
After that the Multicast Traffic able to decrypt at Hardware and receiving with MyBSS = 1, DEC=1
Started P2P Go on one Device
Started P2P Cli on One Device
Shared Key, Pairwise Key and WCID Atributes are updated in HW Registers along with APCLI BSSID Register (with P2P GO's BSSID).
After that the Multicast Traffic unable to decrypt at Hardware and receiving with MyBSS = 1, DEC=0 (sending from GO).S
As per the code, the WCID Attributes are updated in HW Registers for Pairwise Key's only. Should the WCID Attributes update required for Shared Key's?
Please let me know
How to update Shared Key and Pairwise Key's for Same WCID Number simultaneously in registers to decrypt in Hardware only (both Unicast and Multicast traffic simultaneously).
How to disable Hardware Decryption?
Its simple question, what is the diffrrence between AP CLI and P2P CLI? I have seen lot of APCLI code reused @ P2P CLI.
Thanks for your support.
Regards,
Anil Kumar Maguluri
The text was updated successfully, but these errors were encountered:
Hi,
I am working on MT7620 chipset.
I am testing the P2P Cli and STA Concurrency with Multicast and Broadcast Traffic.
I have done the below steps and my observation is:
Shared Key and WCID Atributes are updated in HW Registers along with BSSID Register.
After that the Multicast Traffic able to decrypt at Hardware and receiving with MyBSS = 1, DEC=1
Shared Key, Pairwise Key and WCID Atributes are updated in HW Registers along with APCLI BSSID Register (with P2P GO's BSSID).
After that the Multicast Traffic unable to decrypt at Hardware and receiving with MyBSS = 1, DEC=0 (sending from GO).S
As per the code, the WCID Attributes are updated in HW Registers for Pairwise Key's only. Should the WCID Attributes update required for Shared Key's?
Please let me know
Thanks for your support.
Regards,
Anil Kumar Maguluri
The text was updated successfully, but these errors were encountered: