wuqiong / rt2860v2-for-openwrt-mt7620

rt2860v2 wifi driver for openwrt trunk(3.10.x kernel) on MT7620 SOC.
http://www.diveinedu.cn
100 stars 72 forks source link

Regardig the P2P Cli and STA Concurrency #3

Open anilmaguluri opened 9 years ago

anilmaguluri commented 9 years ago

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:

  1. 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
  2. Started P2P Go on one Device
  3. 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

Thanks for your support.

Regards, Anil Kumar Maguluri

wuqiong commented 9 years ago

I never used the P2P feature .sorry .