[OpenWrt-Devel] MT7620 WiFi - P2P Concurrency

2015-05-20 Thread Anil Kumar Maguluri


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 

* 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 / Basic 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 
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] Help required for RT2860 Wireless Driver Configuration

2015-05-15 Thread Anil Kumar Maguluri
Hi All, 

Currently i am working on Open WRT with RT2860 Wireless Device Driver (MT7620 
Chipset). 

My current scenario is the STA ( WLAN and P2P Concurrent) is part of AP BSS, 
P2P BSS Simultaneously. 
I am able to connect Concurrency and able to transmit Unicast packet (using 
PING). 

But, i have the few queries based on the RT2860 Wireless Driver: 
1. I would like to disable hardware security (Encryption and Decryption), but 
couldnt find any register where i can configure, is there any register where i 
can disable HW Security? 

2. Is there any document to understand Multiple BSSID Concept? Is the above 
scenario will be part of MBSSID? 
a. In the above scenario, Which BSSID should i write in BSSID register? Is the 
WLAN BSSID or P2P BSSID? As per my understanding based on the code, they are 
updating the P2P Interface Address while P2P link up, but not updating P2P 
BSSID after connecting with P2P GO, is my understanding correct? Is yes, how 
WLAN BSSID packets will receive? 
b. In case of Security, based on the code the Security registers are updated 
when P2P Device connect with P2P GO, then how WLAN BSSID packets will be 
decrypted at Hardware? 

Please help me to understand the Code better.Thanks for your support. 

Thanks and Regards, 
Anil Kumar Maguluri 
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel