Commit Graph

109 Commits

Author SHA1 Message Date
Vivek
b02a649f89 qcacmn: Remove vdev/peer locks for trivial APIs
Remove vdev/peer locks from trivial API's. This follows the changes from
which the lock requirement from few simple APIs are removed.

Change-Id: I9972d51dfd1a42bdedbfd0fd4e67af03d030a1f5
CRs-Fixed: 2060880
2017-06-26 23:32:22 -07:00
Sathish Kumar
c6cd8dc07d qcacmn: Add API to check if HT rates is allowed
Add API to check if HT rates are allowed based on the cipher and mode

Change-Id: I7a24dcaf82f92abf9e9d6c7d7bbd3818e955c330
CRs-Fixed: 2053603
2017-06-05 11:41:41 -07:00
Ashok Ponnaiah
d3bf53a660 qcacmn: Remove unwanted vdev lock
Remove unwanted vdev lock before peer search.

Change-Id: I1ce7a38570cf41ea2155be350f1df0ff5ac56807
2017-05-16 22:08:02 -07:00
Ashok Ponnaiah
c204940877 qcacmn: Remove unwanted vdev_unlock
Removed unwanted vdev_unlock, which doesn't have
respective lock function.

Change-Id: I625d25c55dce382cf549590d88e11487b965b5bf
2017-05-16 22:08:01 -07:00
Ashok Ponnaiah
f8c3145190 qcacmn: move crypto init from umac to cmn code
move crypto init from umac to cmn code

Move wlan_crypto_main.h file from src folder to
include folder

Change #if to #ifdef

Change-Id: I363d4b2e7b2c2fc3291f1dd5ef8a6f3837a82df5
2017-03-24 11:09:15 -07:00
Ashok Ponnaiah
439d7b515d qcacmn: Fix setkey issue in sta mode
Fix ketkey issue in sta mode
When setting group key for station address passed was
address of the sta node. corrected it to pass bssid.

Change-Id: I2eb98ec07029283df5b40c0440438857ac66cd22
2017-03-24 11:09:14 -07:00
Ashok Ponnaiah
13e9f9bb19 qcacmn: Integrate crypto service and sw files
Integrate crypto service and crypto sw files from hostapd

Change-Id: I1e461269a603beffd9d05e304817418e5d0e4f1c
2017-03-24 11:09:12 -07:00
Ashok Ponnaiah
c365d5fbb5 qcacmn: Add hostapd crypto files
Add hostapd crypto files to be used in this
crypto service.

Change-Id: Id469ac0a9a1e9528723d61966f2312bf6149615f
2017-03-24 11:09:10 -07:00
Ashok Ponnaiah
89d288129e qcacmn: Add crypto service files
Add crypto service files

Change-Id: I6efa8e633ca414a819c0ede05c44e89aebde8ad3
2017-03-24 11:09:09 -07:00